/*-----------------------------------------------------------------------------------

    Theme Name: Fabrex - Startup Agency and Technology
    Description: Startup Agency and Technology
    Author: Chitrakoot Web

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Navigation
    03. Section heading
    04. Banner creative
    05. Page title
    06. Feature boxes
    07. Service blocks
    08. Counter box
    09. Video
    10. Testmonial
    11. Owl carousel
    12. Team member
    13. Accordion style
    14. Tabs
    15. Pricing table
    16. Other
    17. Blog
    18. Contact info
    19. Footer
    
---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* loader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: table;
  text-align: center; }

.loader {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
  height: 200px; }

.loader-icon {
  width: 80px;
  height: 80px;
  border: 5px solid #2b3fb4;
  border-right-color: #eee;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto; }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/* theme color and basic options */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 28px; }

.main-font {
  font-family: 'Poppins', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif; }

a:hover, a:active {
  color: #2b3fb4;
  text-decoration: none; }

.bg-theme {
  background: #2b3fb4;
  background: -webkit-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: -moz-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: -o-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: linear-gradient(-45deg, #2b3fb4, #8089ff); }

.bg-theme-light {
  background: #f5fafe; }

.bg-theme-lighter {
  background: #2b3fb4;
  background: -webkit-linear-gradient(-45deg, rgba(78, 84, 200, 0.25), rgba(128, 137, 255, 0.25));
  background: -moz-linear-gradient(-45deg, rgba(78, 84, 200, 0.25), rgba(128, 137, 255, 0.25));
  background: -o-linear-gradient(-45deg, rgba(78, 84, 200, 0.25), rgba(128, 137, 255, 0.25));
  background: linear-gradient(-45deg, rgba(78, 84, 200, 0.25), rgba(128, 137, 255, 0.25)); }

.theme-overlay[data-overlay-dark]:before {
  background: #2b3fb4;
  background: -webkit-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: -moz-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: -o-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: linear-gradient(-45deg, #2b3fb4, #8089ff); }

.text-theme-color {
  color: #2b3fb4; }

.cursor-pointer {
  cursor: pointer; }

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #232323;
    background: #fff; }
    .scroll-to-top:hover i {
      color: #232323; }
  .scroll-to-top:visited {
    color: #232323;
    text-decoration: none; }

/* Button style */
.butn {
  background: #2b3fb4;
  background: -webkit-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: -moz-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: -o-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: linear-gradient(-45deg, #2b3fb4, #8089ff);
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 28px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition: all linear 400ms;
  transition: all linear 400ms;
  border: none; }
  .butn:hover {
    color: #fff; }

a.butn:hover, a.butn:active {
  color: #fff; }

.butn:before {
  background: #2b3fb4;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 51%;
  -ms-transform-origin: 51%;
  transform-origin: 51%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 22px;
  border: none; }
.butn:hover:before, .butn:focus:before, .butn:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }
.butn.white {
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  color: #2b3fb4;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 28px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms;
  border: none; }
  .butn.white:hover {
    color: #fff;
    background: #2b3fb4; }

a.butn.white:hover, a.butn.white:active {
  color: #fff;
  background: #2b3fb4; }

.butn.white:before, .butn.white:hover:before, .butn.white:focus:before, .butn.white:active:before {
  content: none; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 26px; }

  .butn {
    padding: 12px 24px;
    font-size: 12px;
    line-height: 16px; } }
/* primary listing */
.list-style li {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .list-style li:last-child {
    margin-bottom: 0; }
  .list-style li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #2b3fb4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 2; }
  .list-style li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: rgba(78, 84, 200, 0.35);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 1; }
  .list-style li:hover {
    padding-left: 40px; }
	
	
/* ===================================
    Topbar
====================================== */

.top-bar-info li i {
 
    color: #ffffff!important;
}

 
.top-social-icon li a:hover {
    color: #000000!important;
}
.top-bar-info {
  display: inline-block;
  vertical-align: middle; }
  .top-bar-info ul {
    margin-bottom: 0; }
  .top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 13px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0; }

#top-bar {
  display: block;
  position: relative;
  z-index: 999;
  background: #1c1c1c;
  padding: 7px 0; }

.top-bar-info li i {
  font-size: 16px;
  color: #2b3fb4;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom; }

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0; }
  .top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px; }
    .top-social-icon li:last-child {
      padding-right: 0; }
      .top-social-icon li:last-child a {
        padding-right: 0; }
    .top-social-icon li a {
      color: #fff;
      line-height: 28px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px; }
      .top-social-icon li a:hover {
        color: #2b3fb4; }

#top-bar.top-bar-style2 {
  background: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.top-bar-style2 .top-bar-info li {
  color: #6f6f6f; }
  .top-bar-style2 .top-bar-info li i {
    color: #6f6f6f; }
.top-bar-style2 .top-social-icon li a {
  color: #6f6f6f; }
  .top-bar-style2 .top-social-icon li a:hover {
    color: #232323; }


/* ===================================
    Navigation
====================================== */
.navbar-nav li.current > a {
  color: #2b3fb4; }

.navbar > ul > li.current > a:after {
  border-color: transparent #2b3fb4 #2b3fb4 transparent; }

.attr-nav .search {
  margin-top: 3px; }

.navbar > ul > li.has-sub > a:after {
  top: 30px; }
.navbar > ul > li.current > a:after {
  border-color: transparent #2b3fb4 #2b3fb4 transparent; }
.navbar ul ul li.active > a {
  color: #2b3fb4; }

@media screen and (min-width: 992px) {
  .navbar-header-custom {
    padding: 12px 0 10px 0; }

  .scrollHeader .navbar-header-custom {
    padding: 10px 0; }
  .scrollHeader .attr-nav > ul > li > a {
    padding: 16px 15px; }

  .header-style1 .navbar-nav li.current > a, .header-style1 .navbar-nav > li.active > a {
    opacity: 0.65;
    color: #fff; }
  .header-style1.scrollHeader .navbar-nav li.current > a, .header-style1.scrollHeader .navbar-nav > li.active > a {
    opacity: 1;
    color: #2b3fb4; }

  .index-header.navbar-nav li.current > a, .index-header .navbar-nav > li.active > a {
    color: #fff; }
  .index-header.scrollHeader .navbar-nav > li.active > a, .index-header.scrollHeader .navbar-nav > li.current > a {
    color: #2b3fb4; }
  .index-header.scrollHeader .navbar > ul > li.has-sub.current > a:after {
    border-color: transparent #2b3fb4 #2b3fb4 transparent; }

  .header-style8 .navbar-nav > li.current > a, .header-style8 .navbar-nav > li.active > a {
    color: #2b3fb4; }
  .header-style8 .navbar ul ul li.active > a {
    color: #2b3fb4; }
  .header-style8 .navbar > ul > li.current > a:after {
    border-color: transparent #2b3fb4 #2b3fb4 transparent; }
  .header-style8.scrollHeader .navbar-nav li.current > a {
    color: #2b3fb4; }
  .header-style8.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #2b3fb4 #2b3fb4 transparent; }
  .header-style8.scrollHeader .navbar-nav li.current > a, .header-style8.scrollHeader .navbar-nav > li.active > a {
    color: #2b3fb4; } }
@media screen and (max-width: 991px) {
  .navbar-header-custom {
    padding: 4px 0 8px; }

  .navbar-nav li.active > a {
    color: #2b3fb4; }

  .header-style1 .attr-nav > ul > li > a, .attr-nav > ul > li > a {
    color: #232323; }

  .header-style1 .navbar-toggler, .navbar-toggler {
    background: #efefef; }

  .navbar ul ul li.active > a {
    color: #2b3fb4; }

  .navbar-toggler:after {
    border-top: 2px solid #2b3fb4;
    border-bottom: 2px solid #2b3fb4; }
  .navbar-toggler:before {
    background: #2b3fb4; }
  .navbar-toggler.menu-opened:after, .navbar-toggler.menu-opened:before {
    background: #2b3fb4; } }
 /* ===================================
    Section heading
====================================== */
.section-heading {
  margin-bottom: 50px;
  text-align: center; }
  .section-heading.half {
    margin-bottom: 30px; }
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    position: relative;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    line-height: 140%; }
  .section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6 {
    color: #fff; }
  .section-heading.grey h1, .section-heading.grey h2, .section-heading.grey h3, .section-heading.grey h4, .section-heading.grey h5, .section-heading.grey h6 {
    color: #b7b7b7; }
  .section-heading.grey h1:after, .section-heading.grey h2:after, .section-heading.grey h3:after, .section-heading.grey h4:after, .section-heading.grey h5:after, .section-heading.grey h6:after {
    background: #b7b7b7; }
  .section-heading.left {
    text-align: left; }
  .section-heading strong {
    font-weight: 600; }
  .section-heading.white p {
    color: #fff; }
  .section-heading p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto; }
  .section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #2b3fb4;
    line-height: 200%;
    margin-bottom: 10px; }
  .section-heading.white span {
    color: #fff; }
  .section-heading.grey span {
    color: #b7b7b7; }

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px; }
    .section-heading p {
      padding-top: 10px;
      font-size: 14px; } }
/* ===================================
    Banner creative
====================================== */
.banner-creative {
  background: #f5fafe;
  padding: 15% 0; }
  .banner-creative .banner-img img {
    position: absolute;
    left: -15px;
    top: -38%; }
  .banner-creative .btn-play {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: auto;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    z-index: 3; }
    .banner-creative .btn-play:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      background: #fff;
      opacity: .19;
      z-index: 1; }
    .banner-creative .btn-play i {
      padding-left: 5px;
      position: relative;
      z-index: 2; }

.header-shape {
  margin-top: -3.9%;
  z-index: 9;
  position: relative; }

@media screen and (max-width: 1199px) {
  .banner-creative .banner-img img {
    top: -18%; } }
@media screen and (max-width: 991px) {
  .banner-creative {
    padding: 50px 0 50px 0; }
    .banner-creative .banner-img img {
      position: relative;
      width: auto;
      float: none !important;
      left: 0; } }
@media screen and (max-width: 767px) {
  .banner-creative {
    padding: 30px 0; }
    .banner-creative .btn-play {
      width: 40px;
      height: 40px;
      line-height: 36px;
      font-size: 16px; } }
/* ===================================
    Page title
====================================== */
.page-title-section {
  padding: 150px 0 150px;
  text-align: center; }
  .page-title-section h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0; }
  .page-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center; }
    .page-title-section ul li {
      display: inline-block; }
      .page-title-section ul li:last-child a {
        color: #fff;
        opacity: 0.65; }
      .page-title-section ul li:after {
        content: '\f105';
        font-weight: 700;
        vertical-align: middle;
        color: #fff;
        font-family: Font Awesome\ 5 Free;
        padding: 1px 5px 0 10px; }
      .page-title-section ul li:last-child:after {
        content: none; }
      .page-title-section ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 500; }
  .page-title-section .active a, .page-title-section li.active:last-child a {
    color: #fff; }

@media screen and (max-width: 1399px) {
  .page-title-section {
    padding: 125px 0 125px; } }
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 85px 0; }
    .page-title-section h1 {
      font-size: 36px;
      line-height: 42px; } }
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 60px 0; }
    .page-title-section h1 {
      font-size: 30px;
      line-height: 40px; }
    .page-title-section ul {
      margin-top: 5px; }
      .page-title-section ul li a {
        font-size: 12px; } }
/* ===================================
    Feature boxes
====================================== */
/* feature-block1*/
.feature-block1 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: rgba(255, 255, 255, 0.85); }
  .feature-block1.line {
    position: relative; }
    .feature-block1.line:after {
      content: '';
      position: absolute;
      width: 69%;
      height: 2px;
      top: 50px;
      left: 70%;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border: 1px dashed #fff; }
  .feature-block1 .icon {
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rgba(255, 255, 255, 0.9); }
    .feature-block1 .icon i {
      display: block;
      width: 100px;
      height: 100px;
      line-height: 95px;
      color: #2b3fb4;
      font-size: 40px; }
  .feature-block1 .title {
    font-size: 18px;
    letter-spacing: 1.12px;
    margin-bottom: 15px;
    color: #fff; }
  .feature-block1:hover .icon {
    background: #2b3fb4; }
    .feature-block1:hover .icon i {
      color: #fff; }
  .feature-block1 .icon {
    position: relative;
    height: 100px;
    width: 100px;
    text-align: center;
    display: inline-block;
    line-height: 100px;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s; }
  .feature-block1:hover .icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .feature-block1:hover .icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .feature-block1:hover .icon:after, .feature-block1:hover .icon:before {
    border-color: rgba(255, 255, 255, 0.5); }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .feature-block1 .icon i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 36px; }
  .feature-block1 .title {
    margin-bottom: 10px; }
  .feature-block1 .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 25px; }
  .feature-block1.line:after {
    width: 65%;
    left: 73%; } }
@media screen and (max-width: 991px) {
  .feature-block1 .title {
    font-size: 17px; }
  .feature-block1 .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px; }
    .feature-block1 .icon i {
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 32px; }
  .feature-block1.line:after {
    width: 65%;
    left: 75%;
    top: 40px; } }
@media screen and (max-width: 767px) {
  .feature-block1 {
    margin-bottom: 90px; }
    .feature-block1 .title {
      font-size: 16px;
      margin-bottom: 5px; }
    .feature-block1 .icon {
      width: 70px;
      height: 70px;
      margin-bottom: 15px; }
      .feature-block1 .icon i {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 28px; }
    .feature-block1.line {
      top: 0; }
      .feature-block1.line:after {
        width: 1px;
        left: 0;
        top: auto;
        bottom: -42%;
        right: 0;
        margin: 0 auto;
        height: 35%; } }
@media screen and (max-width: 575px) {
  .feature-block1.line:after {
    bottom: -38%; } }
/* ===================================
    Service blocks
====================================== */
.services-block {
  background: #ffffff;
  border-radius: 7px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .services-block:hover {
    box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
    transform: translateY(-0.5em); }
  .services-block.bg-light-gray {
    background: #f7f7f7; }

.title-box {
  position: relative;
  padding: 20px 0;
  font-size: 60px;
  line-height: 1;
  width: 2em;
  margin-left: auto;
  margin-right: auto; }

.box-circle-large, .box-circle-small {
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.box-circle-large {
  left: 0;
  bottom: 0;
  width: 1.37em;
  height: 1.37em;
  background: rgba(78, 74, 200, 0.1); }

.box-circle-small {
  top: 0;
  right: 0;
  width: 0.59em;
  height: 0.59em;
  background: rgba(128, 137, 255, 0.1); }

.services-block:hover .box-circle-large {
  transform: scale(1.2); }
.services-block:hover .box-circle-small {
  transform: translate3d(0, -35%, 0) rotate(0deg); }

@media screen and (max-width: 991px) {
  .title-box {
    font-size: 50px; } }
@media screen and (max-width: 767px) {
  .title-box {
    font-size: 42px; } }
/* ===================================
    Counter box
====================================== */
.counter-box h3, .counter-box h4 {
  display: inline-block;
  font-weight: 600; }

.social-icons a:hover {
  opacity: 1; }

.counter-box {
  position: relative;
  text-align: center; }
  .counter-box h3:after {
    content: '+'; }
  .counter-box h4 {
    font-size: 28px;
    line-height: normal;
    margin: 0; }
    .counter-box h4:after {
      content: '+'; }
  .counter-box h3 {
    font-size: 45px; }

@media screen and (max-width: 767px) {
  .counter-box p:before {
    margin: 0;
    position: absolute;
    top: 45px; }
  .counter-box p:after {
    margin: 0;
    left: 14px;
    right: 0;
    top: 45px; }
  .counter-box.black p:after {
    margin: 0;
    left: 14px;
    right: 0;
    top: 45px; }
  .counter-box h4 {
    font-size: 22px; } }
/* ===================================
    Video
====================================== */
.story-video {
  height: 100%; }

/* ===================================
    Testmonial
====================================== */
.testmonial-single {
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s; }
  .testmonial-single h6 {
    color: #2b3fb4;
    font-weight: 500; }
  .testmonial-single span i, .testmonial-single .rating {
    color: #2b3fb4; }

.owl-carousel .testmonial-box img {
  width: auto;
  max-height: 120px;
  display: inline-block; }

/* ===================================
    Owl carousel
====================================== */
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto; }

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 10px; }

.owl-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 30px; }
  .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px 0 5px;
    background: #e4e4e4;
    cursor: pointer;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s; }
    .owl-dot span:hover {
      background: #aaa;
      -webkit-backface-visibility: visible;
      border-radius: 30px; }
  .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: #2b3fb4;
    border-color: #2b3fb4;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; }

.owl-nav i {
  color: #232323;
  font-size: 18px;
  padding-top: 6px; }
.owl-nav .owl-next {
  color: #2b3fb4;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important; }
.owl-nav .owl-prev {
  color: #2b3fb4;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  left: 0;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }
.owl-nav .owl-next {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }

/* ===================================
    Team member
====================================== */
.team-style {
  border: 1px dashed #cee1f8;
  border-radius: 10px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease 0s; }
  .team-style .team-member-img > img {
    max-width: 150px;
    padding: 6px;
    background: rgba(78, 84, 200, 0.15);
    border-radius: 100px; }
  .team-style .social-links {
    margin-bottom: 0; }
    .team-style .social-links li {
      display: inline-block;
      margin-right: 10px; }
      .team-style .social-links li:last-child {
        margin-right: 0; }
      .team-style .social-links li a:hover {
        opacity: 0.85; }
  .team-style .bg-cover {
    background: #2b3fb4;
    background: -webkit-linear-gradient(-45deg, #2b3fb4, #8089ff);
    background: -moz-linear-gradient(-45deg, #2b3fb4, #8089ff);
    background: -o-linear-gradient(-45deg, #2b3fb4, #8089ff);
    background: linear-gradient(-45deg, #2b3fb4, #8089ff);
    border-radius: 10px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s; }
  .team-style:hover .team-member-img {
    position: relative;
    z-index: 9; }
    .team-style:hover .team-member-img > img {
      background: rgba(255, 255, 255, 0.15); }
  .team-style:hover .bg-cover {
    opacity: 1; }
  .team-style:hover .alt-font {
    color: #fff; }
  .team-style:hover .bg-theme {
    background: #fff; }
  .team-style:hover div, .team-style:hover .social-links a {
    color: #fff; }

@media screen and (max-width: 767px) {
  .team-style .team-member-img > img {
    max-width: 120px;
    padding: 4px; } }
/* ===================================
    Accordion style
====================================== */
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none; }
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none; }
.accordion-style .btn-link {
  background: #efefef !important;
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  color: #6f6f6f;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 4px;
  padding: 15px 50px 15px 15px;
  text-decoration: none;
  font-size: 15px; }
  .accordion-style .btn-link:hover {
    border: none;
    text-decoration: none; }
  .accordion-style .btn-link.collapsed {
    box-shadow: none; }
    .accordion-style .btn-link.collapsed:after {
      background: none;
      border: 1px solid #2b3fb4;
      border-radius: 50%;
      content: "+";
      right: 15px;
      left: inherit;
      font-size: 18px;
      line-height: 24px;
      height: 25px;
      transform: none;
      width: 25px;
      top: 15px;
      text-align: center;
      padding-left: 0;
      letter-spacing: -1px; }
  .accordion-style .btn-link:after {
    background: none;
    border: 1px solid #2b3fb4;
    border-radius: 50%;
    content: "-";
    right: 15px;
    left: inherit;
    font-size: 18px;
    height: 25px;
    line-height: 24px;
    transform: none;
    width: 25px;
    top: 15px;
    position: absolute;
    color: #2b3fb4;
    text-align: center;
    padding-left: 2px;
    letter-spacing: -2px; }
.accordion-style .card-body {
  padding: 20px;
  line-height: 24px;
  text-align: left; }

@media screen and (max-width: 767px) {
  .accordion-style .btn-link {
    font-size: 14px;
    padding: 12px 50px 12px 15px; } }
/* ===================================
    Tabs
====================================== */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px; }

.resp-tabs-list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  min-width: 180px; }
  .resp-tabs-list li:last-child {
    margin-right: 0; }
  .resp-tabs-list li i {
    font-size: 28px;
    margin-bottom: 8px;
    color: #6f6f6f; }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

.resp-tab-content {
  display: none;
  padding: 50px 0 0 0; }

.resp-tabs-list li.resp-tab-active {
  background: #2b3fb4;
  background: -webkit-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: -moz-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: -o-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: linear-gradient(-45deg, #2b3fb4, #8089ff);
  padding: 15px 20px 13px 20px;
  color: #2b3fb4;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  .resp-tabs-list li.resp-tab-active i {
    color: #fff; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #c1c1c1;
  float: left;
  width: 100%; }

h2.resp-accordion {
  background: #fff !important;
  cursor: pointer;
  display: none;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  border-top: 0px solid #e4e4e4;
  margin: 0px;
  padding: 15px 21px;
  float: left;
  width: 100%; }
h2.resp-tab-active {
  border-bottom: 0px solid #e4e4e4 !important;
  background: #2b3fb4 !important;
  color: #fff; }
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e4e4 !important;
  background: #2b3fb4;
  background: -webkit-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: -moz-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: -o-linear-gradient(-45deg, #2b3fb4, #8089ff);
  background: linear-gradient(-45deg, #2b3fb4, #8089ff); }

@media screen and (min-width: 991px) {
  .tab-style ul.resp-tabs-list {
    text-align: center; }
    .tab-style ul.resp-tabs-list.text-left {
      padding-left: 15px; }
    .tab-style ul.resp-tabs-list li:last-child {
      margin-right: 0; }
    .tab-style ul.resp-tabs-list li.resp-tab-active {
      color: #fff; }
  .tab-style .resp-tab-content {
    border: 1px solid #e6e6e6;
    border-width: 1px 0 0 0;
    border-color: #2b3fb4; } }
@media screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }
    h2.resp-accordion i {
      margin-right: 12px;
      font-size: 18px;
      min-width: 25px; }
    h2.resp-accordion.resp-tab-active i {
      color: #fff; }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; }

  .resp-tab-content {
    background-color: #fff;
    padding: 20px 15px; } }
/* ===================================
    Pricing table
====================================== */
.price .item {
  padding: 0 0 30px 0;
  background: #fff;
  border-radius: 5px;
  transition: all .3s; }
  .price .item:hover {
    box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2); }
.price .type {
  padding: 15px 0;
  background: #232323; }
  .price .type h4 {
    color: #fff;
    margin-bottom: 0; }
.price .value {
  padding: 30px 0 15px 0;
  position: relative; }
  .price .value h3 {
    display: inline-block;
    padding-right: 10px;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0; }
    .price .value h3 span {
      font-size: 14px;
      position: absolute;
      top: 5px;
      right: 0; }
  .price .value .per {
    font-size: 13px;
    color: #2b3fb4; }
.price .features li {
  margin: 15px 0;
  color: #777; }
.price .order {
  padding-top: 15px;
  position: relative; }
.price .active {
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1); }
  .price .active .type {
    background: #2b3fb4;
    background: -webkit-linear-gradient(-45deg, #2b3fb4, #8089ff);
    background: -moz-linear-gradient(-45deg, #2b3fb4, #8089ff);
    background: -o-linear-gradient(-45deg, #2b3fb4, #8089ff);
    background: linear-gradient(-45deg, #2b3fb4, #8089ff); }

@media screen and (max-width: 1199px) {
  .price .value h3 {
    font-size: 42px; } }
@media screen and (max-width: 767px) {
  .price .value h3 {
    font-size: 36px; }
    .price .value h3 span {
      font-size: 13px; }
  .price .value .per {
    font-size: 12px; } }
/* ===================================
    Other
====================================== */
/*search page*/
.search-form_input {
  color: #2b3fb4; }

.search-frame h4 a:hover {
  color: #2b3fb4; }
.search-frame .search_list .match {
  color: #2b3fb4; }
.search-frame .search_list li:before {
  color: #2b3fb4; }
.search-frame .search_list li + li {
  border-top: 3px solid #2b3fb4; }
.search-frame .search {
  color: #2b3fb4; }

/* ===================================
    Blog
====================================== */
.blog-grid {
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .blog-grid:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    transform: translateY(-0.25em); }
  .blog-grid img {
    width: 100%; }

.data-box-grid {
  display: inline-block;
  left: 0;
  bottom: -1px;
  padding: 5px 20px;
  font-size: 18px; }
  .data-box-grid h5 {
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 8px;
    color: #fff;
    font-size: 20px; }

.blog-grid .data-box-grid p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase; }

.blog-grid-text {
  position: relative; }
  .blog-grid-text > span {
    color: #2b3fb4;
    font-size: 13px;
    padding-right: 5px; }
  .blog-grid-text h4 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0; }
  .blog-grid-text ul li {
    display: inline-block;
    color: #999;
    font-size: 13px;
    font-weight: 500;
    margin: 0 10px 0 0; }
    .blog-grid-text ul li i {
      color: #2b3fb4;
      font-size: 14px;
      font-weight: 500;
      margin-right: 8px; }
  .blog-grid-text p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    padding: 10px 0 0 0; }

.blog-list-left-heading:after, .blog-title-box:after {
  content: '';
  height: 2px; }

.blog-grid-simple-content a:hover {
  color: #232323; }
  .blog-grid-simple-content a:hover:after {
    color: #232323; }

.blog-list-simple {
  margin: 0 0 30px 0;
  padding-bottom: 30px; }
  .blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

.blog-list-simple-text {
  color: #999999; }
  .blog-list-simple-text > span {
    color: #2b3fb4;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px; }
  .blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 15px 0; }
  .blog-list-simple-text .meta {
    margin: 0 0 5px 0; }
  .blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px; }
  .blog-list-simple-text h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
    line-height: normal; }
  .blog-list-simple-text ul {
    margin: 10px 0; }
    .blog-list-simple-text ul li {
      color: #999;
      font-size: 14px;
      font-weight: 500;
      padding: 3px 0; }
      .blog-list-simple-text ul li i {
        color: #2b3fb4;
        margin-right: 5px;
        font-size: 14px; }

.blogs .post {
  margin-bottom: 50px; }
  .blogs .post .content {
    padding: 30px;
    background: #fafafa; }
    .blogs .post .content .post-title h5 {
      font-size: 26px;
      line-height: normal;
      font-weight: 500;
      margin-bottom: 0; }
      .blogs .post .content .post-title h5 a {
        color: #232323; }
        .blogs .post .content .post-title h5 a:hover {
          color: #F24259; }
    .blogs .post .content .meta {
      margin-bottom: 15px; }
      .blogs .post .content .meta li {
        display: inline-block;
        font-size: 12px;
        color: #777;
        margin: 5px 5px 0 5px; }
    .blogs .post .content .special {
      padding: 15px;
      margin: 30px 0;
      border-left: 2px solid #111;
      background: #f7f7f7;
      font-size: 16px; }
    .blogs .post .content .btn {
      border-color: #6f6f6f;
      color: #6f6f6f;
      min-width: auto;
      padding: 6px 20px;
      font-size: 12px; }
      .blogs .post .content .btn:hover {
        color: #fff;
        border-color: #F24259; }
  .blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left; }
    .blogs .post .share-post span {
      font-weight: 700; }
    .blogs .post .share-post ul {
      float: right; }
      .blogs .post .share-post ul li {
        display: inline-block;
        margin: 0 10px; }
  .blogs .post .post-img img {
    width: 100%; }
.blogs .posts .title-g h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px; }
.blogs .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee; }
  .blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 80px; }
  .blogs .comments-area .comment-box:last-child {
    margin-bottom: 30px; }
.blogs .comment-box .author-thumb {
  width: 80px;
  float: left; }
.blogs .comment-box .comment-info {
  margin-left: 100px; }
  .blogs .comment-box .comment-info h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
  .blogs .comment-box .comment-info .reply {
    margin-top: 10px;
    font-weight: 600; }
    .blogs .comment-box .comment-info .reply i {
      padding-right: 5px;
      font-size: 12px; }

.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
  .pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff; }
    .pagination a:hover {
      background-color: #232323;
      color: #fff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default; }
  .pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default; }
  .pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default; }
    .pagination .disabled a:hover {
      color: #999;
      background-color: transparent;
      cursor: default; }
  .pagination li:first-child a {
    border-left-width: 1px; }

.side-bar .widget {
  margin-bottom: 30px; }
  .side-bar .widget:last-child {
    margin-bottom: 0; }
  .side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    .side-bar .widget .widget-title h6:after {
      content: '';
      width: 30px;
      height: 1px;
      background: #2b3fb4;
      position: absolute;
      bottom: 0;
      left: 0; }
  .side-bar .widget li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 9px 0;
    color: #6f6f6f; }
    .side-bar .widget li:last-child {
      margin: 0; }
    .side-bar .widget li:after {
      content: "";
      width: 5px;
      height: 1px;
      background-color: #6f6f6f;
      position: absolute;
      top: 12px;
      left: 0; }
  .side-bar .widget .social-listing {
    margin-bottom: 0; }
    .side-bar .widget .social-listing li {
      list-style: none;
      display: inline-block; }
      .side-bar .widget .social-listing li:after {
        background: none; }
      .side-bar .widget .social-listing li:first-child {
        padding-left: 0; }
.side-bar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #f7f7f7; }
.side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 0;
  float: right;
  border-radius: 0;
  padding: 0; }
  .side-bar .search form button:hover:before {
    border-radius: 0;
    padding: 0; }

@media screen and (max-width: 1199px) {
  .blog-grid-text h4 {
    font-size: 18px; }

  .blogs .post .content .post-title h5 {
    font-size: 22px; }
  .blogs .post .content .special {
    font-size: 16px; }
  .blogs .posts .title-g h3 {
    font-size: 22px; } }
@media screen and (max-width: 767px) {
  .blog-grid-text h4 {
    font-size: 16px; }
  .blog-grid-text p {
    font-size: 14px; }

  .blog-list-simple {
    margin-bottom: 20px;
    padding-bottom: 20px; }

  .data-box-grid {
    padding: 5px 15px;
    font-size: 16px; }
    .data-box-grid h5 {
      font-size: 16px;
      margin-right: 3px; }

  .blog-list-simple-text > span {
    font-size: 12px; }
  .blog-list-simple-text p {
    font-size: 14px; }
  .blog-list-simple-text h4 {
    font-size: 18px; }
  .blog-list-simple-text ul li {
    font-size: 12px; }

  .blogs .post .content .post-title h5 {
    font-size: 20px; }
  .blogs .post .content .special {
    font-size: 14px; }
  .blogs .posts .title-g h3 {
    font-size: 18px; } }
/* ===================================
    Contact info
====================================== */
.social-icon-style1 li {
  display: inline-block;
  margin-right: 30px; }
  .social-icon-style1 li:last-child {
    margin-right: 0; }
  .social-icon-style1 li a {
    font-size: 22px; }
    .social-icon-style1 li a:hover {
      color: #fff; }

@media screen and (max-width: 767px) {
  .social-icon-style1 li a {
    font-size: 18px; } }
/* contact detail */
#map {
  height: 400px;
  width: 100%; }

/* ===================================
    Footer
====================================== */
footer {
  padding: 50px 0 0;
  background: #1f1f1f;
  color: #939393; }
  footer p {
    margin-bottom: 0; }
  footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative; }
    footer h3:after {
      content: '';
      display: block;
      width: 70px;
      height: 2px;
      background: #2b3fb4;
      margin: 12px auto 0 auto; }

.footer-title-style:after {
  margin-left: auto;
  margin-right: auto; }

h3.footer-title-style {
  margin-bottom: 20px; }

.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  background: #191919;
  color: #939393; }
  .footer-bar span {
    color: #2b3fb4;
    font-size: 15px;
    font-weight: 400; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px; }
    footer h3 {
      font-size: 16px; }

  h3.footer-title-style {
    margin-bottom: 15px; }

  .footer-bar {
    margin-top: 30px; }
    .footer-bar p {
      font-size: 13px; } }

/*# sourceMappingURL=styles.css.map */



/* ===================================
    Shop
====================================== */
/* home shop */
.shop-category {
  -webkit-box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.1); }
  .shop-category li {
    border-color: #eaeaea;
    padding: 0 0 10px 40px; }
  .shop-category.list-style-5 li:before {
    left: 15px; }

.label-offer {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0px 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  z-index: 1; }

.product-grid .border {
  float: left;
  width: 100%;
  position: relative; }
.product-grid .product-info {
  padding: 15px;
  float: left;
  width: 100%;
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  text-align: center;
  font-size: 18px; }
  .product-grid .product-info > a {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px; }
.product-grid .price {
  font-weight: 600; }
.product-grid .product-block:hover > img {
  opacity: 0.65; }
.product-grid .buttons {
  float: left;
  width: 100%; }
  .product-grid .buttons a {
    width: 50%;
    float: left;
    text-align: center;
    padding: 8px 0; }

.control-top .owl-nav {
  margin: 0;
  position: absolute;
  right: -2px;
  top: -73px; }
.control-top.owl-theme .owl-nav [class*='owl-'] {
  background: #fff !important;
  padding: 0 7px;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border-radius: 0;
  border: 1px solid #d5d5d5; }
.control-top.owl-theme .owl-nav i {
  color: #6f6f6f;
  padding-top: 4px; }

.v-middle-content {
  padding: 50px 8.5%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 65%;
  display: block; }

.banner-content {
  letter-spacing: 2px; }
  .banner-content:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    content: "";
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
  .banner-content:hover:before {
    background: rgba(0, 0, 0, 0.65);
    opacity: 1; }
  .banner-content .subtitle {
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600; }
  .banner-content .title {
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
  .banner-content:hover .title {
    margin-left: 20px; }
  .banner-content .view {
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #373737;
    display: inline-block;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
  .banner-content:hover .view {
    margin-left: 20px;
    border-bottom: 1px solid #fff; }

.feature-product-grid .border {
  float: left;
  width: 100%;
  background: #fafafa; }
.feature-product-grid .product-block {
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
  border-width: 0 1px 0 0;
  float: left; }
.feature-product-grid .product-info {
  max-width: 61%;
  padding: 8px 15px;
  float: left; }

/* shop product detail*/
.product-detail .label-sale {
  margin-left: 5px;
  vertical-align: top;
  padding: 2px 7px; }
.product-detail .offer-price {
  text-decoration: line-through;
  color: red; }

.product-rating .fas:hover {
  color: #232323; }

/* shop product cart*/
.shop-cart-table {
  width: 100%;
  overflow-x: auto; }
  .shop-cart-table .product-thumbnail {
    min-width: 100px; }
  .shop-cart-table .shop-cart td {
    line-height: 26px;
    vertical-align: middle;
    padding: 16px 8px; }

.table.cart-sub-total {
  border-color: transparent;
  vertical-align: middle;
  padding: 10px 30px; }
  .table.cart-sub-total td, .table.cart-sub-total th {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px; }
  .table.cart-sub-total td {
    padding-right: 0; }

.shop-cart-table input[type="text"] {
  height: 35px;
  width: 50px;
  margin: 0; }

/* shop product grid and list*/
.product-list .product-block:hover > img {
  opacity: 0.65; }
.product-list .buttons {
  float: left;
  width: 100%; }
  .product-list .buttons a {
    float: left;
    text-align: center;
    padding: 8px 23px; }
    .product-list .buttons a:hover {
      opacity: 0.8; }

@media screen and (max-width: 991px) {
  .categories .collapse-sm:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f105";
    float: right; }
  .categories .collapse-sm.current:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f107";
    float: right; }
  .categories .shop-category {
    display: none; } }
	
/* ===================================
    Blog block
====================================== */
.latest_blog_inner {
  overflow: hidden; }

.image_blog {
  position: relative; }
  .image_blog > a:after {
    background: #2b3fb4 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%; }
  .image_blog > a:hover:after {
    opacity: 0.6; }
  .image_blog a img {
    max-width: 100%; }
  .image_blog .img_blog_text {
    bottom: 35px;
    position: absolute;
    padding: 0 20px; }
    .image_blog .img_blog_text h5 {
      color: #ffffff;
      font-size: 13px;
      letter-spacing: 0.26px;
      padding-bottom: 10px;
      margin-bottom: 0;
      line-height: normal; }
    .image_blog .img_blog_text h3 {
      color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 24px; }

.text_blog {
  background: #fafafa none repeat scroll 0 0;
  padding: 35px 40px 25px;
  transition: all 0.3s linear 0s; }
  .text_blog:hover {
    background: #2b3fb4; }
  .text_blog h5 {
    color: #616161;
    font-size: 13px;
    letter-spacing: 0.26px;
    padding-bottom: 18px;
    margin: 0;
    line-height: normal;
    transition: all 300ms linear 0s; }
  .text_blog:hover h5 {
    color: #ffffff; }
  .text_blog h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 24px; }
  .text_blog:hover h3 {
    color: #ffffff; }
    .text_blog:hover h3 a {
      color: #ffffff; }
  .text_blog p {
    margin: 0;
    padding: 20px 0;
    transition: all 300ms linear 0s; }
  .text_blog:hover p {
    color: #ffffff; }
  .text_blog .blog_user {
    border-top: 2px solid #ececec;
    padding-top: 15px; }
    .text_blog .blog_user h4 {
      color: #616161;
      font-size: 15px;
      margin-bottom: 0;
      line-height: normal;
      letter-spacing: 0.3px;
      transition: all 300ms linear 0s; }
      .text_blog .blog_user h4 a {
        color: #2b3fb4;
        transition: all 300ms linear 0s; }
  .text_blog:hover .blog_user h4 {
    color: #ffffff; }
    .text_blog:hover .blog_user h4 a {
      color: #ffffff; }

@media screen and (max-width: 992px) {
  .text_blog {
    padding: 16px 20px; } }
/* ===================================
    Blog
====================================== */
.blog-grid {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16); }
  .blog-grid img {
    width: 100%; }

/* blog style1 */
.blog-style1 .item {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  background: #fff;
  height: 100%; }
  .blog-style1 .item .post-img {
    position: relative;
    overflow: hidden; }
    .blog-style1 .item .post-img:hover img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .blog-style1 .item .post-img img {
      width: 100%;
      -webkit-filter: none;
      filter: none;
      transition: 0.3s; }
  .blog-style1 .item .content {
    padding: 30px;
    text-align: left; }
    .blog-style1 .item .content .tag {
      font-size: 12px;
      margin-bottom: 5px;
      letter-spacing: 1px; }
    .blog-style1 .item .content .read-more {
      margin-top: 20px;
      font-weight: 600; }
      .blog-style1 .item .content .read-more:hover {
        text-decoration: underline; }
    .blog-style1 .item .content p {
      margin-bottom: 10px; }
    .blog-style1 .item .content h5 {
      font-size: 16px;
      line-height: normal;
      text-transform: inherit; }

/* blog style2 */
.blog-style2 .item {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  background: #fff;
  height: 100%; }
  .blog-style2 .item .post-img {
    position: relative;
    overflow: hidden; }
    .blog-style2 .item .post-img:hover img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .blog-style2 .item .post-img img {
      width: 100%;
      -webkit-filter: none;
      filter: none;
      transition: 0.3s; }
  .blog-style2 .item .content {
    padding: 30px;
    text-align: left; }
    .blog-style2 .item .content .tag {
      font-size: 12px;
      margin-bottom: 0;
      letter-spacing: 1px; }
    .blog-style2 .item .content .read-more {
      margin-top: 20px;
      font-weight: 600; }
      .blog-style2 .item .content .read-more:hover {
        text-decoration: underline; }
    .blog-style2 .item .content h5 {
      font-size: 16px;
      line-height: normal;
      text-transform: inherit; }

@media screen and (max-width: 991px) {
  .blog-style2 .item .content {
    padding: 25px; } }
@media screen and (max-width: 767px) {
  .blog-style2 .item .content {
    padding: 20px; }
    .blog-style2 .item .content h5 {
      font-size: 15px; } }
/* blog style6 */
.blog-style6 .blog-item {
  float: left;
  width: 100%; }
.blog-style6 .blog-item-thumbnail img {
  width: 100%;
  border-radius: 3px; }
.blog-style6 .blog-meta {
  text-transform: uppercase;
  width: 24%;
  float: left;
  padding: 16px 25px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  overflow: hidden;
  color: #fff;
  background-color: #2b3fb4; }
.blog-style6 .date-day {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px; }
.blog-style6 .date-month {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px; }
.blog-style6 .blog-title {
  float: left;
  width: 76%;
  padding-left: 20px; }
  .blog-style6 .blog-title a {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 18px;
    font-weight: 600; }
.blog-style6 .post-cat {
  color: #999;
  float: left;
  width: 76%;
  padding-left: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px; }
.blog-style6 .blog-item-content {
  position: relative;
  float: left;
  width: 100%; }
.blog-style6 .blog-item-thumbnail {
  margin-bottom: 20px; }
.blog-style6 .blog-meta span {
  display: inline-block;
  margin-right: 15px; }

@media screen and (max-width: 1199px) {
  .blog-style6 .blog-meta {
    padding: 15px; }
  .blog-style6 .blog-title a {
    font-size: 16px;
    line-height: 1; } }
@media screen and (max-width: 991px) {
  .blog-style6 .blog-meta {
    padding: 10px; }
  .blog-style6 .date-day {
    font-size: 20px;
    margin-bottom: 2px; }
  .blog-style6 .post-cat {
    padding-left: 15px;
    margin-bottom: 0; }
  .blog-style6 .blog-title {
    padding-left: 15px;
    line-height: 22px; }
    .blog-style6 .blog-title a {
      font-size: 14px;
      line-height: 22px; } }
@media screen and (max-width: 767px) {
  .blog-style6 .post-cat {
    width: 70%;
    padding-left: 15px; }
  .blog-style6 .blog-title {
    width: 70%;
    padding-left: 15px; }
    .blog-style6 .blog-title a {
      font-size: 14px; }
  .blog-style6 .blog-meta {
    padding: 12px 10px 8px 10px;
    width: 80px; }
  .blog-style6 .blog-item-thumbnail {
    margin-bottom: 15px; }
  .blog-style6 .date-day {
    margin: 0; } }
.data-box-grid {
  display: inline-block; }
  .data-box-grid:before {
    content: "/";
    padding-right: 5px; }
  .data-box-grid h5 {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #999; }

.blog-grid .data-box-grid p {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase; }

.blog-grid-text {
  padding: 25px;
  position: relative; }
  .blog-grid-text > span {
    color: #2b3fb4;
    font-size: 13px;
    padding-right: 5px; }
  .blog-grid-text h4 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 3px; }
  .blog-grid-text ul li {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 25px 10px 0; }
    .blog-grid-text ul li i {
      color: #2b3fb4;
      font-size: 14px;
      font-weight: 500;
      margin-right: 10px; }
  .blog-grid-text p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    padding: 15px 0 0 0; }

.owl-carousel .blog-grid-simple {
  margin: 10px 15px 25px; }

.blog-grid-simple-date {
  width: 100%; }

.blog-grid-simple {
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ececec;
  box-shadow: 0 10px 15px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  padding: 30px; }
  .blog-grid-simple h4 {
    color: #232323;
    line-height: normal;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px; }
    .blog-grid-simple h4 a {
      color: #232323;
      line-height: normal;
      font-size: 21px;
      font-weight: 500;
      margin-bottom: 15px; }
      .blog-grid-simple h4 a:hover {
        color: #2b3fb4; }
  .blog-grid-simple p {
    color: #aaa;
    font-size: 15px;
    font-weight: 400; }

.blog-grid-simple-date i {
  color: #888;
  font-size: 20px; }
.blog-grid-simple-date h5 {
  color: #888;
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 8px;
  line-height: normal; }

.blog-grid-simple-content {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  .blog-grid-simple-content a {
    display: inline-block;
    color: #2b3fb4;
    font-weight: 600;
    font-size: 14px;
    margin-top: 2px; }
    .blog-grid-simple-content a:after {
      content: '\f105';
      font-size: 14px;
      font-weight: 700;
      font-family: Font Awesome\ 5 Free;
      color: #2b3fb4;
      margin-left: 10px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s; }

.blog-list-left-heading:after, .blog-title-box:after {
  content: '';
  height: 2px; }

.blog-grid-simple-content a:hover {
  color: #232323; }
  .blog-grid-simple-content a:hover:after {
    color: #232323; }

.blog-list-simple {
  margin: 0 0 35px 0; }
  .blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

.data-box-simple {
  display: block;
  float: right;
  position: absolute;
  background: #2b3fb4;
  left: 20px;
  top: 5px;
  padding: 5px;
  min-width: 60px;
  text-align: center; }

.blog-list-simple-text > span {
  color: #2b3fb4;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

.data-box-simple h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
  line-height: normal; }
.data-box-simple p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0; }

.blog-list-simple-text {
  color: #999999; }
  .blog-list-simple-text p {
    border-top: 1px solid #ececec;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 15px 0; }
  .blog-list-simple-text .meta {
    margin: 0 0 5px 0; }
  .blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px; }
  .blog-list-simple-text h4 {
    color: #232323;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
    line-height: normal; }
  .blog-list-simple-text ul {
    margin: 10px 0; }
    .blog-list-simple-text ul li {
      color: #999;
      font-size: 14px;
      font-weight: 500;
      padding: 3px 0; }
      .blog-list-simple-text ul li i {
        margin-right: 5px;
        font-size: 14px; }

.blogs .post {
  margin-bottom: 30px; }
  .blogs .post .content {
    padding: 30px;
    background: #fafafa; }
    .blogs .post .content .post-title h5 {
      font-size: 26px;
      line-height: normal;
      font-weight: 500;
      margin-bottom: 0; }
      .blogs .post .content .post-title h5 a {
        color: #232323; }
        .blogs .post .content .post-title h5 a:hover {
          color: #F24259; }
    .blogs .post .content .meta {
      margin-bottom: 15px; }
      .blogs .post .content .meta li {
        display: inline-block;
        font-size: 12px;
        color: #777;
        margin: 5px; }
    .blogs .post .content .special {
      padding: 15px;
      margin: 30px 0;
      border-left: 2px solid #111;
      background: #f7f7f7;
      font-size: 16px; }
    .blogs .post .content .btn {
      border-color: #6f6f6f;
      color: #6f6f6f;
      min-width: auto;
      padding: 6px 20px;
      font-size: 12px; }
      .blogs .post .content .btn:hover {
        color: #fff;
        border-color: #F24259; }
  .blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left; }
    .blogs .post .share-post span {
      font-weight: 700; }
    .blogs .post .share-post ul {
      float: right; }
      .blogs .post .share-post ul li {
        display: inline-block;
        margin: 0 10px; }
  .blogs .post .post-img img {
    width: 100%; }
.blogs .posts .title-g h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px; }
.blogs .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee; }
  .blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 80px; }
  .blogs .comments-area .comment-box:last-child {
    margin-bottom: 30px; }
.blogs .comment-box .author-thumb {
  width: 80px;
  float: left; }
.blogs .comment-box .comment-info {
  margin-left: 100px; }
  .blogs .comment-box .comment-info h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px; }
  .blogs .comment-box .comment-info .reply {
    margin-top: 10px;
    font-weight: 600; }
    .blogs .comment-box .comment-info .reply i {
      padding-right: 5px;
      font-size: 12px; }

.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
  .pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff; }
    .pagination a:hover {
      background-color: #232323;
      color: #fff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default; }
  .pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default; }
  .pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default; }
    .pagination .disabled a:hover {
      color: #999;
      background-color: transparent;
      cursor: default; }
  .pagination li:first-child a {
    border-left-width: 1px; }

.blockquote {
  background: #f1f1f1;
  border-left: 4px solid #2b3fb4;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0;
  padding: 20px 30px 30px; }
  .blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px; }
  .blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px; }

.side-bar .widget {
  margin-bottom: 30px; }
  .side-bar .widget:last-child {
    margin-bottom: 0; }
  .side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    .side-bar .widget .widget-title h6:after {
      content: '';
      width: 30px;
      height: 1px;
      background: #2b3fb4;
      position: absolute;
      bottom: 0;
      left: 0; }
  .side-bar .widget li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 9px 0;
    color: #6f6f6f; }
    .side-bar .widget li:last-child {
      margin: 0; }
    .side-bar .widget li:after {
      content: "";
      width: 5px;
      height: 1px;
      background-color: #6f6f6f;
      position: absolute;
      top: 12px;
      left: 0; }
  .side-bar .widget .social-listing {
    margin-bottom: 0; }
    .side-bar .widget .social-listing li {
      list-style: none;
      display: inline-block; }
      .side-bar .widget .social-listing li:after {
        background: none; }
      .side-bar .widget .social-listing li:first-child {
        padding-left: 0; }
.side-bar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #f7f7f7; }
.side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1c1c1c;
  color: #fff;
  border: 0;
  float: right; }

@media screen and (max-width: 767px) {
  .blog-grid-simple-content a:after {
    display: none; } }
	
	
	
/* ===================================
    Slider and Banner
====================================== */
/* Banner */
.owl-carousel .caption .overflow-hidden {
  display: inline-block; }
.owl-carousel .caption h3 {
  font-weight: 200;
  animation-delay: 0.5s;
  position: relative;
  display: inline-block; }
.owl-carousel .caption h1 {
  margin: 10px 0;
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
  animation-delay: 0.8s; }
.owl-carousel .caption p {
  font-size: 18px;
  color: #eee;
  word-spacing: 2px;
  animation-delay: 1.2s; }
.owl-carousel .caption span {
  display: inline-block;
  padding: .2em 0; }
.owl-carousel .caption .butn {
  animation-delay: 1.4s; }
  .owl-carousel .caption .butn i {
    position: relative;
    top: 1px;
    z-index: 9; }

/* carousel-style3 */
.carousel-style3 .owl-carousel .owl-item img {
  width: 100%; }

/* carousel-style4 */
.carousel-style4 .owl-carousel .owl-item img {
  width: 100%; }

/*home-business-slider*/
.home-business-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  background: none !important;
  opacity: 0.35; }
  .home-business-slider .owl-nav .owl-next:hover {
    opacity: 1; }
.home-business-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  background: none !important;
  opacity: 0.35; }
  .home-business-slider .owl-nav .owl-prev:hover {
    opacity: 1; }

@media screen and (max-width: 991px) {
  /*half container banner */
  .half-container-banner .banner-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border: 10px solid rgba(0, 0, 0, 0.1); }

  .half-banner[data-overlay-dark="0"]:before, .half-banner[data-overlay-light="0"]:before {
    opacity: 0.70; }

  .owl-carousel .caption h1 {
    font-size: 50px; }
  .owl-carousel .caption p {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .owl-carousel .caption h1 {
    font-size: 32px;
    margin-top: 5px; }
  .owl-carousel .caption h3 {
    letter-spacing: 1px; } }
@media screen and (max-width: 575px) {
  /*half container banner */
  .half-container-banner .banner-container {
    border: 5px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 90%; }

  .owl-carousel .caption h1 {
    font-size: 20px;
    margin-top: 5px; } }
.slider-fade .owl-item {
  height: 100vh;
  position: relative; }
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .slider-fade .item .caption {
    width: 100%;
    z-index: 9; }
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  left: 0;
  text-align: center; }

/* revolution slider */
.rev_slider_wrapper .tp-caption span {
  color: #2b3fb4; }
.rev_slider_wrapper .butn span {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #fff;
  text-shadow: none; }
.rev_slider_wrapper .butn.white span {
  color: #232323; }
.rev_slider_wrapper .butn.white:hover span {
  color: #fff; }

@media screen and (min-width: 767px) {
  .custom-paragraph .slider-text p {
    width: 450px !important;
    font-size: 15px !important;
    line-height: 26px !important; } }
@media screen and (min-width: 1024px) {
  .rev_slider .max-style {
    font-size: 60px !important;
    line-height: 70px !important; }
    .rev_slider .max-style span {
      font-size: 60px !important;
      line-height: 70px !important; } }
@media screen and (max-width: 1023px) {
  .rev_slider .max-style {
    font-size: 45px !important;
    line-height: 50px !important; }
    .rev_slider .max-style span {
      font-size: 45px !important;
      line-height: 50px !important; }

  .custom-paragraph .slider-text p {
    font-size: 16px !important;
    line-height: 28px !important; } }
@media screen and (max-width: 766px) {
  .rev_slider .max-style {
    font-size: 30px !important;
    line-height: normal !important; }
    .rev_slider .max-style span {
      font-size: 30px !important;
      line-height: normal !important; }

  .custom-paragraph .slider-text p {
    text-align: center !important;
    font-size: 14px !important;
    line-height: 24px !important;
    width: 480px !important;
    padding: 0 15px; }

  .custom-controls .tp-leftarrow, .custom-controls .tp-rightarrow {
    width: 40px !important;
    height: 40px !important; }
  .custom-controls .tp-leftarrow {
    left: -15px !important; }
  .custom-controls .tp-rightarrow {
    left: inherit !important;
    right: -55px !important; }
  .custom-controls .tparrows:before {
    line-height: 20px !important; } }
@media screen and (max-width: 479px) {
  .rev_slider .max-style {
    font-size: 20px !important;
    line-height: normal !important; }
    .rev_slider .max-style span {
      font-size: 20px !important;
      line-height: normal !important; }

  .custom-paragraph .slider-text p {
    width: 320px !important;
    padding: 0 15px; } }
	
	
/* ===================================
    Client section
====================================== */
.section-clients {
  padding: 50px 0; }

.clients img {
  opacity: .6;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }
  .clients img:hover {
    opacity: 1; }

@media screen and (max-width: 992px) {
  .section-clients {
    padding: 30px 0; }
    .section-clients .item {
      text-align: center;
      width: 100%; }
    .section-clients .owl-carousel .owl-item img {
      max-width: 75%;
      display: inline-block; } }
/*client style2*/
.section-clients2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9; }
  .section-clients2 .client-single {
    width: 33.333%;
    min-height: 96px;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    overflow: hidden; }
    .section-clients2 .client-single .client-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      opacity: .8;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .section-clients2 .client-single .client-img img {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
      .section-clients2 .client-single .client-img:hover {
        opacity: 1; }

@media screen and (max-width: 1024px) {
  .section-clients2 .client-single {
    width: 50%; } }
@media screen and (max-width: 575px) {
  .section-clients2 .client-single {
    width: 100%; } }
/*client style3*/
.section-clients3 .client-single {
  margin-bottom: 30px; }
  .section-clients3 .client-single:last-child, .section-clients3 .client-single p {
    margin-bottom: 0; }
  .section-clients3 .client-single a {
    display: block; }
    .section-clients3 .client-single a:after {
      content: '';
      display: block;
      clear: both; }
.section-clients3 .client-img {
  position: relative;
  float: left;
  padding: 10px;
  min-height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 225px;
  margin: 0 30px 0 0;
  border: 1px solid #ddd;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .section-clients3 .client-img:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 3px solid transparent;
    z-index: 100; }
.section-clients3 .client-desc {
  overflow: hidden; }

@media screen and (max-width: 575px) {
  .section-clients3 .client-img {
    float: none;
    margin-bottom: 15px; } }
	
	
	
/* ===================================
    Project grid
====================================== */
/* filtering */
.filtering {
  margin-bottom: 10px; }
  .filtering span {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px; }
    .filtering span:last-child {
      margin: 0; }
  .filtering .active {
    border-color: #2b3fb4;
    color: #2b3fb4; }

@media screen and (max-width: 767px) {
  .filtering span {
    margin-right: 15px; } }
/* filtering style2 */
.filtering-style2 span {
  font-size: 12px;
  font-weight: 700; }

.gallery-style2 .project-grid {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* project grid */
.project-grid {
  display: block;
  position: relative;
  margin: 15px 0; }

.project-grid-img img {
  display: block;
  width: 100%;
  height: auto; }

.project-grid-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }
  .project-grid-overlay h4 {
    margin-bottom: 0; }
    .project-grid-overlay h4 a {
      text-align: center; }
  .project-grid-overlay p {
    text-align: center; }

.project-grid:hover .project-grid-overlay {
  opacity: 1; }

.project-grid-overlay h4 a {
  font-size: 22px;
  opacity: 0; }
  .project-grid-overlay h4 a:hover {
    color: #2b3fb4; }
  .project-grid-overlay h4 a:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #2b3fb4;
    margin: 15px auto; }

.project-grid:hover h4 a {
  opacity: 1;
  line-height: normal; }

.project-grid-overlay p {
  color: #666;
  font-size: 15px;
  margin: 0;
  opacity: 0; }

.project-grid:hover p {
  opacity: 1; }

.project-grid-overlay.theme {
  background: rgba(134, 188, 66, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid rgba(0, 0, 0, 0.15); }
  .project-grid-overlay.theme h4 a {
    color: #fff; }
    .project-grid-overlay.theme h4 a:hover {
      color: rgba(255, 255, 255, 0.55); }
    .project-grid-overlay.theme h4 a:after {
      height: 1px;
      background: #fff; }
  .project-grid-overlay.theme p {
    color: #fff; }

@media screen and (max-width: 1199px) {
  .project-grid-overlay h4 {
    line-height: 20px; }
    .project-grid-overlay h4 a {
      font-size: 18px; } }
@media screen and (max-width: 767px) {
  .project-grid {
    margin: 20px 0 0 0; }
    .project-grid:hover p {
      top: 52%; } }
/* project grid style2 */
.project-grid-style2 .project-details {
  position: relative;
  overflow: hidden; }
  .project-grid-style2 .project-details img {
    width: 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 400ms;
    transition: all 400ms; }
.project-grid-style2 .portfolio-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .project-grid-style2 .portfolio-icon a {
    position: absolute;
    top: 50%;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 26px;
    z-index: 9; }
.project-grid-style2 .portfolio-title {
  padding: 15px 15px 0 15px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .project-grid-style2 .portfolio-title h4 {
    font-size: 16px;
    margin-bottom: 0; }
  .project-grid-style2 .portfolio-title p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px; }
.project-grid-style2:hover .project-details img {
  -webkit-transform: scale3d(1.15, 1.15, 1);
  transform: scale3d(1.15, 1.15, 1); }
.project-grid-style2:hover .portfolio-icon {
  opacity: 1; }
  .project-grid-style2:hover .portfolio-icon a {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
    .project-grid-style2:hover .portfolio-icon a:hover {
      color: #2b3fb4; }

.portfolio-post-border {
  border: 1px solid #2b3fb4;
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  visibility: hidden; }

.project-grid-style2:hover .portfolio-post-border {
  visibility: visible; }

/* project single */
.project-carousel h4:after {
  content: " ";
  background: #2b3fb4;
  height: 2px; }

.project-single-text h4:after {
  content: " ";
  background: #2b3fb4;
  height: 2px; }
.project-single-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8; }
.project-single-text h5 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin: 25px 0 20px; }
  .project-single-text h5:after {
    display: block;
    width: 70px;
    margin-top: 8px;
    content: " ";
    background: #2b3fb4;
    height: 2px; }
.project-single-text ul li {
  color: #232323;
  font-size: 15px;
  font-weight: 500; }
  .project-single-text ul li i {
    color: #2b3fb4;
    font-weight: 500;
    font-size: 15px;
    padding-right: 10px; }

.project-single-info {
  border: 1px solid #ececec;
  display: block;
  width: 100%;
  padding: 0 20px; }
  .project-single-info ul li {
    color: #777;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ececec;
    padding: 12px 0; }
    .project-single-info ul li:last-child {
      border-bottom: none; }
    .project-single-info ul li span {
      display: inline-block;
      color: #232323;
      font-size: 15px;
      font-weight: 500;
      margin-right: 25px;
      width: 70px;
      max-width: 100%; }
    .project-single-info ul li .value {
      width: auto;
      margin-right: 0;
      color: #6f6f6f; }

.project-single-img {
  padding-bottom: 30px; }

.project-single-box-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07); }

/* project grid style3 */
.project-grid-style3 {
  position: relative;
  margin-bottom: 10px; }
  .project-grid-style3 .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }
    .project-grid-style3 .inner-box .project-image {
      position: relative; }
      .project-grid-style3 .inner-box .project-image:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }
    .project-grid-style3 .inner-box:hover .project-image:before {
      opacity: 0; }
    .project-grid-style3 .inner-box .project-image img {
      position: relative;
      width: 100%;
      display: block; }
    .project-grid-style3 .inner-box .overlay {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 2;
      color: #ffffff;
      visibility: hidden;
      -moz-transition: all 700ms ease;
      -webkit-transition: all 700ms ease;
      -ms-transition: all 700ms ease;
      -o-transition: all 700ms ease;
      transition: all 700ms ease;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      -moz-transform-origin: left top;
      transform-origin: left top;
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
      .project-grid-style3 .inner-box .overlay:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        display: block;
        visibility: hidden;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        background-color: rgba(134, 188, 66, 0.95); }
    .project-grid-style3 .inner-box:hover .overlay:before {
      opacity: 1;
      visibility: visible; }
    .project-grid-style3 .inner-box .overlay-inner {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      display: table;
      vertical-align: middle;
      padding: 20px; }
      .project-grid-style3 .inner-box .overlay-inner .description {
        position: relative;
        display: table-cell;
        vertical-align: middle; }
    .project-grid-style3 .inner-box .text {
      position: relative;
      color: #ffffff;
      margin-bottom: 20px; }
    .project-grid-style3 .inner-box .read-more {
      position: relative;
      font-size: 13px;
      font-weight: 700;
      color: #ffffff;
      padding-right: 22px; }
      .project-grid-style3 .inner-box .read-more .fa {
        position: relative;
        margin-right: 4px; }
    .project-grid-style3 .inner-box:hover .overlay {
      opacity: 1;
      visibility: visible;
      -moz-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
    .project-grid-style3 .inner-box .project-desc {
      background: #fff;
      position: relative;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    .project-grid-style3 .inner-box:hover .project-desc {
      background-color: #f9f8fc; }
    .project-grid-style3 .inner-box .project-desc .category {
      color: #2b3fb4;
      letter-spacing: 1px;
      font-size: 13px;
      font-weight: 700;
      padding-bottom: 8px;
      margin-bottom: 20px;
      text-transform: uppercase;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    .project-grid-style3 .inner-box:hover .project-desc .category {
      color: #232323; }
    .project-grid-style3 .inner-box .project-desc .category:after {
      content: "";
      height: 1px;
      background: rgba(0, 0, 0, 0.1);
      width: 20%;
      display: block;
      margin-top: 10px;
      -moz-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
    .project-grid-style3 .inner-box:hover .project-desc .category:after {
      width: 100%;
      background: #2b3fb4; }
    .project-grid-style3 .inner-box .project-desc a {
      position: relative;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      line-height: 24px; }
      .project-grid-style3 .inner-box .project-desc a:hover {
        color: #2b3fb4; }

@media screen and (max-width: 767px) {
  .project-grid-style3 .inner-box .overlay-inner {
    padding: 15px; }
  .project-grid-style3 .inner-box .text {
    margin-bottom: 15px; } }
/* project grid style4 */
.project-grid-style4 {
  display: block;
  position: relative;
  margin: 0; }
  .project-grid-style4.portfolio-item-wrapper {
    display: block;
    text-decoration: none; }
  .project-grid-style4 .portfolio-img-container {
    display: block;
    position: relative; }
  .project-grid-style4 .portfolio-description {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fafafa;
    color: #000;
    padding: 15px;
    font-size: 0.85em;
    text-align: center; }

/* Responsive CSS */
@media screen and (min-width: 768px) {
  /* Portfolio Style 04*/
  .project-grid-style4 .portfolio-item-img {
    width: 100%;
    display: block; }
  .project-grid-style4 .portfolio-description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    opacity: 0;
    transition: all 200ms ease-in-out; }
  .project-grid-style4 .portfolio-cover {
    background-color: rgba(255, 66, 41, 0);
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(2);
    transition: all 200ms ease-in-out;
    display: none; }
  .project-grid-style4 .portfolio-title {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out,opacity 150ms ease-in;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased; }
  .project-grid-style4 .portfolio-sub-title {
    transform: translateY(15px);
    transition: transform 300ms ease-in-out,opacity 150ms ease-in;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: inline-block;
    font-size: 14px; }
    .project-grid-style4 .portfolio-sub-title:after {
      background: #2b3fb4;
      bottom: 10px;
      content: "";
      height: 1px;
      position: absolute;
      right: -20px;
      width: 12px; }
    .project-grid-style4 .portfolio-sub-title:before {
      background: #2b3fb4;
      bottom: 10px;
      content: "";
      height: 1px;
      position: absolute;
      left: -20px;
      width: 12px; }
  .project-grid-style4 .portfolio-description-wrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }
  .project-grid-style4 .portfolio-description-content {
    display: table-cell;
    vertical-align: middle; }
  .project-grid-style4.portfolio-item-wrapper {
    backface-visibility: hidden;
    margin-bottom: 0;
    overflow: hidden; }
  .project-grid-style4 .portfolio-item-img {
    transition: all 0.2s ease 0s; }
  .project-grid-style4:hover .portfolio-cover {
    background-color: rgba(0, 0, 0, 0.83);
    display: block; }
  .project-grid-style4:hover .portfolio-title {
    transition-delay: 100ms,100ms;
    opacity: 1;
    transform: translateY(0); }
  .project-grid-style4:hover .portfolio-sub-title {
    transition-delay: 200ms,200ms;
    opacity: 1;
    transform: translateY(0); }
  .project-grid-style4:hover .portfolio-item-img {
    filter: blur(4px) grayscale(4%); }
  .project-grid-style4:hover .portfolio-description {
    opacity: 1; } }
@media screen and (max-width: 767px) {
  /* Portfolio Style 04*/
  .project-grid-style4 .portfolio-description {
    position: static; }
  .project-grid-style4 .portfolio-title {
    font-size: 15px; }
  .project-grid-style4 .portfolio-sub-title {
    font-size: 15px;
    font-size: 13px;
    color: #6f6f6f; } }
	
	
/* ===================================
    Service blocks
====================================== */
/* services images */
.content-bg1 {
  background-image: url("../img/content/feature-01.jpg"); }

@media screen and (max-width: 991px) {
  .sm-bg {
    min-height: 400px; } }
@media screen and (max-width: 767px) {
  .sm-bg {
    min-height: 320px; } }
/* services blocks */
.services-blocks {
  margin-top: -90px; }

@media screen and (max-width: 1199px) {
  .services-blocks {
    margin-top: -70px; } }
@media screen and (max-width: 991px) {
  .services-blocks {
    margin-top: -50px; } }
/* service simple */
.service-simple {
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16); }
  .service-simple img {
    width: 100%;
    transition: all 0.5s ease 0s; }
    .service-simple img:hover {
      transform: scale(1.1); }

.service-simple-inner {
  position: relative;
  padding: 25px 25px 20px; }
  .service-simple-inner p {
    max-width: 95%; }
  .service-simple-inner a {
    display: inline-block; }

.service-simple h4 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0; }

/* services block one */
.owl-carousel .service-box {
  margin: 0 15px 25px 15px; }

.service-box {
  background: #fff;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  -moz-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  margin: 15px 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.service-inner-box {
  padding: 20px; }

.service-icon-box {
  width: 20%;
  max-width: 50px;
  float: left;
  padding-top: 2px; }

.service-content-box {
  width: 80%;
  float: left; }

.service-box .img-holder {
  position: relative; }
  .service-box .img-holder:before {
    background-color: rgba(134, 188, 66, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10; }
.service-box:hover .img-holder:before {
  opacity: 1; }
.service-box .img-holder img {
  width: 100%; }
.service-box h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 500; }
.service-box p {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0; }
.service-box i {
  color: #2b3fb4;
  font-size: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
.service-box:hover i {
  color: #232323; }

/* services block two */
.services-block-two {
  position: relative; }
  .services-block-two .inner-box {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 30px 30px 30px 95px;
    height: 100%;
    position: relative;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s; }
  .services-block-two p {
    margin-bottom: 0; }
  .services-block-two h3 {
    margin-bottom: 0;
    line-height: normal;
    display: inline-block; }
    .services-block-two h3 a {
      color: #3c3c3c;
      display: block;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px; }
      .services-block-two h3 a:hover {
        color: #2b3fb4; }
  .services-block-two h2 {
    bottom: 0;
    color: #f0f0f0;
    font-size: 36px;
    font-weight: 600;
    right: 10px;
    margin-bottom: 0;
    position: absolute; }
  .services-block-two .icon-box {
    color: #2b3fb4;
    font-size: 36px;
    left: 35px;
    position: absolute;
    top: 35px; }
  .services-block-two.dark .inner-box {
    background: #000;
    border: 1px solid #000; }
    .services-block-two.dark .inner-box:hover {
      background: #000; }
      .services-block-two.dark .inner-box:hover h5 a, .services-block-two.dark .inner-box:hover p, .services-block-two.dark .inner-box:hover .icon-box {
        color: #fff; }
  .services-block-two.dark h3 a {
    color: #6f6f6f; }
  .services-block-two.dark h2 {
    color: rgba(255, 255, 255, 0.1); }
  .services-block-two.dark .inner-box:hover h2 {
    color: rgba(255, 255, 255, 0.04); }
  .services-block-two.dark .icon-box {
    color: #6f6f6f; }

@media screen and (max-width: 991px) {
  .services-block-two h2 {
    font-size: 36px; }
  .services-block-two h3 a {
    font-size: 18px;
    margin-bottom: 10px; }
  .services-block-two .icon-box {
    top: 25px;
    left: 21px;
    font-size: 28px; }
  .services-block-two .inner-box {
    padding: 20px 20px 20px 75px; } }
/* services block three */
.services-block-three > a {
  display: block;
  border: 3px solid #d5d5d5;
  border-radius: 0;
  text-align: center;
  background: #fff;
  padding: 20px;
  position: relative; }
  .services-block-three > a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid #2b3fb4;
    border-right: 3px solid #2b3fb4;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
  .services-block-three > a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid #2b3fb4;
    border-left: 3px solid #2b3fb4;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
  .services-block-three > a:hover {
    opacity: 1;
    border-color: #d5d5d5; }
    .services-block-three > a:hover:before, .services-block-three > a:hover:after {
      width: 95%;
      height: 90%; }
.services-block-three i {
  font-size: 32px; }
.services-block-three p {
  margin-bottom: 0; }
.services-block-three:hover p {
  color: #232323; }
.services-block-three h4 {
  color: #6f6f6f;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600; }
.services-block-three:hover h4 {
  color: #232323; }

/* service-block */
.service-grids .service-block {
  overflow: hidden;
  position: relative; }
.service-grids .img-holder {
  position: relative; }
.service-grids .service-block:hover .img-holder:before {
  opacity: 1; }
.service-grids .service-block .details {
  background-color: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  padding: 45px 45px 50px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  z-index: 20; }
.service-grids .service-block .number {
  background-color: #2b3fb4;
  border-radius: 75px;
  color: #fff;
  height: 75px;
  font-size: 30px;
  left: 50%;
  line-height: 75px;
  position: absolute;
  top: -37.5px;
  transform: translateX(-50%);
  width: 75px; }
.service-grids .service-block .details h4 {
  color: #2b3fb4;
  font-size: 20px;
  margin: 10px 0 15px 0;
  line-height: normal; }
.service-grids .service-block .details .read-more {
  color: #2b3fb4;
  font-weight: 600; }

@media screen and (min-width: 992px) {
  .service-grids .service-block {
    height: 335px; }
  .service-grids .img-holder:before {
    background-color: rgba(134, 188, 66, 0.6);
    bottom: 20px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10; }
  .service-grids .service-block .details {
    height: 195px;
    position: absolute;
    top: 168px; }
  .service-grids .service-block:hover .details {
    height: 230px;
    top: 105px; } }
@media screen and (min-width: 1200px) {
  .service-grids .service-block {
    height: 370px; }
    .service-grids .service-block .details {
      height: 195px;
      position: absolute;
      top: 205px; }
    .service-grids .service-block:hover .details {
      height: 230px;
      top: 170px; } }
@media screen and (max-width: 991px) {
  .service-grids .service-block .details {
    padding: 45px 25px 35px; } }
@media screen and (max-width: 767px) {
  .service-grids .service-block .number {
    height: 65px;
    line-height: 65px;
    top: -32.5px;
    width: 65px;
    border-radius: 65px; } }
/* services block five */
.service-block5 {
  position: relative; }
  .service-block5 > a {
    display: inline-block;
    width: 100%; }
  .service-block5:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: " ";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }
  .service-block5:hover:before {
    content: none; }
  .service-block5:after {
    background: #2b3fb4 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%; }
  .service-block5:hover:after {
    opacity: 0.8; }
  .service-block5 a img {
    max-width: 100%; }
  .service-block5 .service-desc {
    bottom: 25px;
    position: absolute;
    padding: 0 20px;
    z-index: 9; }
    .service-block5 .service-desc h5 {
      color: #2b3fb4;
      font-size: 13px;
      letter-spacing: 1px;
      font-weight: 600;
      padding-bottom: 10px;
      margin-bottom: 0;
      line-height: normal; }
  .service-block5:hover .service-desc h5 {
    color: #fff; }
  .service-block5 .service-desc h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px; }
    .service-block5 .service-desc h4 a {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 24px; }

@media screen and (max-width: 991px) {
  .service-block5 .service-desc {
    bottom: 30px; }
    .service-block5 .service-desc h4 {
      font-size: 16px; }
      .service-block5 .service-desc h4 a {
        font-size: 16px; } }
@media screen and (max-width: 767px) {
  .service-block5 .service-desc {
    bottom: 20px; }
    .service-block5 .service-desc h4 {
      font-size: 15px; }
      .service-block5 .service-desc h4 a {
        font-size: 15px; }
    .service-block5 .service-desc h5 {
      font-size: 12px; } }
/* services detail */
.services-single-menu li {
  border-bottom: 1px solid #ececec; }
  .services-single-menu li:last-child {
    border-bottom: none; }
  .services-single-menu li.active a {
    border-left-color: #2b3fb4;
    color: #2b3fb4; }
    .services-single-menu li.active a:after {
      content: none; }
  .services-single-menu li a {
    display: block;
    border-left: 4px solid transparent;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 10px 14px 20px; }
    .services-single-menu li a:after {
      content: "";
      background: #2b3fb4;
      display: inline-block;
      height: 1px;
      width: 0;
      vertical-align: middle;
      margin-left: 8px;
      transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -webkit-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-duration: .2s;
      -ms-transition-duration: .2s;
      -moz-transition-duration: .2s;
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s; }
    .services-single-menu li a:hover:after {
      width: 30px; }

.callback-box {
  background: #232323;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px 15px 25px 15px;
  position: relative; }

.services-single-right .special {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 16px; }

@media screen and (max-width: 767px) {
  .services-single-menu li a {
    font-size: 14px;
    padding: 12px 10px 12px 16px; } }
/* downloads */
.downloads li {
  border: 1px solid #2b3fb4;
  border-radius: 5px; }
.downloads i {
  background: #2b3fb4;
  padding: 10px 12px;
  color: #fff;
  vertical-align: top; }
.downloads .label {
  margin-top: 10px;
  display: inline-block;
  margin-left: 10px; }
