@charset "UTF-8";
/*********************************************************************

    Template Name: Smudge
    Template URI: https://themeforest.net/user/createuiux
    Description: A 'Smudge – Digital Agency Portfolio Freelancer HTML5 Template' is perfect if you like a clean and modern design. This theme is ideal for Agency, Freelancer, Portfolio, and those who need an easy, attractive and effective way to share their work with clients.
    Author: createuiux
    Version: 1.0
    Author URI: http://theme.createuiux.com

    Note: This is style scss.

*********************************************************************/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 Typography 
2 Section Title(With All Title)
    [2.1 Section Title]
    [2.2 Page Header Area]
3 Button Style
4 Header Style
    [4.1 Mega menu]
    [4.2 Sticky header]
5 Slider
6 Video	
7 Layouts 
    7.1 List Style Circle
    7.2 List Style Check
    7.3 Promo Area
    7.4 Professional Skill Area
    7.5 Get Touch Area
    7.6 Brand Area
    7.7 Pricint Table Area
    7.8 Career Area
    7.9 Single Career Area
    7.10 Appointment Area
    7.11 Counter Area
    7.12 Contact page
        7.12.1 Newsletter Area
        7.12.2 Contact Info Area
    7.13 Video player styles
    7.14 Error Page Styles
    7.15 Layout Responsive
8 About
9 Portfolio
10 Team
11 Footer Area
12 Testimonail
13 Services
    13.1 services Style one
    13.2 services Style two
14 blog
    14.1 Single Blog
    14.2 Sidebar
--------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]
# Dark grey (text): #333333
# Dark Blue (headings, links) #4527a0
# Yellow (video) #ffba00
# Mid grey: #666666
*/
/*------------------------------------------------------------------
[Color codes]

Background: #ffffff (white)
Header all:  #4527A0 (blue)
Footer:     #4527A0 (blue)

a (standard):   #4527A0 (blue)
a (active): #FFBA00 (yellow)
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

Body:      16px/26px 'Roboto', sans-serif;
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
    [1 Typography ]
*/
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.single-select {
  position: relative;
}
.single-select input[type="checkbox"] {
  visibility: hidden;
}
.single-select > label {
  background: #FAFAFA;
  cursor: pointer;
  height: 18px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 18px;
  border: 1px solid #D8D8D8;
  margin-bottom: 0;
}
.single-select > label:before {
  content: "";
  color: #686868;
  font-family: fontawesome;
  font-size: 12px;
  left: 2px;
  position: absolute;
  top: -5px;
}
.single-select input[type="checkbox"]:checked + label::before {
  opacity: 1;
  content: "\f00c";
  color: #4527a0;
}
.single-select > span {
  display: inline-block;
  padding-left: 5px;
}

option {
  background: #fff;
  border: none;
  padding: 5px 15px 5px 15px;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

*::-moz-selection {
  background: #4527a0;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #4527a0;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #4527a0;
  color: #fff;
  text-shadow: none;
}

span.tooltip-content {
  color: #333333;
  cursor: help;
  font-weight: 600;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Back-to-top */
#scrollUp {
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin: 0px;
  color: #fff !important;
  position: fixed;
  bottom: 0px;
  right: 30px;
  border-radius: 4px 4px 0px 0px;
  background: #4527a0;
  font-size: 18px;
  width: 45px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

#scrollUp:hover {
  height: 40px;
  line-height: 40px;
  background-color: #5E35B1;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.ptb-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.pt-100 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-70 {
  margin-bottom: 70px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-60 {
  padding-bottom: 40px;
}

.mtb-100 {
  margin: 50px 0;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-100 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

/* Helper Class*/
.pos-absolute {
  position: absolute;
}

.pos-relative {
  position: relative;
}

.text-white {
  color: #fff;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #fff;
}

.text-primary {
  color: #4527a0;
}
.text-primary h1, .text-primary h2, .text-primary h3, .text-primary h4, .text-primary h5, .text-primary h6 {
  color: #4527a0;
}

.text-black {
  color: #000;
}

/*Colored background*/
.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-gray {
  background: #FBFBFB;
}

.bg-yellow {
  background-color: #FF7200;
}

.bg-dark {
  background: #171717;
}

.bg-transparent {
  background: transparent !important;
}

/*image background*/
.bg-image {
  background-clip: initial;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.bg-img-fixed {
  background-attachment: fixed;
}

/* Custom class */
.shadow__black {
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.shadow--theme {
  -webkit-box-shadow: 0px 10px 15px rgba(255, 90, 96, 0.4);
  -moz-box-shadow: 0px 10px 15px rgba(255, 90, 96, 0.4);
  -ms-box-shadow: 0px 10px 15px rgba(255, 90, 96, 0.4);
  -o-box-shadow: 0px 10px 15px rgba(255, 90, 96, 0.4);
  box-shadow: 0px 10px 15px rgba(255, 90, 96, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.shadow--yellow {
  -webkit-box-shadow: 0px 12px 15px rgba(248, 199, 5, 0.2);
  -moz-box-shadow: 0px 12px 15px rgba(248, 199, 5, 0.2);
  -ms-box-shadow: 0px 12px 15px rgba(248, 199, 5, 0.2);
  -o-box-shadow: 0px 12px 15px rgba(248, 199, 5, 0.2);
  box-shadow: 0px 12px 15px rgba(248, 199, 5, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.bg_gradient {
  position: relative;
}
.bg_gradient:before {
  background: linear-gradient(to top, #37a000, #37a000, #37a000, rgba(55, 160, 0, 0.9), rgba(55, 160, 0, 0.75), rgba(55, 160, 0, 0.6), rgba(55, 160, 0, 0.4), rgba(55, 160, 0, 0.2), rgba(55, 160, 0, 0)) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 55%;
  left: 0;
  position: absolute;
  width: 100%;
}

.pos-vertical-middle {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.tb {
  display: table;
  height: 100%;
  width: 100%;
}
.tb > .tb-cell {
  display: table-cell;
  vertical-align: middle;
}

.col-full-width {
  margin: 0 auto;
  float: none;
}

.bg_overlay {
  position: relative;
}
.bg_overlay:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.area_bottom_button > .btn-default {
  margin-top: 60px;
}

.image_effect {
  overflow: hidden;
}
.image_effect > img {
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

@media only screen and (max-width: 1199px) {
  .ptb-110 {
    padding-bottom: 85px;
    padding-top: 85px;
  }

  .mt-100 {
    margin-top: 85px;
  }

  .mtb-100 {
    margin-top: 85px;
    margin-bottom: 85px;
  }

  .mb-100 {
    margin-bottom: 85px;
  }

  .mb-110 {
    margin-bottom: 70px;
  }

  .pt-110 {
    padding-top: 85px;
  }

  .mb-60 {
    margin-bottom: 45px;
  }

  .mb-80 {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .ptb-110 {
    padding-bottom: 75px;
    padding-top: 75px;
  }

  .mt-100 {
    margin-top: 75px;
  }

  .mtb-100 {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .mb-100 {
    margin-bottom: 60px;
  }

  .mb-110 {
    margin-bottom: 60px;
  }

  .pt-110 {
    padding-top: 75px;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .mb-80 {
    margin-bottom: 55px;
  }

  .area_bottom_button > .btn-default {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }

  p {
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------------------
    [2 Section Title(With All Title)]
*/
/* [2.1 Section Title] */
.section_title {
  padding-bottom: 42px;
}
.section_title .title__heading {
  font-size: 50px;
  position: relative;
  margin: 0 0 15px;
  font-weight: 900;
  color: #4527a0;
}

.section_title .title__heading2 {
  font-size: 35px;
  position: relative;
  margin: 0 0 15px;
  font-weight: 900;
  color: #4527a0;
}

.section_title > p,
.page_title > p {
  font-weight: 200;
  letter-spacing: 0.5em;
}

/* [2.2 Page Header Area] */
.page_heading_area {
  background-attachment: fixed;
}
.page_heading_area:after {
  background-color: rgba(69, 39, 160, 0.7);
}
.page_heading_area .page_title {
  color: #fff;
  display: inline-block;
  padding: 30px 15px;
  position: relative;
}
.page_heading_area .page_title > h1 {
  color: #fff;
  display: inline-block;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 5px;
  position: relative;
  z-index: 1;
}
.page_heading_area .page_title > p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.page_heading_area .page_title .divider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.page_heading_area .page_title .divider > span:before, .page_heading_area .page_title .divider > span:after {
  background-color: #fff;
  content: "";
  position: absolute;
}
.page_heading_area .page_title .divider > span:before {
  height: 3px;
  width: 50px;
}
.page_heading_area .page_title .divider > span:after {
  height: 50px;
  width: 3px;
}
.page_heading_area .page_title .divider > span:nth-child(1):before, .page_heading_area .page_title .divider > span:nth-child(1):after {
  top: 15px;
  left: -10px;
}
.page_heading_area .page_title .divider > span:nth-child(2):before, .page_heading_area .page_title .divider > span:nth-child(2):after {
  bottom: 10px;
  right: -10px;
}

/* Headline */
.headline {
  border-bottom: 1px solid #efefef;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 23px;
  margin-top: 0;
  padding-bottom: 22px;
  position: relative;
  text-transform: capitalize;
  color: #4527a0;
}
.headline:before {
  background-color: #4527a0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 195px;
}

@media only screen and (max-width: 1199px) {
  .section_title .title__heading {
    margin: 0 0 10px;
  }

  .section_title > p,
  .page_title > p {
    letter-spacing: 0.4em;
  }

  .section_title {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section_title {
    padding-bottom: 25px;
  }

  .page_heading_area .page_title {
    padding: 27px 15px;
  }
  .page_heading_area .page_title > h1 {
    font-size: 40px;
  }

  .section_title .title__heading {
    font-size: 42px;
    margin: 0 0 7px;
  }

  .section_title > p,
  .page_title > p {
    letter-spacing: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .section_title {
    padding-bottom: 20px;
  }
  .section_title .title__heading {
    font-size: 36px;
    margin-bottom: 5px;
  }

  .page_heading_area .page_title > h1 {
    font-size: 34px;
    margin-bottom: 5px;
  }

  .section_title > p,
  .page_title > p {
    letter-spacing: 0.15em;
    margin-bottom: 10px;
  }

  .headline {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .section_title > p,
  .page_title > p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .section_title {
    padding-bottom: 20px;
  }
  .section_title .title__heading {
    font-size: 30px;
  }

  .page_heading_area .page_title {
    padding: 0;
  }
  .page_heading_area .page_title > h1 {
    font-size: 26px;
  }
  .page_heading_area .page_title .divider {
    display: none;
  }
}
/*------------------------------------------------------------------
    [3 Button Style]
*/
/*Button styles*/
.btn-default {
  background-color: #333333;
  border: 0px solid !important;
  border-radius: 0;
  color: #fff !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 45px;
  opacity: 1;
  overflow: hidden;
  padding: 0 30px;
  text-transform: capitalize;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  display: -webkit- inline-flex;
  display: -moz- inline-flex;
  display: -ms- inline-flex;
  display: -o- inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  z-index: 1;
}
.btn-default > i.fa {
  margin-left: 5px;
  font-size: 12px;
  margin-top: 2px;
}
.btn-default > span {
  font-size: 30px;
  padding-right: 8px;
}

.btn-transparent {
  background-color: transparent;
  border: 2px solid #fff !important;
}

.btn-primary {
  background-color: #4527a0;
  border-color: #4527a0 !important;
}

.btn-subcribe {
  height: inherit;
  background-color: #FFBA00;
}

.btn-loadmore {
  padding: 15px 45px;
  -webkit-box-shadow: 0px 10px 8px rgba(69, 39, 160, 0.4);
  -moz-box-shadow: 0px 10px 8px rgba(69, 39, 160, 0.4);
  -ms-box-shadow: 0px 10px 8px rgba(69, 39, 160, 0.4);
  -o-box-shadow: 0px 10px 8px rgba(69, 39, 160, 0.4);
  box-shadow: 0px 10px 8px rgba(69, 39, 160, 0.4);
  color: #fff !important;
}
.btn-loadmore i {
  padding-right: 8px;
}

.readmore {
  color: #4527a0 !important;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.readmore:hover {
  color: #000 !important;
}

.btn-default:hover, .btn-default:focus {
  color: #fff !important;
  background-color: #4527a0;
}

.btn-transparent:hover, .btn-transparent:focus {
  color: #4527a0 !important;
}

.btn-primary:hover, .btn-primary:focus {
  color: #fff !important;
  background-color: #5E35B1;
}

.bg-dark .area_bottom_button .btn-default {
  background-color: #4527a0;
  border-color: #4527a0 !important;
}
.bg-dark .area_bottom_button > .btn-default:hover {
  color: #4527a0 !important;
}

.btn-yellow {
  background-color: transparent;
  border: 1px solid #fff !important;
}
.btn-yellow:hover, .btn-yellow:focus {
  background-color: #03A9F4 !important;
  border: 1px solid #03A9F4 !important;
}

.btn-blue {
  background-color: #03A9F4;
  border: 1px solid #03A9F4 !important;
}
.btn-blue:hover, .btn-blue:focus {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

.btn-about {
  background-color: #4527a0;
  border-radius: 0;
  bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 15px 30px;
  position: absolute;
  right: 0;
  text-align: left;
  border: 0px solid;
}
.btn-about > span {
  display: block;
  font-size: 15px;
}
.btn-about > i {
  margin-left: 8px;
}
.btn-about > i:before {
  font-size: 18px;
}

.btn-about:hover {
  opacity: 0.95;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .down-button-group {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .down-button-group .btn-default {
    margin: 0 5px;
    padding: 12px 35px;
  }

  .btn-about {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .down-button-group {
    text-align: center;
  }
  .down-button-group a {
    padding: 0px;
  }
  .down-button-group a:last-child {
    padding-top: 15px;
  }
}
/*------------------------------------------------------------------
    [4 Header Style]
*/
header {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-shadow: 21px 21px 21px rgba(242, 108, 79, 0.05);
  -moz-box-shadow: 21px 21px 21px rgba(242, 108, 79, 0.05);
  -ms-box-shadow: 21px 21px 21px rgba(242, 108, 79, 0.05);
  -o-box-shadow: 21px 21px 21px rgba(242, 108, 79, 0.05);
  box-shadow: 21px 21px 21px rgba(242, 108, 79, 0.05);
  position: relative;
  z-index: 5;
  background-color: #fff;
}
header .logo-menu-wrap {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 110px;
}
header .logo-menu-wrap .logo {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .logo-menu-wrap .menu {
  margin-right: -15px;
}
header .logo-menu-wrap .menu > ul {
  margin: 0;
}
header .logo-menu-wrap .menu > ul > li {
  display: inline-block;
  padding: 12px 15px 8px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  margin: 0 -2px;
}
header .logo-menu-wrap .menu > ul > li:hover {
  background-color: #4527a0;
}
header .logo-menu-wrap .menu > ul > li:hover a {
  color: #fff;
}
header .logo-menu-wrap .menu > ul > li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
}
header .logo-menu-wrap .menu > ul > li > a > span {
  display: block;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 10px;
}
header .logo-menu-wrap .menu > ul > li > a > span:before {
  font-size: 26px;
}
header .logo-menu-wrap .menu > ul > li.current {
  background-color: #4527a0;
}
header .logo-menu-wrap .menu > ul > li.current > a {
  color: #fff !important;
}
header .logo-menu-wrap .menu > ul > li .dropdown-content {
  position: absolute;
  width: 200px;
  left: 0;
  top: 100%;
  z-index: 999999;
  border-top: 5px solid #4527a0;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  transform-origin: 0 0 0;
  margin-left: 0;
}
header .logo-menu-wrap .menu > ul > li .dropdown-content li {
  padding: 0;
  display: block;
}
header .logo-menu-wrap .menu > ul > li .dropdown-content li a {
  background: #fff;
  display: block;
  padding: 7px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
}
header .logo-menu-wrap .menu > ul > li .dropdown-content li:hover > a {
  color: #4527a0;
  padding-left: 20px;
}
header .logo-menu-wrap .menu > ul > li .dropdown-content li:last-child a {
  border-bottom: none;
}
header .logo-menu-wrap .menu > ul > li .dropdown-content .dropdown-trigger {
  position: relative;
}
header .logo-menu-wrap .menu > ul > li .dropdown-content .dropdown-trigger > .dropdown-content {
  position: absolute;
  top: 0;
  border-top: 0 solid;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
header .logo-menu-wrap .menu > ul > li.dropdown-trigger:hover > .dropdown-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
header .logo-menu-wrap .menu > ul > li.dropdown-trigger:hover > .dropdown-content > .dropdown-trigger:hover ul.dropdown-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* [4.1 Mega menu] */
.mega-menu-content {
  background-color: #fff;
  padding: 20px 5px;
  width: 580px !important;
}
.mega-menu-content > li {
  border-right: 1px solid #e5e5e5;
  float: left;
  width: 33.33%;
}
.mega-menu-content > li:nth-child(3n) {
  border-right: 0px solid;
}
.mega-menu-content > li > a {
  border-bottom: 0 solid !important;
  padding: 5px 15px !important;
}
.mega-menu-content > li > a:hover {
  padding-left: 20px !important;
}

/* [4.2 Sticky header] */
#sticky-header {
  background-color: #fff;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
#sticky-header .logo-menu-wrap {
  min-height: 80px;
}
#sticky-header .logo-menu-wrap .menu > ul > li {
  /*padding: 30px 35px 28px;*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .logo-menu-wrap {
    min-height: 90px;
  }
  header .logo-menu-wrap .menu ul li {
    padding: 17px 20px;
  }
  header .logo-menu-wrap .menu ul li > a > span {
    margin-bottom: 5px;
  }
  header .logo-menu-wrap .menu ul li ul.dropdown-content {
    top: 100% !important;
  }
  header .logo-menu-wrap .menu ul li ul.dropdown-content li {
    padding: 0;
  }
  header .logo-menu-wrap .menu ul li ul.dropdown-content .dropdown-trigger > .dropdown-content {
    top: 0 !important;
  }

  #sticky-header .logo-menu-wrap .menu > ul > li {
    padding: 17px 20px;
  }

  .mega-menu-content {
    width: 550px !important;
  }
  .mega-menu-content > li > a {
    padding: 5px 10px !important;
  }
  .mega-menu-content > li > a:hover {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  header {
    background: #fff !important;
  }
  header .container {
    width: 100%;
    padding: 0 15px;
  }
  header .mean-container .mean-bar {
    min-height: 75px;
  }
  header .mean-container .mean-bar:nth-child(2) {
    display: none;
  }
  header .mean-container a.meanmenu-reveal {
    padding: 35px 0 10px;
  }
  header .mean-container .mean-nav {
    margin-top: 90px;
  }

  .mega-menu-content {
    width: 100% !important;
  }
  .mega-menu-content li {
    border-right: 0px solid;
  }
  .mega-menu-content li > a {
    width: 85% !important;
    padding: 10px 40px !important;
  }
  .mega-menu-content li > a:hover {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-nav ul li a {
    width: calc(100% - 35px);
  }
  .mean-container .mean-nav ul li li a {
    padding: 10px 30px;
    width: 85%;
  }
  .mean-container .mean-nav ul li li li a {
    padding: 10px 60px;
    width: 75%;
  }

  .mega-menu-content li > a {
    padding: 10px 30px !important;
  }
  .mega-menu-content li > a:hover {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 350px) {
  header {
    padding-bottom: 5px;
  }
  header .mean-container .mean-bar {
    min-height: 50px;
  }
  header .mean-container a.meanmenu-reveal {
    padding: 25px 0 10px;
  }
  header .mean-container .mean-nav {
    margin-top: 65px;
  }
  header .mean-container .mean-nav ul {
    padding: 10px 0 0;
  }
  header .mobile-logo > img {
    max-width: 200px;
  }
}
/*------------------------------------------------------------------
    [5 Slider ]
*/
.slider {
  position: relative;
}
.slider .slider_inner .slider_item {
  height: 550px;
  position: relative;
}
.slider .slider_inner .slider_item .slider_bg_thumb {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.5s;
  -moz-transition: transform 1.5s;
  -ms-transition: transform 1.5s;
  -o-transition: transform 1.5s;
  transition: transform 1.5s;
}
.slider .slider_inner .slider_item:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.slider .slider_inner .slider_item .container {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.slider .slider_inner .slider_item .container .row {
  width: 100%;
}
.slider .slider_inner .slider_item .slider_content .slider_title {
  color: #fff;
}
.slider .slider_inner .slider_item.slider_item_one .slider_content_outer {
  padding: 40px 50px 20px;
  background-color: #4527a0;
  border-radius: 50%;
  -webkit-box-shadow: 3px 0 55px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 0 55px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 3px 0 55px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 3px 0 55px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 0 55px rgba(0, 0, 0, 0.4);
  height: 505px;
  width: 505px;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slider .slider_inner .slider_item.slider_item_one .slider_content > span {
  line-height: 1em;
  margin-bottom: 30px;
  display: inline-block;
}
.slider .slider_inner .slider_item.slider_item_one .slider_content > span:before {
  font-size: 110px;
}
.slider .slider_inner .slider_item.slider_item_one .slider_content .slider_title {
  font-size: 30px;
  font-weight: bold;
  margin: 200px 0 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.slider .slider_inner .slider_item.slider_item_one .slider_content p {
  font-size: 18px;
  margin-bottom: 25px;
  margin-top: 50px;
  opacity: 0;
  line-height: 1.5em;
  font-weight: lighter;
  visibility: hidden;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.slider .slider_inner .slider_item.slider_item_one .slider_content .btn-default {
  margin-top: 30px;
  color: #4527a0 !important;
  background-color: #fff;
  font-size: 18px;
  padding: 0 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slider .slider_inner .slider_item.slider_item_one .slider_content .btn-default:hover, .slider .slider_inner .slider_item.slider_item_one .slider_content .btn-default:focus {
  color: #fff !important;
  background-color: #FFBA00;
}
.slider .slider_inner .slider_item.slider_style_two .slider_content {
  padding: 8px 0 1px 35px;
  position: relative;
  overflow: hidden;
}
.slider .slider_inner .slider_item.slider_style_two .slider_content:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -50px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 6px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.slider .slider_inner .slider_item.slider_style_two .slider_content > h1.slider_title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 100px;
  text-transform: uppercase;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 0;
  visibility: hidden;
}
.slider .slider_inner .slider_item.slider_style_two .slider_content > p.slider_subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.45em;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-right: 250px;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
  opacity: 0;
  visibility: hidden;
}

.slider .slider_inner .owl-dots {
  right: 165px;
  position: absolute;
  top: 50%;
  width: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .slider_inner .owl-dots > .owl-dot {
  background-color: transparent !important;
  border: 2px solid #fff;
  display: block;
  height: 18px;
  margin: 12px auto;
  width: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50%;
}
.slider .slider_inner .owl-dots > .owl-dot.active {
  background-color: #FFBA00 !important;
  border: 2px solid #FFBA00 !important;
}
.slider .slider_inner .owl-item.active .slider_item.slider_item_one .slider_title,
.slider .slider_inner .owl-item.active .slider_item.slider_item_one .slider_subtitle,
.slider .slider_inner .owl-item.active .slider_item.slider_item_one .btn-default {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.slider .slider_inner .owl-item.active .slider_item.slider_style_two .slider_content::before {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.slider .slider_inner .owl-item.active .slider_item.slider_style_two .slider_content h1.slider_title {
  margin-bottom: 15px;
}
.slider .slider_inner .owl-item.active .slider_item.slider_style_two .slider_content p.slider_subtitle {
  padding-top: 0;
}
.slider .slider_inner .owl-item.active .slider_item.slider_style_two .slider_content h1.slider_title,
.slider .slider_inner .owl-item.active .slider_item.slider_style_two .slider_content p.slider_subtitle {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1599px) {
  .slider .slider_inner .slider_item {
    height: 750px;
  }
  .slider .slider_inner .owl-dots {
    right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider .slider_inner .slider_item {
    height: 600px;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content_outer {
    height: 450px;
    padding: 50px 50px 20px;
    width: 450px;
  }
  .slider .slider_inner .slider_item.slider_style_two .slider_content > p.slider_subtitle {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .slider .slider_inner .slider_item {
    height: 520px;
  }
  .slider .slider_inner .owl-dots {
    right: 15px;
  }
  .slider .slider_inner .owl-dots > .owl-dot {
    border: 2px solid #fff;
    height: 20px;
    margin: 15px auto;
    width: 20px;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content_outer {
    height: 400px;
    padding: 40px 50px 20px;
    width: 400px;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content > span {
    margin-bottom: 22px;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content > span:before {
    font-size: 72px;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content .slider_title {
    font-size: 26px;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content p {
    font-size: 16px;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content .btn-default {
    font-size: 16px;
    height: 42px;
    padding: 0 25px;
  }
  .slider .slider_inner .slider_item.slider_style_two .slider_content > h1.slider_title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slider .slider_inner .slider_item {
    height: 450px;
  }

  .slider .slider_inner .owl-dots {
    bottom: 15px;
    position: absolute;
    right: 0;
    top: auto;
    text-align: center;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
  }
  .slider .slider_inner .owl-dots > .owl-dot {
    display: inline-block;
    margin: 0 5px;
    height: 15px;
    width: 15px;
  }
  .slider .slider_inner .slider_item.slider_item_one {
    position: relative;
  }
  .slider .slider_inner .slider_item.slider_item_one:after {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content_outer {
    -webkit-box-shadow: 0px 0 0px transparent;
    -moz-box-shadow: 0px 0 0px transparent;
    -ms-box-shadow: 0px 0 0px transparent;
    -o-box-shadow: 0px 0 0px transparent;
    box-shadow: 0px 0 0px transparent;
    height: auto;
    padding: 0px;
    width: auto;
    overflow: unset;
    background-color: transparent;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content {
    position: relative;
    z-index: 9;
    text-align: left;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content > span {
    display: none;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content .slider_title {
    font-size: 32px;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content p {
    font-size: 18px;
  }
  .slider .slider_inner .slider_item.slider_style_two .slider_content {
    padding: 6px 0 1px 25px;
  }
  .slider .slider_inner .slider_item.slider_style_two .slider_content:before {
    width: 4px;
  }
  .slider .slider_inner .slider_item.slider_style_two .slider_content > h1.slider_title {
    font-size: 32px;
  }
  .slider .slider_inner .slider_item.slider_style_two .slider_content > p.slider_subtitle {
    padding-right: 0px;
    margin-bottom: 13px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 600px) {
  .slider .slider_inner .slider_item.slider_item_one .slider_content .slider_title {
    font-size: 28px;
  }
  .slider .slider_inner .slider_item.slider_item_one .slider_content p {
    font-size: 16px;
  }
  .slider .slider_inner .slider_item.slider_style_two .slider_content > h1.slider_title {
    font-size: 28px;
  }
}
/*------------------------------------------------------------------
    [6 Video]
*/
.video:after {
  background-color: rgba(69, 39, 160, 0.63);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video:hover:after {
  background-color: rgba(69, 39, 160, 0.43);
}
.video.bg-image .video__inner {
  min-height: 540px;
}
.video .video__inner {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .video__inner a {
  line-height: 80px;
  height: 80px;
  width: 80px;
  font-size: 40px;
  color: #fff;
  background: #FFBA00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  text-align: center;
}
.video .video__inner a:hover:after, .video .video__inner a:hover:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: visible;
  z-index: 1;
}
.video .video__inner a i {
  padding-left: 7px;
}
.video .video__inner a:before, .video .video__inner a:after {
  content: "";
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9);
  left: 0;
  opacity: 1;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: absolute;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  border-radius: 100%;
  z-index: 1;
  visibility: hidden;
}
.video .video__inner a:after {
  -webkit-transition: all 1s ease-out 0.3s;
  -moz-transition: all 1s ease-out 0.3s;
  -ms-transition: all 1s ease-out 0.3s;
  -o-transition: all 1s ease-out 0.3s;
  transition: all 1s ease-out 0.3s;
}

.video_style_one {
  position: relative;
}
.video_style_one:before {
  background-color: #4527a0;
  bottom: 0;
  content: "";
  height: 270px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .video.bg-image .video__inner {
    min-height: 450px;
  }

  .video_style_one::before {
    height: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .video.bg-image .video__inner {
    min-height: 350px;
  }

  .video_style_one::before {
    height: 175px;
  }

  .video .video__inner {
    min-height: 220px;
  }
  .video .video__inner > a {
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .video.bg-image .video__inner {
    min-height: 280px;
  }

  .video_style_one::before {
    height: 140px;
  }
}
/*------------------------------------------------------------------
    [7 Layouts]
*/
/* [7.1 List Style Circle] */
ul.list_style_circle {
  margin-bottom: 23px;
  list-style: none;
}
ul.list_style_circle > li {
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
  color: #4527a0;
  font-weight: 700;
}
ul.list_style_circle > li:before {
  background-color: #4527a0;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 15px;
}

/* [7.2 List Style Check] */
ul.list_style_square {
  margin-bottom: 20px;
  list-style: none;
}
ul.list_style_square > li {
  margin-bottom: 7px;
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
ul.list_style_square > li:before {
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
  background-color: #4527a0;
}

/*List Style Check*/
.list_style_check {
  list-style: outside none none;
  margin-top: 50px;
}
.list_style_check > li {
  border: 1px solid #f2f2f2;
  font-weight: 500;
  line-height: 24px;
  margin: 10px 0;
  padding: 10px 20px 14px 63px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.list_style_check > li:before {
  color: #ff3000;
  content: "";
  font-family: Flaticon;
  font-size: 30px;
  left: 20px;
  position: absolute;
  top: 20px;
}
.list_style_check > li:hover {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
}

/* [7.3 Promo Area] */
.promo_area {
  background-color: #4527a0;
  color: #fff;
  padding: 100px 0 110px;
  position: relative;
  overflow: hidden;
}
.promo_area:before {
  background-color: #3d228f;
  content: "";
  height: 100%;
  position: absolute;
  right: -248px;
  top: 0;
  -webkit-transform: skewX(-50deg) scale(1.1);
  -moz-transform: skewX(-50deg) scale(1.1);
  -ms-transform: skewX(-50deg) scale(1.1);
  -o-transform: skewX(-50deg) scale(1.1);
  transform: skewX(-50deg) scale(1.1);
  width: 36%;
}

.promo_content > h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  margin: 0 0 22px;
}
.promo_content > p {
  font-size: 22px;
  margin-bottom: 20px;
}
.promo_content a.btn {
  border-radius: 35px;
  font-size: 18px;
  height: 50px;
  margin: 10px;
  padding: 0 45px;
  text-transform: uppercase;
}

/* [7.4 Professional Skill Area] */
.skill_and_inquiry_area > .container {
  margin-bottom: -30px;
  margin-top: -20px;
}

.professional_skill_area {
  padding: 40px 50px 25px;
  margin-top: 20px;
}
.professional_skill_area .section_title {
  padding-bottom: 12px;
}

.single_skill {
  margin-bottom: 25px;
}
.single_skill h3 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 700;
  color: #3a3a3a;
}
.single_skill h3 > span {
  color: #767676;
  float: right;
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
}
.single_skill .progress {
  background-color: #E6E6E6;
  border-radius: 0px;
  box-shadow: 0 1px 2px transparent inset;
  height: 10px;
  border-radius: 10px;
  overflow: visible;
}
.single_skill .progress .progress-bar {
  background-color: #4527a0;
  border-radius: inherit;
  position: relative;
  transition: width 0.5s ease-in-out 0s;
  z-index: 0;
}

/* [7.5 Get Touch Area] */
.get_touch_area {
  padding: 30px 50px;
}
.get_touch_area .section_title {
  margin-top: -5px;
  padding-bottom: 13px;
}
.get_touch_area .section_title > .title__heading {
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
}
.get_touch_area .default_form .form-group {
  margin-bottom: 10px;
  overflow: hidden;
}
.get_touch_area .default_form .form-group > .single-select {
  float: left;
  margin: 5px 0;
  width: 33.33%;
}
.get_touch_area .default_form .form-group > .single-select > span {
  font-size: 14px;
}
.get_touch_area .default_form .form-group textarea {
  min-height: 125px;
}
.get_touch_area .default_form .form-group.form-select {
  position: relative;
}
.get_touch_area .default_form .form-group.form-select:before {
  color: #c4c4c4;
  content: "";
  font-family: fontawesome;
  font-size: 20px;
  line-height: 50px;
  position: absolute;
  right: 25px;
  top: 0;
}
.get_touch_area .form-group-btn > .btn-default {
  margin-top: 20px;
}

/* [7.6 Brand Area] */
.brand_clients_area .single_brand {
  padding: 60px 0 50px;
  margin-bottom: 30px;
}
.brand_clients_area .single_brand .single_brand_inner {
  height: 40px;
}
.brand_clients_area .single_brand img {
  width: auto !important;
  margin: 0 auto;
  opacity: 0.5;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}
.brand_clients_area .single_brand:hover img {
  opacity: 1;
}

/* [7.7 Pricint Table Area] */
.pricing_table_area .container {
  margin-bottom: -30px;
}

.single_pricing {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #F5F5F5;
}
.single_pricing .pricing_header {
  background-color: #4527a0;
  padding: 20px;
}
.single_pricing .pricing_header .pricing_title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  padding: 2px 0 22px;
  color: #fff;
  border-bottom: 1px solid #6647C4;
}
.single_pricing .pricing_header .price {
  color: #fff;
  margin: 10px 0 0;
}
.single_pricing .pricing_header .price > strong {
  font-size: 55px;
  font-weight: 900;
}
.single_pricing .pricing_header .price > strong > span {
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
}
.single_pricing .pricing_header .price > .price_inner {
  font-weight: normal;
  text-align: left;
  font-size: 12px;
  display: inline-block;
}
.single_pricing .pricing_header .price > .price_inner > span {
  display: block;
  font-size: 20px;
  margin-bottom: 4px;
}
.single_pricing .pricing_body {
  text-align: center;
}
.single_pricing .pricing_body > ul {
  list-style: outside none none;
  margin-bottom: 13px;
}
.single_pricing .pricing_body > ul > li {
  line-height: 26px;
  border-bottom: 1px solid #f5f5f5;
  padding: 7px 0;
}
.single_pricing .pricing_body > ul > li:last-child {
  border-bottom: 0px solid;
}
.single_pricing .pricing_footer {
  background-color: #4527a0;
  padding: 25px 0;
}
.single_pricing .pricing_footer .btn-default {
  background-color: #fff;
  border-color: #fff !important;
  color: #4527a0 !important;
  font-size: 18px;
  padding: 0 43px;
  border-radius: 30px;
  font-weight: 500;
}
.single_pricing .pricing_footer .btn-default:focus, .single_pricing .pricing_footer .btn-default:hover {
  color: #fff !important;
  background-color: #FFBA00;
}
.single_pricing:hover .pricing_title,
.single_pricing:hover .pricing_footer {
  background-color: #4527a0;
}

.pricing_table_area.pricing_table_style_two .single_pricing .pricing_header .pricing_title {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  padding: 3px 0 10px;
}
.pricing_table_area.pricing_table_style_two .single_pricing .pricing_body {
  text-align: left;
}
.pricing_table_area.pricing_table_style_two .single_pricing .pricing_body > ul > li {
  padding: 7px 10px;
  font-size: 14px;
}
.pricing_table_area.pricing_table_style_two .single_pricing .pricing_body > ul > li > i {
  padding: 0 15px;
}
.pricing_table_area.pricing_table_style_two .single_pricing .pricing_body > ul > li > i:before {
  font-size: 16px;
  color: #39B54A;
}
.pricing_table_area.pricing_table_style_two .single_pricing .pricing_footer {
  padding: 15px 0;
}
.pricing_table_area.pricing_table_style_two .single_pricing .pricing_footer > a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.pricing_table_area.pricing_table_style_two .single_pricing .pricing_footer > a:hover {
  color: #FFBA00;
}

/* [7.8 Career Area] */
.career_thumbs .thumb {
  margin-bottom: 30px;
}
.career_thumbs .thumb:last-child {
  margin-bottom: 0;
}
.career_thumbs .thumb:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}

.career_info > p {
  line-height: 1.7em;
  margin-bottom: 30px;
  margin-left: 10px;
}

.single_career {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px 26px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.single_career .info {
  flex: 1 1 0;
  padding-right: 30px;
}
.single_career .info p:last-child {
  margin-bottom: 0;
}
.single_career h3 {
  color: #4527a0;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px;
}
.single_career p {
  line-height: 1.48em;
  margin-left: 13px;
}
.single_career > a {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #4527a0;
}
.single_career > a:hover {
  background-color: #4527a0;
  color: #fff;
}

/* [7.9 Single Career Area] */
.single_career_info.single_career {
  display: block;
}
.single_career_info.single_career > p {
  margin-bottom: 15px;
}
.single_career_info.single_career ul.list_style_circle {
  margin-top: 15px;
  margin-bottom: 18px;
}
.single_career_info.single_career ul.list_style_circle > li {
  font-weight: normal;
  color: #333333;
  margin-bottom: 5px;
  margin-left: 10px;
}
.single_career_info.single_career ul.list_style_circle > li:before {
  height: 12px;
  top: 8px;
  width: 12px;
}
.single_career_info.single_career .career_submit_btn {
  margin-top: 30px;
}

/* [7.10 Appointment Area] */
.appointment_area .about_thumbnil {
  position: relative;
  text-align: center;
}
.appointment_area .about_thumbnil .info {
  background-color: #4527a0;
  border-radius: 50% 50% 0 0;
  bottom: 0;
  left: 50%;
  padding: 40px 15px 25px;
  position: absolute;
  width: 220px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  margin-left: -110px;
}
.appointment_area .about_thumbnil .info > h3 {
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  margin-top: 0;
}
.appointment_area .about_thumbnil .info > h3 > span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-top: -2px;
  text-transform: uppercase;
}

/* owl Dots */
.owl-dots {
  text-align: center;
}
.owl-dots > .owl-dot {
  background-color: #DBDBDB !important;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  margin: 0 6px;
  width: 18px;
}
.owl-dots > .owl-dot.active {
  background-color: #4527a0 !important;
}

/* [7.11 Counter Area] */
.counter_area {
  background-color: #4527a0;
  padding: 75px 0 100px;
}

.single_counter {
  color: #fff;
}
.single_counter > .counter {
  color: inherit;
  font-size: 70px;
  font-weight: 900;
}
.single_counter > h4 {
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

/* [7.12 Contact page] */
.contact-info-area .single_contact_info {
  background-color: #fff;
  margin-bottom: 0;
  padding: 30px 30px 25px;
}
.contact-info-area .single_contact_info > .icon {
  color: #fff;
  float: left;
  height: 40px;
  left: 0;
  margin-left: 0;
  margin-right: 15px;
  position: relative;
  top: 4px;
  width: 40px;
  background:#4527a0;
}
.contact-info-area .single_contact_info > .icon:before {
  font-size: 18px;
  line-height: 42px;
}
.contact-info-area .single_contact_info .info {
  overflow: hidden;
  text-align: left;
}
.contact-info-area .single_contact_info .info > p a {
  color: #4527a0;
}

/* [7.12.1 Contact Info Area] */
.newsletter {
  align-items: center;
  background-color: #4527a0;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  padding: 40px 25px;
}
.newsletter > div {
  flex: 1 1 50%;
}
.newsletter .section_title {
  padding-bottom: 0;
}
.newsletter .section_title > .title__heading {
  font-size: 36px;
  margin: 0 0 5px;
  font-weight: bold;
  color: #fff;
}
.newsletter .section_title > p {
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 0;
}
.newsletter .subcribe-form {
  width: 50%;
}
.newsletter .subcribe-form .input {
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  display: -o- flex;
  display: flex;
  height: 60px;
  position: relative;
}
.newsletter .subcribe-form .input > span {
  position: absolute;
  top: 18px;
  left: 15px;
}
.newsletter .subcribe-form .input > span:before {
  color: #878787;
}
.newsletter .subcribe-form .input input {
  width: calc(100% - 150px);
  height: 100%;
  color: #5d5d5d;
  font-size: 14px;
  padding-left: 48px;
  border: 1px solid #F1F1F1;
}
.newsletter .subcribe-form .input .btn-subcribe:hover {
  background-color: #512DA8;
}

/* [7.12.2 Newsletter Area] */
.contact_form {
  padding: 35px 40px;
}
.contact_form .contact-title {
  color: #4527a0;
  font-size: 24px;
  font-weight: 900;
  margin: 2px 0 20px;
}
.contact_form > .row {
  margin: 0 -7px;
}
.contact_form > .row > div {
  padding: 0 7px;
}
.contact_form .form-group {
  overflow: hidden;
}
.contact_form .form-controllar {
  border: 1px solid #eeeeee !important;
  background-color: transparent;
  height: 40px;
}
.contact_form textarea.form-controllar {
  min-height: 110px;
}
.contact_form .single-select {
  float: left;
  width: 25%;
  margin: 5px 0;
  font-size: 15px;
}
.contact_form .form-group-btn {
  margin-top: 15px;
}
.contact_form .form-group-btn .btn-primary {
  border-radius: 35px;
  padding: 0 55px;
}

/* [7.2 List Style Check] */
#client-carousel .single-logo > img {
  margin: 0 auto;
  width: auto;
}

.left-nav-container + .wrapper .slider.slider--style-2.bg-image {
  background-position: center center;
}
.left-nav-container + .wrapper .header-area {
  display: none;
}

/* [7.13 Video player styles] */
.yu2fvl-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.yu2fvl {
  z-index: 9999;
}
.yu2fvl iframe.yu2fvl-iframe {
  border: none !important;
  outline: none;
}
.yu2fvl .yu2fvl-close {
  background: #FF7200 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  height: 40px;
  left: 100%;
  position: absolute;
  right: auto;
  top: 0;
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 0;
}
.yu2fvl .yu2fvl-close:hover {
  opacity: .8;
}

/* Google Map */
#gmaps {
  height: 415px;
}

/* [7.14 Error Page Styles] */
.error_content > h2 {
  color: #4527a0;
  font-size: 100px;
  margin: -10px 0 5px;
  font-weight: 800;
}
.error_content > h3 {
  color: #ff7200;
  font-size: 45px;
  margin: 0 0 25px;
}
.error_content > p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* [7.15 Layout Responsive] */
@media only screen and (max-width: 1599px) {
  .list_style_check {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .single_pricing .pricing_header .pricing_title {
    font-size: 24px;
    padding: 0 0 15px;
  }
  .single_pricing .pricing_header .price > strong {
    font-size: 50px;
  }
  .single_pricing .pricing_body > ul > li {
    font-size: 15px;
  }
  .single_pricing .pricing_footer {
    padding: 25px 0;
  }
  .single_pricing .pricing_footer .btn-default {
    font-size: 16px;
    padding: 0 35px;
  }

  .pricing_table_area.pricing_table_style_two .single_pricing .pricing_header .pricing_title {
    font-size: 24px;
    padding: 0 0 15px;
  }
  .pricing_table_area.pricing_table_style_two .single_pricing .pricing_body > ul > li {
    font-size: 13px;
  }
  .pricing_table_area.pricing_table_style_two .single_pricing .pricing_body > ul > li > i {
    padding: 0 7px 0 0;
  }
  .pricing_table_area.pricing_table_style_two .single_pricing .pricing_footer > a {
    font-size: 16px;
  }

  .newsletter {
    padding: 40px 20px;
  }
  .newsletter .section_title > .title__heading {
    font-size: 32px;
    margin: 0 0 3px;
  }
  .newsletter .section_title > p {
    font-size: 15px;
  }

  .contact_form {
    padding: 25px 20px;
  }

  .promo_area {
    padding: 80px 0 85px;
  }

  .promo_area .promo_content > h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .promo_area .promo_content > p {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .counter_area {
    padding: 65px 0 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_counter > .counter {
    font-size: 52px;
  }
  .single_counter > h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .professional_skill_area {
    padding: 40px 25px 25px;
  }

  .full_width .portfolio_thumb_list > div.col-md-3 {
    width: 33.33%;
  }
  .full_width .portfolio_thumb_list > div.col-md-3:nth-child(16) {
    display: none;
  }

  .contact_form .single-select {
    width: 33%;
  }
  .contact_form .single-select > span {
    padding-left: 0px;
  }

  .brand_clients_area .single_brand {
    padding: 45px 0 35px;
  }
}
@media only screen and (max-width: 1599px) {
  .professional_skill_area {
    padding: 35px 25px 10px;
  }

  .booking_form_area {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .top_right_owl_bots .owl-dots {
    top: -73px;
  }

  .full_width > .container {
    width: calc(100% - 120px);
  }

  .error_content > h2 {
    font-size: 70px;
  }
  .error_content > h3 {
    font-size: 32px;
    margin: 0 0 10px;
  }
  .error_content > p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .contact-info-area > .container {
    margin-bottom: -30px;
  }
  .contact-info-area .row {
    display: -webkit- flex;
    display: -moz- flex;
    display: -ms- flex;
    display: -o- flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-info-area .single_contact_info {
    margin-bottom: 30px;
  }

  .contact_form {
    padding: 30px 20px;
  }
  .contact_form .single-select > span {
    font-size: 14px;
    padding-left: 0px;
  }

  #gmaps {
    height: 380px;
    margin-bottom: 75px;
  }

  .newsletter {
    display: block;
    text-align: center;
  }
  .newsletter .subcribe-form {
    margin: 25px auto 0;
    width: 75%;
  }

  .owl-dots > .owl-dot {
    height: 15px;
    margin: 0 4px;
    width: 15px;
  }

  .list_style_check {
    margin-bottom: -40px;
  }

  .pricing_table_area.pricing_table_style_one .row > div:last-child {
    display: none;
  }

  .pricing_table_area.pricing_table_style_two .single_pricing .pricing_body > ul > li {
    font-size: 15px;
  }

  .career_thumbs {
    margin: 0 -10px;
  }
  .career_thumbs .thumb {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .career_thumbs .thumb:last-child {
    margin-bottom: 30px;
  }

  .career_info > p {
    margin-left: 0;
  }

  .promo_area {
    padding: 75px 0;
  }
  .promo_area:before {
    right: -175px;
    transform: skewX(-35deg) scale(1.1);
    width: 40%;
  }
  .promo_area .promo_content > h2 {
    font-size: 42px;
  }
  .promo_area .promo_content > p {
    font-size: 20px;
  }
  .promo_area .promo_content a.btn {
    font-size: 15px;
    margin: 10px 5px;
  }

  .counter_area {
    padding: 55px 0 60px;
  }
  .counter_area .single_counter > .counter {
    font-size: 44px;
    margin-bottom: 5px;
  }
  .counter_area .single_counter > h4 {
    font-size: 16px;
    margin-top: 0;
  }

  .appointment_area .about_thumbnil .info {
    margin-left: -90px;
    padding: 40px 15px 25px;
    width: 180px;
  }
  .appointment_area .about_thumbnil .info > h3 {
    font-size: 60px;
  }
  .appointment_area .about_thumbnil .info > h3 > span {
    font-size: 15px;
  }

  .btn-about {
    font-size: 16px;
  }
  .btn-about > span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 570px;
  }

  .top_right_owl_bots .owl-dots {
    top: -52px;
  }

  ul.list_style_circle > li {
    margin-bottom: 5px;
  }

  .single_skill h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .single_skill h3 > span {
    font-size: 14px;
  }
  .single_skill .progress {
    height: 6px;
  }

  .brand_clients_area .single_brand {
    padding: 40px 0 32px;
  }

  .appointment_area .about_thumbnil .info {
    padding: 30px 15px;
  }

  .full_width > .container {
    width: 570px;
  }
  .full_width > .container .work_thumb > img {
    width: 100%;
  }

  .contact_form {
    margin-top: 0;
  }
  .contact_form .single-select {
    width: 50%;
    margin: 3px 0;
  }
  .contact_form .form-group-btn {
    margin-top: 20px;
  }

  #gmaps {
    height: 300px;
  }

  .newsletter .section_title > .title__heading {
    font-size: 28px;
  }
  .newsletter .subcribe-form {
    width: 90%;
  }

  .single_pricing .pricing_footer .btn-default,
  .pricing_table_area.pricing_table_style_two .single_pricing .pricing_footer > a {
    font-size: 16px;
    padding: 0 35px;
  }

  .pricing_table_area.pricing_table_style_two .single_pricing .pricing_body > ul > li {
    font-size: 14px;
  }

  .single_career {
    padding: 20px 25px 25px;
  }
  .single_career .info {
    padding-right: 15px;
  }

  .newsletter .subcribe-form .input {
    height: 52px;
  }

  .counter_area {
    padding: 75px 0 40px;
  }

  .single_counter {
    margin-bottom: 40px;
  }
  .single_counter > .counter {
    font-size: 48px;
    margin: 0;
  }
  .single_counter > h4 {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 5px 0 0;
  }

  .counter_area > .container {
    margin-bottom: 0px;
  }

  .promo_area .promo_content > h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .promo_area .promo_content > p {
    font-size: 18px;
  }
  .promo_area .promo_content a.btn {
    font-size: 15px;
    height: 40px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .container,
  .full_width > .container {
    width: 480px;
  }

  .pricing_table_area.pricing_table_style_one .row > div:last-child {
    display: block;
  }

  .top_right_owl_bots .owl-dots {
    position: static;
    text-align: center;
  }
  .top_right_owl_bots .owl-dots > div {
    margin: 0 3px;
  }

  .pricing_table_area .row > div {
    width: 100%;
  }

  .single_pricing {
    width: 80%;
    margin: 0 auto 30px;
  }

  .list_style_check > li {
    margin: 7px 0;
    padding: 10px 15px 14px 50px;
  }

  .list_style_check > li::before {
    font-size: 22px;
    left: 15px;
    top: 15px;
  }

  .skill_and_inquiry_area > .container {
    margin-top: 0;
  }

  .brand_clients_area .row:nth-child(2) > div {
    width: 100%;
  }

  .newsletter .subcribe-form {
    width: 100%;
  }

  .contact-info-area .single_contact_info {
    padding: 25px 20px 20px;
  }

  .get_touch_area .section_title > .title__heading {
    font-size: 26px;
  }

  .promo_area .promo_content > h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .promo_area .promo_content > p {
    font-size: 16px;
  }

  .appointment_area .about_thumbnil .info {
    margin-left: -80px;
    width: 160px;
    padding: 30px 15px 25px;
  }
  .appointment_area .about_thumbnil .info > h3 {
    font-size: 48px;
    margin-bottom: 0;
  }
  .appointment_area .about_thumbnil .info > h3 > span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .container,
  .full_width > .container {
    width: 100% !important;
  }

  .professional_skill_area {
    padding: 25px 15px;
  }

  .single_pricing {
    width: 100%;
  }
  .single_pricing .pricing_footer {
    padding: 25px 0 30px;
  }
  .single_pricing .pricing_footer > h2 {
    font-size: 60px;
    margin: 0 0 15px;
  }

  .error_content > h2 {
    font-size: 60px;
  }
  .error_content > h3 {
    font-size: 28px;
  }

  .contact_form {
    padding: 15px;
  }
  .contact_form .single-select {
    width: 100%;
  }
  .contact_form .single-select > span {
    font-size: 15px;
    padding-left: 3px;
  }

  .career_thumbs {
    margin: 0;
  }
  .career_thumbs > .thumb {
    float: none;
    width: 100%;
    padding: 0;
  }
  .career_thumbs > .thumb > img {
    width: 100%;
  }

  .single_career {
    padding: 20px 15px 25px;
  }

  .newsletter .subcribe-form .input {
    display: block;
    height: auto;
  }
  .newsletter .subcribe-form .input input {
    height: 54px;
    margin-bottom: 10px;
    padding-left: 43px;
    width: 100%;
  }
  .newsletter .subcribe-form .input > span {
    top: 15px;
  }

  .counter_area .row > .col-md-3 {
    width: 100%;
  }
}
/*------------------------------------------------------------------
    [8 About]
*/
/*[8.1 About styles]*/
.about_content > h3 {
  color: #4527a0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35em;
  margin: 0 0 20px;
}
.about_content > p:last-child {
  margin-bottom: 0;
}

.about_thumb_area {
  position: relative;
}
.about_thumb_area .about_thumb {
  position: relative;
}
.about_thumb_area .about_thumb:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}
.about_thumb_area .about_thumb > .video__inner {
  background-color: rgba(69, 39, 160, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.about-style-one > .container {
  padding-bottom: 10px;
}

/*[8.2 Biography Area]*/
.biography-area .biography_content .biography_title {
  color: #4527a0;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 22px;
  margin-top: -6px;
}
.biography-area .biography_content .biography_title > span {
  background-color: #4527a0;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
.biography-area .biography_content > p {
  line-height: 25px;
}
.biography-area .biography_content > p:last-child {
  margin-bottom: 0;
}
.biography-area .biography_content .btn {
  margin-top: 15px;
}
.biography-area .biography_midea .about_info {
  border: 3px solid #fff;
  bottom: 65px;
  left: 70px;
  padding: 25px 15px;
  position: absolute;
  text-align: center;
  width: calc(100% - 140px);
  z-index: 2;
}
.biography-area .biography_midea .about_info > h3 {
  margin: 0 0 10px;
}
.biography-area .biography_midea .about_info > p {
  margin-bottom: 0;
}

.biography-area .biography_midea,
.about_thumb_area .biography_midea {
  overflow: hidden;
  text-align: right;
  display: inline-block;
}
.biography-area .biography_midea:hover img,
.about_thumb_area .biography_midea:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
}

/*[8.3 Smudge Tab]*/
.smudge_tab > .smudge_tab_nav {
  margin-top: -80px;
  min-height: 160px;
  position: relative;
  z-index: 1;
}
.smudge_tab > .smudge_tab_nav > li {
  text-align: center;
  float: left;
  width: 25%;
  position: relative;
}
.smudge_tab > .smudge_tab_nav > li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #371C88;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
}
.smudge_tab > .smudge_tab_nav > li:hover:before, .smudge_tab > .smudge_tab_nav > li.active:before {
  width: 100%;
}
.smudge_tab > .smudge_tab_nav > li:nth-child(1) {
  background-color: #4527A0;
}
.smudge_tab > .smudge_tab_nav > li:nth-child(2) {
  background-color: #512DA8;
}
.smudge_tab > .smudge_tab_nav > li:nth-child(3) {
  background-color: #5E35B1;
}
.smudge_tab > .smudge_tab_nav > li:nth-child(4) {
  background-color: #673AB7;
}
.smudge_tab > .smudge_tab_nav > li > a {
  padding: 40px 0 23px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.smudge_tab > .smudge_tab_nav > li > a:focus, .smudge_tab > .smudge_tab_nav > li > a:hover {
  background-color: transparent;
}
.smudge_tab > .smudge_tab_nav > li > a i {
  display: block;
  margin-bottom: 10px;
}
.smudge_tab > .smudge_tab_nav > li > a i:before {
  font-size: 35px;
}
.smudge_tab > .smudge_tab_nav > li > a > p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 3px;
  text-transform: initial;
}

/*[8.4 Workprocess Area]*/
.nav-tabs > li,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555;
  cursor: default;
}

.workprocess_tab {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 60px;
}
.workprocess_tab > li {
  text-align: center;
  float: left;
  width: 25%;
  position: relative;
  margin-bottom: 0;
  border: 0px solid;
}
.workprocess_tab > li > a {
  border: 0px solid;
  padding: 5px 0 15px;
  text-align: center;
  border-radius: 0px;
  margin-right: 0px;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}
.workprocess_tab > li > a > span {
  background-color: #4527a0;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 900;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 18px;
  width: 50px;
}
.workprocess_tab > li > a:focus, .workprocess_tab > li > a:hover {
  background-color: transparent;
}
.workprocess_tab > li.active > a,
.workprocess_tab > li.active > a:focus,
.workprocess_tab > li.active > a:hover {
  border: 0px solid;
}
.workprocess_tab > li:before {
  bottom: -2px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  width: 0%;
  z-index: 1;
  transform: translateX(50%);
  -webkit-transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
}
.workprocess_tab > li:hover:before, .workprocess_tab > li.active:before {
  background-color: #4527a0;
  width: 100%;
  left: -50%;
}
.workprocess_tab > li:hover > a, .workprocess_tab > li.active > a, .workprocess_tab > li.active > a:focus {
  color: #4527a0;
}

/*[8.5 Best Choice Area]*/
.best_choice_area .tab-title {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 20px;
}
.best_choice_area .tab-title + p {
  margin-bottom: 5px;
}
.best_choice_area.best_choice_style_two .tab-title {
  font-size: 46px;
  color: #4527a0;
  margin: -5px 0 25px;
}

.single_process {
  border-radius: 3px;
  padding: 30px 15px;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 0.18s;
  -moz-transition: all 0.18s;
  -ms-transition: all 0.18s;
  -o-transition: all 0.18s;
  transition: all 0.18s;
}
.single_process > span::before {
  font-size: 40px;
  line-height: 1em;
  -webkit-transition: all 0.18s;
  -moz-transition: all 0.18s;
  -ms-transition: all 0.18s;
  -o-transition: all 0.18s;
  transition: all 0.18s;
}
.single_process > h3 {
  -webkit-transition: all 0.18s;
  -moz-transition: all 0.18s;
  -ms-transition: all 0.18s;
  -o-transition: all 0.18s;
  transition: all 0.18s;
  font-size: 16px;
  font-weight: bold;
  margin: 18px 0 5px;
}
.single_process:hover {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
}
.single_process:hover > span::before,
.single_process:hover > h3 {
  color: #4527a0;
}

.tab-acc-panel-group {
  padding-top: 18px;
}

.tab-acc-panel {
  box-shadow: none;
  margin-bottom: 0;
}
.tab-acc-panel .tab-acc-panel-title {
  margin: 0;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.07);
}
.tab-acc-panel .tab-acc-panel-title > a {
  border-left: 4px solid #4527a0;
  color: #4527a0;
  display: block;
  font-weight: bold;
  line-height: 24px;
  padding: 13px 14px 13px 10px;
  text-decoration: none;
  font-size: 16px;
}
.tab-acc-panel .tab-acc-panel-title > a > span {
  background-color: #4527a0;
  border-radius: 50%;
  display: inline-block;
  float: right;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 30px;
}
.tab-acc-panel .tab-acc-panel-title > a > span:before {
  background-color: #fff;
  content: " ";
  display: inline-block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: background-color 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s, width 0.2s ease-in-out 0s;
  width: 10px;
}
.tab-acc-panel .tab-acc-panel-title > a > span:after {
  background-color: #fff;
  content: " ";
  display: inline-block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  right: 10px;
  top: 50%;
  transition: background-color 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s, width 0.2s ease-in-out 0s;
  width: 10px;
}
.tab-acc-panel .tab-acc-panel-title > a.collapsed span {
  background-color: #767676;
}
.tab-acc-panel .tab-acc-panel-title > a.collapsed span:before {
  transform: rotate(-90deg);
}
.tab-acc-panel .tab-acc-body {
  padding: 17px 15px 20px;
}
.tab-acc-panel .tab-acc-body > p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .get_touch_area {
    padding: 25px;
  }
  .get_touch_area .section_title > .title__heading {
    margin-bottom: 5px;
  }
  .get_touch_area .default_form .form-group .form-controllar {
    height: 45px;
  }
  .get_touch_area .default_form .form-group textarea {
    min-height: 105px;
  }

  .appointment_area .about_thumbnil {
    padding-top: 40px;
  }

  .best_choice_area.best_choice_style_two .tab-title {
    font-size: 36px;
    margin: -5px 0 20px;
  }

  .single_process {
    margin-top: 20px;
    padding: 25px 10px 20px;
  }
  .single_process > h3 {
    font-size: 15px;
    margin: 10px 0 5px;
  }

  .smudge_tab > .smudge_tab_nav > li > a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .biography-area .biography_content .biography_title {
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: -5px;
  }
  .biography-area .biography_content .list_style_circle {
    margin-bottom: 20px;
  }
  .biography-area .biography_content .list_style_circle > li {
    margin-bottom: 1px;
    font-size: 15px;
    padding-left: 15px;
  }
  .biography-area .biography_content .list_style_circle > li:before {
    height: 12px;
    top: 7px;
    width: 12px;
  }
  .biography-area .biography_content > p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.45em;
  }

  .about-style-one .about_content > h3 {
    font-size: 22px;
    line-height: 1.2em;
    margin: -5px 0 10px;
  }
  .about-style-one .about_content > p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  ul.list_style_square {
    margin-bottom: 10px;
  }

  .list_style_circle {
    margin-bottom: 20px;
  }
  .list_style_circle > li {
    margin-bottom: 1px;
    font-size: 15px;
    padding-left: 15px;
  }
  .list_style_circle > li:before {
    height: 12px;
    top: 7px;
    width: 12px;
  }

  ul.list_style_square > li {
    font-size: 15px;
    padding-left: 22px;
  }
  ul.list_style_square > li:before {
    height: 12px;
    top: 7px;
    width: 12px;
  }

  .best_choice_area.best_choice_style_two .tab-title {
    font-size: 28px;
    margin: -5px 0 15px;
  }
  .best_choice_area.best_choice_style_two .tab-title + p {
    font-size: 15px;
    line-height: 1.45em;
  }

  .single_process {
    padding: 20px 10px 15px;
  }
  .single_process > span::before {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-style-one .about_thumb_area {
    display: inline-block;
  }
  .about-style-one .about_content {
    padding-bottom: 10px;
  }

  .home-three > .about-style-two .smudge_tab_nav {
    margin-bottom: 0;
  }

  .biography-area .biography_content {
    margin: 10px 0;
  }
  .biography-area .biography_midea {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .about_content > h3 {
    font-size: 26px;
    line-height: 1.25em;
  }
  .about_content > p:last-child {
    margin-bottom: 25px;
  }

  .about_thumb_area {
    text-align: center;
  }
  .about_thumb_area > .about_thumb {
    margin: 0 auto;
  }

  .appointment_area .about_thumbnil {
    margin-bottom: 70px;
  }

  .get_touch_area {
    padding: 30px 40px;
  }
  .get_touch_area .section_title > .title__heading {
    margin-bottom: 10px;
  }
  .get_touch_area .default_form .form-group .form-controllar {
    height: 50px;
  }
  .get_touch_area .default_form .form-group textarea {
    min-height: 125px;
  }

  .smudge_tab > .smudge_tab_nav {
    margin-top: 70px;
  }
  .smudge_tab > .smudge_tab_nav > li > a {
    font-size: 14px;
  }
  .smudge_tab > .smudge_tab_nav > li > a > p {
    margin-top: 0;
  }

  .tab-acc-panel-group {
    padding: 20px 0 30px;
  }

  .tab-pane.biography-area .biography_content {
    margin-top: 0;
  }

  .best_choice_area.best_choice_style_two .tab-title {
    margin: 12px 0 20px;
    font-size: 32px;
  }

  .workprocess_tab > li > a {
    font-size: 16px;
    padding: 0 0 15px;
  }
  .workprocess_tab > li > a > span {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 7px;
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .biography-area .biography_content .biography_title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .biography-area .biography_content .btn {
    margin-top: 5px;
  }

  .biography_style_two .biography_video > .video__inner {
    border: 5px solid #fff;
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
  }

  .about_content > h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  ul.list_style_square {
    margin-bottom: 15px;
  }
  ul.list_style_square > li {
    font-size: 16px;
    padding-left: 25px;
  }
  ul.list_style_square > li:before {
    height: 15px;
    top: 5px;
    width: 15px;
  }

  .smudge_tab > .smudge_tab_nav {
    margin-bottom: 50px;
  }
  .smudge_tab > .smudge_tab_nav > li {
    width: 50%;
  }
  .smudge_tab > .smudge_tab_nav > li > a {
    font-size: 16px;
  }

  .best_choice_area.best_choice_style_two .tab-title {
    font-size: 30px;
  }

  ul.list_style_circle {
    margin-bottom: 20px;
  }
  ul.list_style_circle > li {
    padding-left: 20px;
  }
  ul.list_style_circle > li:before {
    height: 12px;
    top: 7px;
    width: 12px;
  }

  ul.list_style_square > li {
    padding-left: 22px;
  }
  ul.list_style_square > li:before {
    height: 12px;
    top: 7px;
    width: 12px;
  }

  .workprocess_tab {
    border-bottom: 0px solid #efefef;
    margin-bottom: 10px;
  }
  .workprocess_tab > li {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .get_touch_area {
    padding: 30px 20px;
  }

  .about_content > h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-about {
    font-size: 15px;
    bottom: 0;
  }

  .appointment_area .about_thumbnil .info {
    margin-left: -75px;
    padding: 25px 0px 17px;
    width: 150px;
  }
  .appointment_area .about_thumbnil .info > h3 {
    font-size: 48px;
  }
  .appointment_area .about_thumbnil .info > h3 > span {
    font-size: 14px;
    margin-top: 2px;
  }

  .process_setps .row > .col-md-4 {
    width: 100%;
  }

  .smudge_tab > .smudge_tab_nav > li {
    width: 100%;
  }

  .best_choice_area.best_choice_style_two .tab-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
/*------------------------------------------------------------------
    [9 Portfolio]
*/
/*Single Work Default*/
.recent_work_list > div {
  text-align: center;
}

.work_item {
  position: relative;
  margin-bottom: 30px;
  min-height: 150px;
  display: inline-block;
}
.work_item .work_hover_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  background-color: rgba(69, 39, 160, 0.85);
  transition: opacity .5s;
  display: flex;
  align-items: center;
}
.work_item .work_hover_mask:before {
  content: '';
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
  transform: scale(0, 1);
  transition: transform .5s;
}
.work_item .work_hover_mask:after {
  content: '';
  border-right: 1px dashed #fff;
  border-left: 1px dashed #fff;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
  transform: scale(1, 0);
  transition: transform .5s;
}
.work_item .work_hover_mask .mask-container {
  z-index: 5;
  padding: 0px 15px;
  transition: all .5s;
}
.work_item .work_hover_mask .mask-container h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  transform: translateY(-10px);
  transition: all 0.5s ease 0s;
}
.work_item .work_hover_mask .mask-container .divider-border {
  border-bottom: 1px solid #fff;
  width: 60%;
  margin: 15px auto 11px;
}
.work_item .work_hover_mask .mask-container p {
  margin: 0 0 17px;
  color: #fff;
  transform: translateY(10px);
  transition: all .5s;
}
.work_item .work_hover_mask .btn-default {
  transform: translateY(20px);
  transition: all 0.5s ease 0s;
  background-color: #fff;
  border-radius: 35px;
  color: #4527a0 !important;
  padding: 14px 22px;
  height: 35px;
  line-height: 35px;
}
.work_item .work_hover_mask .btn-default:hover, .work_item .work_hover_mask .btn-default:focus {
  color: #fff !important;
  background-color: #4527a0;
}
.work_item:hover .work_hover_mask {
  opacity: 1;
}
.work_item:hover .work_hover_mask:before {
  transform: scale(1, 1);
}
.work_item:hover .work_hover_mask:after {
  transform: scale(1, 1);
}
.work_item:hover .work_hover_mask .mask-container h4 {
  transform: translateY(0);
}
.work_item:hover .work_hover_mask .mask-container p {
  transform: translateY(0);
}
.work_item:hover .work_hover_mask .mask-container .btn-default {
  transform: translateY(0);
}

.working_area_col4 .work_item .work_hover_mask .mask-container p {
  font-size: 14px;
  line-height: 22px;
}
.working_area_col4 .work_item .work_hover_mask .mask-container h4 {
  font-size: 18px;
  margin: 0 0 18px;
}
.working_area_col4 .work_item .work_hover_mask .mask-container .btn-default {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
}
.working_area_col4 .work_item .work_hover_mask .mask-container .btn-default > span {
  display: block;
  margin: -6px;
}
.working_area_col4 .work_item .work_hover_mask .mask-container .btn-default > span:before {
  font-size: 14px;
  line-height: 45px;
}

.recent_work_nav
.recent_work_nav > li
.recent_work_nav > li > a.active, .recent_work_nav > li > a:hover, .recent_work_nav > li > a:focus {
  background-color: #ff3000;
  color: #fff;
}

.recent_work_nav {
  margin: -25px 2px 65px;
  position: relative;
  right: 0;
  text-align: left;
  top: 0;
}
.recent_work_nav > li {
  display: inline-block;
  margin: 0 -2px;
}
.recent_work_nav > li > a {
  display: block;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
.recent_work_nav > li > a.active {
  background-color: #4527a0;
  color: #fff;
}
.recent_work_nav > li > a:focus, .recent_work_nav > li > a:hover {
  background-color: #4527a0;
  color: #fff;
}

.working_style_two > .container {
  margin-bottom: 0;
}
.working_style_two > .container .work_thumb {
  position: relative;
}
.working_style_two > .container .work_thumb > img {
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  opacity: 1;
}
.working_style_two > .container .work_thumb > img:hover {
  opacity: 0.85;
}
.working_style_two > .container .work_thumb > a {
  bottom: 30px;
  left: 0px;
  position: absolute;
}

/*Project Slide Style*/
.project_slide {
  margin-bottom: 15px;
}
.project_slide .carousel-indicators li {
  border: 0px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background-color: #fff;
}
.project_slide .carousel-indicators li.active {
  background-color: #4527a0;
  margin: 0;
}

.project_details_area .headline {
  border-bottom: 1px solid #F2F2F2;
  font-size: 30px;
  margin: 20px 0;
  padding-bottom: 13px;
  font-weight: 700;
}
.project_details_area .single_project_description .blockquote {
  border-color: #4527a0;
  margin-bottom: 20px;
  padding: 7px 0 10px 25px;
}
.project_details_area .project_details h3 {
  font-size: 20px;
  margin: 0 0 18px;
  font-weight: 500;
}
.project_details_area .project_details ul {
  list-style: outside none none;
  margin-bottom: 20px;
}
.project_details_area .project_details .info_tag {
  color: #4527a0;
}
.project_details_area .project_details .info_tag > li {
  font-weight: 500;
  line-height: 24px;
  padding: 7px 0;
}
.project_details_area .project_details .info_tag > li:before {
  color: #4527a0;
  content: "\f111";
  font-family: "flaticon";
  font-size: 22px;
  margin-right: 7px;
}
.project_details_area .project_details ul > li {
  padding-bottom: 10px;
}
.project_details_area .project_details ul > li > strong {
  display: inline-block;
  font-weight: lighter;
  width: 90px;
}
.project_details_area .project_details ul > li > span {
  display: inline-block;
  padding-left: 7px;
}
.project_details_area .project_details .btn-default {
  margin-top: 10px;
}

.project-nav {
  list-style: outside none none;
  margin: 15px 0 0;
}
.project-nav > li {
  display: inline-block;
}
.project-nav > li.project-next {
  float: right;
}

.socila_share {
  margin-top: 55px;
}
.socila_share .share > li {
  display: inline-block;
  margin: 8px;
}
.socila_share .share > li > a {
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 21px rgba(64, 199, 255, 0.15);
  -moz-box-shadow: 0 0 21px rgba(64, 199, 255, 0.15);
  -ms-box-shadow: 0 0 21px rgba(64, 199, 255, 0.15);
  -o-box-shadow: 0 0 21px rgba(64, 199, 255, 0.15);
  box-shadow: 0 0 21px rgba(64, 199, 255, 0.15);
  -webkit-transition: all 0.25s ease-in-out 0.05s;
  -moz-transition: all 0.25s ease-in-out 0.05s;
  -ms-transition: all 0.25s ease-in-out 0.05s;
  -o-transition: all 0.25s ease-in-out 0.05s;
  transition: all 0.25s ease-in-out 0.05s;
  display: block;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.socila_share .share > li > a:hover {
  -webkit-box-shadow: 0 0 21px rgba(64, 199, 255, 0);
  -moz-box-shadow: 0 0 21px rgba(64, 199, 255, 0);
  -ms-box-shadow: 0 0 21px rgba(64, 199, 255, 0);
  -o-box-shadow: 0 0 21px rgba(64, 199, 255, 0);
  box-shadow: 0 0 21px rgba(64, 199, 255, 0);
  background-color: #4527a0;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .work_item .work_hover_mask {
    padding: 20px;
  }

  .work_item .work_hover_mask::before,
  .work_item .work_hover_mask::after {
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
  }

  .work_item .work_hover_mask .mask-container h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .work_item .work_hover_mask .mask-container p {
    font-size: 15px;
    line-height: 25px;
  }
  .work_item .work_hover_mask .mask-container .btn-default {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }

  .recent_work_nav {
    margin-bottom: 45px;
  }
  .recent_work_nav > li > a {
    padding: 10px 23px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .working_area_col4 .work_item .work_hover_mask .mask-container {
    width: 100%;
  }
  .working_area_col4 .work_item .work_hover_mask .mask-container > p {
    display: none;
  }
  .working_area_col4 .work_item .work_hover_mask .mask-container .btn-default {
    margin-top: 10px;
  }

  .project_details_area .project_details ul > li > strong {
    width: 80px;
  }

  .socila_share .share > li {
    margin: 5px;
  }
  .socila_share .share > li > a {
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .recent_work_nav {
    margin: 0 2px 30px;
  }
  .recent_work_nav > li {
    margin: 3px -2px;
  }
  .recent_work_nav > li > a {
    font-size: 15px;
    padding: 8px 20px;
  }

  .working_style_two > .container .work_thumb > a {
    bottom: 25px;
    left: 0;
  }

  .project_details {
    padding-top: 5px;
  }

  .carousel-indicators {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work_item .work_hover_mask::before,
  .work_item .work_hover_mask::after {
    height: calc(100% - 30px);
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
  }

  .work_item .work_hover_mask .mask-container h4 {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .work_item .work_hover_mask .mask-container p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .work_item .work_hover_mask .mask-container .btn-default {
    font-size: 14px;
    height: 27px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .recent_work_nav > li > a {
    font-size: 15px;
    padding: 7px 15px;
  }

  .working_area .row > div {
    text-align: center;
  }

  .project_details_area .headline {
    font-size: 24px;
    margin: 15px 0;
  }
  .project_details_area .single_project_description .blockquote {
    border-width: 3px;
    margin-bottom: 17px;
    padding: 5px 0 5px 15px;
  }
  .project_details_area .project_details .info_tag > li {
    padding: 5px 0;
  }
  .project_details_area .project_details .btn-default {
    margin-top: 5px;
  }

  .socila_share {
    margin-top: 40px;
  }
  .socila_share .share > li > a {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .wroking_info_content {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .working_area_col4 .recent_work_list > div {
    width: 100%;
  }

  .project_slide .carousel-indicators {
    bottom: 0;
  }
  .project_slide .carousel-indicators li {
    height: 12px;
    width: 12px;
  }

  .project_details_area .headline {
    font-size: 24px;
    padding-bottom: 7px;
  }

  .working_style_two > .container .work_thumb > a {
    bottom: 0;
  }

  .project_slide {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .work_item .work_hover_mask {
    padding: 15px;
  }
  .work_item .work_hover_mask:before, .work_item .work_hover_mask:after {
    border: 0px solid;
  }
  .work_item .work_hover_mask .mask-container {
    width: 100%;
    padding: 0;
  }
  .work_item .work_hover_mask .mask-container .divider-border {
    margin: 15px auto 20px;
  }
  .work_item .work_hover_mask .mask-container p {
    display: none;
  }

  .working_area .work_item .work_hover_mask .mask-container p {
    display: block;
  }

  .project_details_area .project_details ul > li {
    padding-bottom: 5px;
  }

  .socila_share .share > li {
    margin: 4px;
  }
  .socila_share .share > li > a {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .working_area_col4 .work_item .work_hover_mask .mask-container p {
    display: block;
  }

  .project-nav > li .btn-default {
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    line-height: 43px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 400px) {
  .work_item .work_hover_mask .mask-container h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .work_item .work_hover_mask .mask-container .divider-border {
    margin: 10px auto;
  }
  .work_item .work_hover_mask .mask-container p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .recent_work_nav > li > a {
    font-size: 14px;
    padding: 7px 12px;
  }

  .working_area_col4 .work_item .work_hover_mask .mask-container h4 {
    margin: 0 0 12px;
  }
}
/*------------------------------------------------------------------
    [9 Team]
*/
/*Team Area styles*/
.team_social {
  margin-bottom: 0;
  padding-left: 0;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.team_social > li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 3px;
}
.team_social > li > a {
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  color: #999999;
  display: inline-block;
  height: 35px;
  line-height: 33px;
  margin-top: 5px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  width: 35px;
  background-color: transparent;
}

.single_team .team_thumb > img {
  width: 100%;
}
.single_team .team_info {
  border: 1px solid #efefef;
  padding: 35px 15px 30px;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.single_team .team_info h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.single_team .team_info > p {
  color: #999999;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.single_team:hover > .image_effect > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 1;
}
.single_team:hover .team_info {
  background-color: #4527a0;
  color: #fff;
  border-color: #4527a0;
}
.single_team:hover .team_info > h3,
.single_team:hover .team_info > p,
.single_team:hover .team_info .team_social > li > a {
  color: #fff;
}
.single_team:hover .team_info .team_social > li > a:hover {
  background-color: #fff;
  color: #4527a0;
  border-color: #fff;
}

#team_carousel.owl-carousel .owl-stage-outer {
  position: relative;
  z-index: 1;
}
#team_carousel.owl-carousel .owl-nav {
  display: block !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
#team_carousel.owl-carousel .owl-nav > button {
  background-color: #e9e9e9;
  border-radius: 50%;
  color: #1e1e1e;
  font-size: 26px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 50px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#team_carousel.owl-carousel .owl-nav > button.owl-prev {
  left: -210px;
}
#team_carousel.owl-carousel .owl-nav > button.owl-next {
  right: -210px;
}
#team_carousel.owl-carousel .owl-nav > button:hover {
  background-color: #4527a0;
  color: #fff;
}

.team_details_area .team_thumb:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.85;
}
.team_details_area .team_info > h3 {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 5px;
  color: #4527a0;
}
.team_details_area .team_info > p {
  color: #767676;
  margin-bottom: 20px;
}
.team_details_area .team_info .team_content > p {
  margin-bottom: 22px;
}
.team_details_area .team_social {
  margin-top: 60px;
}
.team_details_area .team_social > li > a {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.team_details_area .team_social > li > a:hover {
  background-color: #4527a0;
  border-color: #4527a0;
}
.team_details_area .specialization_area,
.team_details_area .best_choice_area {
  margin-top: 90px;
}

@media only screen and (max-width: 1599px) {
  #team_carousel.owl-carousel .owl-nav > button {
    font-size: 22px;
    height: 40px;
    margin-top: -20px;
    width: 40px;
  }
  #team_carousel.owl-carousel .owl-nav > button.owl-prev {
    left: -60px;
  }
  #team_carousel.owl-carousel .owl-nav > button.owl-next {
    right: -60px;
  }

  .team_details_area .specialization_area,
  .team_details_area .best_choice_area {
    margin-top: 100px;
  }

  .team_details_area .team_social {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .team_details_area .team_thumb {
    margin-bottom: 25px;
  }
  .team_details_area .team_social {
    margin-top: 35px;
  }
  .team_details_area .specialization_area,
  .team_details_area .best_choice_area {
    margin-top: 55px;
  }

  #team_carousel.owl-carousel .owl-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .single_team h3 {
    margin-bottom: 7px;
  }
  .single_team .team_info h3 {
    font-size: 18px;
  }

  .team_details_area .team_info > h3 {
    font-size: 24px;
    margin: 0 0 2px;
  }
  .team_details_area .team_info > p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .single_team .team_info {
    padding: 25px 15px 20px;
  }
}
/*------------------------------------------------------------------
    [11 Footer Area]
*/
.footer {
  background-color: #4527a0;
}
.footer .clearfix {
  display: none;
}

.footer-widgets-area {
  color: #fff;
  margin-bottom: -10px;
}

.footer__description {
  margin-bottom: 50px;
  padding: 0 70px;
}
.footer__description > a {
  display: block;
  margin-bottom: 25px;
}
.footer__description > p {
  line-height: 24px;
}

.single_contact_info {
  background-color: #fff;
  padding: 35px 25px 20px;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 0 18px rgba(69, 39, 160, 0.1);
  -moz-box-shadow: 0 0 18px rgba(69, 39, 160, 0.1);
  -ms-box-shadow: 0 0 18px rgba(69, 39, 160, 0.1);
  -o-box-shadow: 0 0 18px rgba(69, 39, 160, 0.1);
  box-shadow: 0 0 18px rgba(69, 39, 160, 0.1);
  color:#40229b;
}
.single_contact_info > .icon {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  left: 50%;
  margin-left: -25px;
  top: -25px;
  position: absolute;
}
.single_contact_info > .icon:before {
  font-size: 22px;
  line-height: 50px;
}
.single_contact_info .info > p {
  line-height: 25px;
  margin-bottom: 0;
}
.single_contact_info .info > p a {
  color: #fff;
}
.single_contact_info .info > p a:hover {
  color: #4527a0;
}

.footer-widgets-area .single_contact_info .info > p a:hover, .footer-widgets-area .single_contact_info .info > p a:focus {
  color: #FFBA00;
}
.footer-widgets-area .single_contact_info .info > p a, .footer-widgets-area .single_contact_info .info > p a:focus{
	color:#40229b;
}

.footer-bottom-area {
  border-top: 1px solid #5030b0;
  position: relative;
  padding: 10px 0;
}
.footer-bottom-area:before {
  background-color: #3d228f;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 100%;
}

.copyright {
  padding: 5px 0px;
  color: #fff;
}
.copyright p:last-child {
  margin-bottom: 0;
}
.copyright a {
  color: inherit;
}
.copyright a:hover {
  color: #FFBA00;
}

.footer_social_share {
  list-style: outside none none;
  margin: 0 -8px;
  padding-left: 0;
  text-align: right;
}
.footer_social_share > li {
  display: inline;
  margin: 0 8px;
}
.footer_social_share > li > a {
  background-color: #40229b;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
}
.footer_social_share > li > a:hover {
  color: #FFBA00;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 991px) {
  .footer-widgets-area {
    padding: 85px 0 35px;
    margin-bottom: 0;
  }

  .footer__description {
    padding: 0px;
  }

  .footer-widgets-area .row:nth-child(2) {
    display: -webkit- flex;
    display: -moz- flex;
    display: -ms- flex;
    display: -o- flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    text-align: center;
  }

  .footer_social_share {
    text-align: center;
    margin: 10px -5px;
  }
  .footer_social_share > li {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-widgets-area {
    padding: 75px 0 25px;
  }
  .footer-widgets-area .row > .col-full-width {
    width: 100%;
  }

  .footer__description > a {
    margin-bottom: 15px;
  }

  .footer_social_share {
    text-align: center;
    margin: 10px -5px;
  }
  .footer_social_share > li {
    margin: 0 5px;
  }

  .footer__description > a > img {
    max-width: 260px;
  }
}
/*------------------------------------------------------------------
    [12 Testimonail]
*/
/* Testimonial styles*/
.testimonial_area .testimotial_thumb_area {
  margin-bottom: 0;
}

.client_testimonail_carousel .owl-item {
  padding: 38px 0 0px;
}
.client_testimonail_carousel .owl-dots {
  padding-top: 10px;
}

.testimonail_items_group {
  padding: 0 10px;
}

.client_testimonial_block {
  padding: 60px 25px 7px;
  position: relative;
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 0 21px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.03);
  margin-bottom: 70px;
}
.client_testimonial_block:last-child {
  margin-bottom: 20px;
}
.client_testimonial_block > .icon {
  background-color: #4527a0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 75px;
  left: 50%;
  line-height: 75px;
  margin: 0 auto 0 -37px;
  position: absolute;
  top: -37px;
  width: 75px;
}
.client_testimonial_block > .icon > span::before {
  color: #fff;
  font-size: 35px;
}
.client_testimonial_block > p {
  margin-bottom: 24px;
  font-style: italic;
  font-size: 15px;
  line-height: 1.45em;
}
.client_testimonial_block .client_info > h5 {
  font-size: 18px;
  margin: -3px 0 0px;
  font-weight: 900;
}
.client_testimonial_block .client_info p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #777777;
}

@media only screen and (max-width: 1199px) {
  .client_testimonial_block {
    margin-bottom: 50px;
    padding: 38px 25px 3px;
  }
  .client_testimonial_block > .icon {
    height: 50px;
    line-height: 50px;
    margin: 0 auto 0 -25px;
    top: -25px;
    width: 50px;
  }
  .client_testimonial_block > .icon > span::before {
    font-size: 24px;
  }
  .client_testimonial_block > p {
    margin-bottom: 15px;
  }
  .client_testimonial_block .client_info > h5 {
    font-size: 15px;
  }
  .client_testimonial_block .client_info p {
    font-size: 13px;
  }
  .client_testimonial_block .owl-dots {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .client_testimonial_block {
    padding: 45px 15px 5px;
  }
  .client_testimonial_block > .icon {
    height: 60px;
    line-height: 60px;
    margin: 0 auto 0 -30px;
    top: -31px;
    width: 60px;
  }
  .client_testimonial_block > .icon > span::before {
    font-size: 30px;
  }

  .client_testimonail_carousel .owl-item {
    padding: 33px 0 25px;
  }
  .client_testimonail_carousel .owl-dots {
    padding-top: 0;
  }

  .testimonail_items_group {
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonail_items_group {
    width: 100%;
  }

  .client_testimonial_block .client_info > h5 {
    font-size: 16px;
  }
  .client_testimonial_block .client_info p {
    font-size: 13px;
  }
}
/*------------------------------------------------------------------
    [13 Services]
*/
/*[13.2 services Style One]*/
.services_thumb_area {
  text-align: center;
}
.services_thumb_area .services_thumb {
  position: relative;
  display: inline-block;
}
.services_thumb_area .services_thumb > .btn {
  background-color: #4527a0;
  bottom: 50px;
  font-size: 17px;
  padding: 15px 40px;
  position: absolute;
  right: 0px;
  z-index: 9;
}
.services_thumb_area .services_thumb > .btn:hover {
  background-color: #03A9F4;
  color: #fff !important;
}
.services_thumb_area .services_thumb:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}

.single_service {
  margin-bottom: 30px;
  padding: 50px 15px 35px;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.04);
}
.single_service .service_icon {
  display: inline-block;
  margin-bottom: 5px;
  height: 70px;
  line-height: 70px;
  color: #4527a0;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.single_service .service_icon:before {
  font-size: 60px;
}
.single_service h3 {
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  font-size: 20px;
  margin-bottom: 13px;
  text-transform: capitalize;
  color: #3a3a3a;
  font-weight: 700;
  margin: 10px 0 13px;
}
.single_service > p {
  margin-bottom: 17px;
}
.single_service:hover {
  background-color: #4527a0;
  color: #fff;
}
.single_service:hover .service_icon {
  color: #fff;
}
.single_service:hover > h3 {
  color: #fff;
}

.services_carousel > .owl-dots {
  margin-left: -100px;
  margin-top: 20px;
  width: 200px;
}
.services_carousel > .owl-dots > .owl-dot {
  border: 3px solid #4527a0;
  background-color: transparent !important;
}
.services_carousel > .owl-dots > .owl-dot.active {
  background-color: #4527a0 !important;
}

/*[13.2 services Style two]*/
.services-style-two {
  background-color: #4527a0;
  color: #fff;
  padding: 105px 0 110px;
}
.services-style-two .section_title .title__heading {
  color: #fff;
}
.services-style-two .services_info_content > h3 {
  color: #fff;
}
.services-style-two .services_info_content > .btn {
  background-color: #fff;
  color: #4527a0 !important;
}
.services-style-two .services_info_content > .btn:hover {
  background-color: #5E35B1;
  color: #fff !important;
}
.services-style-two .single_service {
  background-color: #4b2da7;
  margin-bottom: 10px;
  min-height: 130px;
  padding: 35px 35px 33px;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.services-style-two .single_service .service_icon {
  line-height: 70px;
  margin-bottom: 8px;
}
.services-style-two .single_service .service_icon:before {
  color: #fff;
  font-size: 50px;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.services-style-two .single_service > h3 {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.services-style-two .single_service:hover {
  background-color: #fff;
}
.services-style-two .single_service:hover .service_icon:before,
.services-style-two .single_service:hover > h3 {
  color: #4527a0;
}
.services-style-two .row .row {
  margin: 0 -5px;
}
.services-style-two .row .row > .col-md-4 {
  padding: 0 5px;
}

.services_info_content > h3,
.wroking_info_content > h3 {
  font-size: 30px;
  font-weight: bold;
  margin: -7px 0 19px;
}
.services_info_content > p,
.wroking_info_content > p {
  line-height: 25px;
  margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-style-one > .container {
    margin-bottom: 10px;
  }

  .services-style-one .single_service {
    padding: 30px 15px 27px;
  }
  .services-style-one .single_service .service_icon {
    height: 45px;
    line-height: 45px;
  }
  .services-style-one .single_service .service_icon:before {
    font-size: 35px;
  }
  .services-style-one .single_service h3 {
    font-size: 18px;
    margin: 5px 0 10px;
  }
  .services-style-one .single_service > p {
    font-size: 15px;
    line-height: 1.4em;
  }

  .services_info_content > p,
  .wroking_info_content > p {
    font-size: 15px;
    line-height: 1.45em;
  }
  .services_info_content > h3,
  .wroking_info_content > h3 {
    font-size: 26px;
  }

  .wroking_info_content > h3 {
    margin-bottom: 15px;
  }

  .services-style-two .single_service {
    padding: 35px 15px 33px;
  }
  .services-style-two .single_service > h3 {
    font-size: 17px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .services_thumb_area .services_thumb {
    margin-bottom: 40px;
  }

  .services_carousel > .owl-dots {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .services-style-two {
    padding: 75px 0;
  }

  .services_info_content {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .services-style-one .single_service {
    padding: 50px 30px 35px;
  }
  .services-style-one .single_service h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .services_thumb_area .services_thumb > .btn {
    font-size: 14px;
    padding: 15px 30px;
    bottom: 30px;
  }

  .services_info_content > h3,
  .wroking_info_content > h3 {
    font-size: 25px;
    margin: -7px 0 15px;
  }

  .services-style-two .single_service {
    padding: 35px 60px 33px;
  }
}
@media only screen and (max-width: 600px) {
  .services-style-two > .container {
    margin-bottom: -20px;
  }
  .services-style-two .single_service {
    padding: 35px 15px 33px;
    margin-bottom: 30px;
  }
  .services-style-two .row .row > div {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .services-style-one .single_service {
    padding: 40px 15px 25px;
  }
}
/*------------------------------------------------------------------
    [14 blog]
*/
/*Blog styles*/
.post {
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
}
.post.post-format-video .video__inner {
  position: absolute;
  top: 25px;
  right: 30px;
  min-height: 70px;
}
.post.post-format-video .video__inner > a {
  text-align: center;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.post .post-thumbnail {
  position: relative;
}

.entry-date {
  background-color: #4527a0;
  right: 35px;
  position: absolute;
  text-align: center;
  top: 35px;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.entry-date:before, .entry-date:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #4527a0;
}
.entry-date:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: -1;
}
.entry-date:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  z-index: -2;
}
.entry-date > a {
  -webkit-box-shadow: 0 0 0 white;
  -moz-box-shadow: 0 0 0 white;
  -ms-box-shadow: 0 0 0 white;
  -o-box-shadow: 0 0 0 white;
  box-shadow: 0 0 0 white;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  transform: rotate(44deg);
  z-index: 1;
  background-color: #4527a0;
}
.entry-date > a:before, .entry-date > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: inherit;
  z-index: 1;
}
.entry-date > a:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.entry-date > a:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.entry-date .date {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 8px;
  top: 8px;
  text-transform: capitalize;
  -webkit-transform: rotate(-43deg);
  -moz-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
  transform: rotate(-43deg);
  z-index: 5;
}
.entry-date .date > b {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.entry-content .entry-title {
  color: #4527a0;
  border-bottom: 1px solid #EFEFEF;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 25px;
  padding-bottom: 22px;
}
.entry-content > p:last-child {
  margin-bottom: 0;
}

.entry-meta {
  border-top: 1px solid #efefef;
  margin: -5px 0;
  padding: 15px 0 0;
}
.entry-meta > span {
  color: #767676;
  font-size: 14px;
  margin-right: 15px;
}
.entry-meta > span > i.fa {
  margin-right: 4px;
}
.entry-meta > span a:hover {
  color: #4527a0;
}

.post-format-slide .post-slide {
  position: relative;
  overflow: hidden;
}
.post-format-slide .post-slide .owl-nav > button {
  background-color: rgba(58, 58, 58, 0.7);
  color: #fff;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  width: 40px;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.2s ease 0.05s;
  -moz-transition: all 0.2s ease 0.05s;
  -ms-transition: all 0.2s ease 0.05s;
  -o-transition: all 0.2s ease 0.05s;
  transition: all 0.2s ease 0.05s;
}
.post-format-slide .post-slide .owl-nav > button.owl-prev {
  left: -40px;
}
.post-format-slide .post-slide .owl-nav > button.owl-next {
  right: -40px;
}
.post-format-slide .post-slide:hover .owl-nav > button.owl-prev {
  left: 0px;
}
.post-format-slide .post-slide:hover .owl-nav > button.owl-next {
  right: 0px;
}

.post-format-audio iframe {
  border: 0 solid;
  height: 165px;
  width: 100%;
}

.post-format-video .post-video {
  position: relative;
}
.post-format-video .post-video .video__inner {
  background-color: rgba(69, 39, 160, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.single-post .site-main {
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  padding: 30px 0;
}
.single-post .post {
  padding: 0px;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.04);
}
.single-post .post-thumbnail {
  position: relative;
  margin: 0 30px 23px;
}
.single-post .entry-meta {
  border-bottom: 1px solid #efefef;
  padding: 17px 0 15px;
  margin-bottom: 25px;
}
.single-post .entry-meta > span > a {
  color: #767676;
}
.single-post .entry-meta > span > a:hover {
  color: #4527a0;
}
.single-post .entry-content {
  margin: 0 30px;
}
.single-post .entry-content > img.text-right {
  float: right;
  padding-left: 15px;
  display: inline-block;
  margin-bottom: 15px;
}
.single-post .entry-footer {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  overflow: hidden;
  padding: 15px 30px;
  margin-top: 75px;
}
.single-post .entry-footer .socila_share {
  margin-top: 0;
  width: 50%;
  float: left;
}
.single-post .entry-footer .socila_share .share {
  margin: 0px -3px 0;
}
.single-post .entry-footer .socila_share .share > li {
  margin: 0 3px;
}
.single-post .entry-footer .socila_share .share > li > a {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 0px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.04);
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  color: #C3C3C3;
}
.single-post .entry-footer .socila_share .share > li > a:hover {
  background-color: #4527a0;
  color: #fff;
}

/*Post pagination*/
.pagination {
  margin: 0 -5px 0px;
}
.pagination > li {
  display: inline-block;
  margin: 0 5px;
}
.pagination > li > a {
  background-color: #f4f4f4;
  border: 0 solid;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 40px;
  min-height: 40px;
  min-width: 40px;
  padding: 0 15px;
  font-size: 16px;
  text-align: center;
  border-radius: 0 !important;
}
.pagination > li > a:hover {
  background-color: #4527a0;
  border: 0px solid;
  color: #fff !important;
}
.pagination > li > a i {
  padding: 3px;
}

/*[14.2 Sidebar]*/
.sidebar .section-title .main-title {
  padding-bottom: 20px;
  margin-top: 0;
}
.sidebar .section-title .main-title:after {
  bottom: -1px;
}
.sidebar .widget {
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.04);
  padding: 20px 30px 30px;
  margin-bottom: 30px;
}
.sidebar .widget .headline {
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 13px;
}
.sidebar .widget .headline:before {
  width: 100px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget .search-form label {
  width: calc(100% - 85px);
  float: left;
  margin-bottom: 0;
}
.sidebar .widget .search-form .search-field {
  padding: 0;
  border: 1px solid #EFEFEF;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  background-color: transparent;
}
.sidebar .widget .search-form .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b9b9b9;
}
.sidebar .widget .search-form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
}
.sidebar .widget .search-form .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #b9b9b9;
}
.sidebar .widget .search-form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b9;
}
.sidebar .widget .search-form .search-field:focus {
  outline: none;
  outline-offset: 0;
}
.sidebar .widget .search-form .search-submit {
  color: #fff;
  border: none;
  padding: 7px 10px;
  width: 85px;
  background-color: #4527a0;
  height: 40px;
  margin-top: -3px;
  font-size: 16px;
  font-weight: bold;
}
.sidebar .widget .search-form .search-submit:hover {
  background-color: #FFBA00;
}
.sidebar .widget .most-view-post .popular-post {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.sidebar .widget .most-view-post .popular-post > img:hover {
  opacity: 0.8;
}
.sidebar .widget .most-view-post .popular-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar .widget .most-view-post .popular-post h5 {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 16px;
}
.sidebar .widget .most-view-post .popular-post h5 > a {
  text-decoration: none;
  color: #4527a0;
}
.sidebar .widget .most-view-post .popular-post h5 > a:hover {
  color: #000;
}
.sidebar .widget.recent-post-widget .simple-post-list {
  padding: 0;
  margin: 0;
}
.sidebar .widget.recent-post-widget .simple-post-list li {
  list-style: none;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #efefef;
  border-top: 0px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline-block;
  padding-top: 0;
}
.sidebar .widget.recent-post-widget .simple-post-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-image {
  float: left;
  width: 85px;
  margin-right: 20px;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-image:hover img {
  opacity: 0.85;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-info {
  overflow: hidden;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-info .post-title {
  font-weight: 700;
  font-size: 16px;
  color: #4527a0;
  line-height: 1.25em;
  display: block;
  margin: 0 0 3px;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-info .post-title:hover {
  color: #000;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-meta span {
  color: #b4b4b4;
  font-size: 13px;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-meta span a {
  color: #b4b4b4;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-meta span a:hover {
  color: #4527a0;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-meta span i {
  padding-right: 3px;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-meta span:before {
  content: "|";
  padding: 0 7px 0 3px;
}
.sidebar .widget.recent-post-widget .simple-post-list li .post-meta span:first-child:before {
  content: " ";
  padding: 0px;
}
.sidebar .widget .category-list {
  padding: 0;
  margin: 0;
}
.sidebar .widget .category-list li {
  list-style: none;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
  border-top: 0px solid #efefef;
}
.sidebar .widget .category-list li:first-child {
  padding-top: 0px;
}
.sidebar .widget .category-list li:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}
.sidebar .widget .category-list li a {
  display: block;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.sidebar .widget .category-list li a .cat-count {
  float: right;
}
.sidebar .widget .category-list li a:hover {
  color: #4527a0;
}
.sidebar .widget .instagram-feed {
  padding: 0;
  margin: 0 -9px;
}
.sidebar .widget .instagram-feed li {
  border: 0px solid;
  list-style: none;
  display: inline-block;
  width: 91px;
  height: 91px;
  padding: 0;
  margin: 9px;
}
.sidebar .widget .instagram-feed li:nth-child(3n) {
  margin: 0 0 9px 0;
}
.sidebar .widget .instagram-feed li img {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar .widget .instagram-feed li img:hover {
  opacity: 0.8;
}
.sidebar .widget.video-widget {
  padding-top: 30px;
  text-align: center;
}
.sidebar .widget.video-widget .video {
  position: relative;
  display: inline-block;
}
.sidebar .widget.video-widget .video .video__inner {
  background-color: rgba(69, 39, 160, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 70px;
}
.sidebar .widget.video-widget .video .video__inner > a {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

/*Post Navigation*/
.post-navigation {
  float: right;
  width: 49%;
}
.post-navigation .nav-links {
  text-align: right;
}
.post-navigation .nav-links > div {
  display: inline-block;
  margin-left: 10px;
}
.post-navigation .nav-links > div > a {
  background-color: #fff;
  display: block;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -webkit-transition: all 0.25s ease 0.05s;
  -moz-transition: all 0.25s ease 0.05s;
  -ms-transition: all 0.25s ease 0.05s;
  -o-transition: all 0.25s ease 0.05s;
  transition: all 0.25s ease 0.05s;
  border: 1px solid #EFEFEF;
}
.post-navigation .nav-links > div.nav-next > a {
  color: #fff;
  background-color: #4527a0;
}
.post-navigation .nav-links > div.nav-next > a:after {
  content: "";
  font-family: Flaticon;
  padding-left: 3px;
}
.post-navigation .nav-links > div.nav-next > a:hover {
  color: #4527a0;
  background-color: #fff;
}
.post-navigation .nav-links > div.nav-previous > a:before {
  content: "";
  font-family: Flaticon;
  padding-right: 3px;
}
.post-navigation .nav-links > div.nav-previous > a:hover {
  color: #fff;
  background-color: #4527a0;
}

/*Comment Serpond*/
#comments {
  padding: 22px 30px 0;
}
#comments .comments-title.headline {
  font-size: 24px;
  margin-bottom: 45px;
  padding-bottom: 12px;
}
#comments .comments-title.headline:before {
  width: 105px;
}

.comment-form .form-submit {
  margin-bottom: 0;
}

.comment-respond {
  padding: 35px 30px 0;
}
.comment-respond .comment-reply-title.headline {
  font-size: 24px;
  margin-bottom: 0px;
  padding-bottom: 12px;
}
.comment-respond .comment-reply-title.headline:before {
  width: 165px;
}
.comment-respond > p {
  margin: 23px 0 !important;
}
.comment-respond p {
  margin-bottom: 35px;
}
.comment-respond p > textarea,
.comment-respond p > input {
  background-color: transparent;
  border: 1px solid #efefef;
}
.comment-respond p .submit {
  background-color: #4527a0;
  border: 1px solid #4527a0;
  font-weight: bold;
  text-transform: uppercase;
  height: 50px;
  padding: 0 40px;
}
.comment-respond p .submit:hover {
  background-color: #333;
  border: 1px solid #333;
}

@media only screen and (max-width: 1199px) {
  .sidebar .widget .headline {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .sidebar .widget .category-list li {
    padding: 10px 0;
  }
  .sidebar .widget .category-list li > a {
    font-size: 15px;
  }
  .sidebar .widget.recent-post-widget .simple-post-list li .post-info {
    overflow: unset;
  }
  .sidebar .widget .instagram-feed {
    margin: 0 -5px;
  }
  .sidebar .widget .instagram-feed li {
    margin: 5px;
  }
  .sidebar .widget .instagram-feed li:nth-child(3n) {
    margin: 5px;
  }

  .post-navigation .nav-links > div:first-child {
    margin-left: 0;
  }
  .post-navigation .nav-links > div > a {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .entry-content .entry-title {
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 16px;
  }

  .single-post > .container {
    margin-bottom: -30px;
  }
  .single-post .entry-meta {
    margin-bottom: 20px;
    padding: 15px 0 13px;
  }
  .single-post .site-main {
    margin-bottom: 50px;
  }
  .single-post .entry-footer {
    margin-top: 45px;
  }

  .sidebar .widget .search-form .search-submit {
    width: 145px;
  }

  .pagination {
    padding: 5px 0 45px;
    width: 100%;
    margin: 0 -3px;
  }
  .pagination > li {
    margin: 2px 3px;
  }
  .pagination > li > a {
    font-size: 15px;
    line-height: 35px;
    min-height: 35px;
    min-width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .entry-date {
    height: 55px;
    right: 25px;
    top: 25px;
    width: 55px;
  }
  .entry-date .date {
    top: 5px;
    left: 5px;
    font-size: 22px;
    line-height: 22px;
  }
  .entry-date .date > b {
    font-size: 14px;
  }

  .single-post .site-main {
    padding: 20px 0 30px;
  }
  .single-post .post-thumbnail {
    margin: 0 20px 15px;
  }
  .single-post .entry-content {
    margin: 0 20px;
  }
  .single-post .entry-footer {
    margin-top: 35px;
    padding: 20px 20px 25px;
  }
  .single-post .entry-footer .socila_share {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .entry-content .entry-title {
    font-size: 22px;
    margin: 0 0 17px;
    padding-bottom: 15px;
  }

  .post-navigation {
    width: 100%;
  }
  .post-navigation .nav-links > div.nav-previous {
    float: left;
  }

  #comments {
    padding: 15px 20px 0;
  }
  #comments .comments-title.headline {
    margin-bottom: 35px;
  }

  .comment-respond .comment-reply-title.headline,
  #comments .comments-title.headline {
    font-size: 20px;
  }

  .comment-respond {
    padding: 25px 20px 0;
  }
  .comment-respond .comment-reply-title.headline {
    margin-bottom: 20px;
  }
  .comment-respond > p {
    margin: 20px 0 !important;
  }
  .comment-respond p {
    margin-bottom: 20px;
  }

  .comment-body {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .comment-author {
    margin-right: 15px;
  }

  .comment-info b > a {
    font-size: 15px;
  }

  .sidebar .widget {
    padding: 20px;
  }
  .sidebar .widget .headline {
    font-size: 20px;
  }

  .post {
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single-post .entry-content > img.text-right {
    float: none;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .sidebar .widget .search-form .search-submit {
    width: 85px;
  }

  .comment-respond p .submit {
    height: 44px;
    padding: 0 30px;
  }

  .comment-info b,
  .comment-meta {
    width: 100%;
  }

  .comment-info b {
    margin-bottom: 5px;
  }

  .comment-meta .comment-metadata {
    float: left;
  }

  .comment-reply-link {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .post-navigation .nav-links > div > a {
    font-size: 14px;
    padding: 0 15px;
  }
.sparight {
	float: right;
}
.sparight a {
	font-size: 1em;
	color: #F00;
	text-decoration: none;
	font-family: 'Merriweather Sans', sans-serif;
}
.sparight a:hover {
	color: #252525;
} 
.lghd {
	float: left;
	text-align: center;
	width: 297px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #02254e;
	font-size: 1.2em;
	font-family: 'Merriweather Sans', sans-serif;
	background-image: url(images/lg.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}.lg {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 49px;
}
.lg tr td {
	padding-top: 10px;
	padding-bottom: 5px;
}
.lg tr td label {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1.1em;
	color: #000;
}
.inpt {
	background-color: #d7eff1;
	border: 2px solid #049eaa;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 87%;
}

