/*------ Theme Default Css
=======================================*/
/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Poppins:200,300,400,500,600,700,800,900|Raleway:400,800');

body {
    color: #222222;
    background: #fff;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

figure {
    margin: 0;
}

/* Helper class */

.pb-120 {
    padding-bottom: 120px;
}

.p120 {
    padding: 120px 0;
}

.m120 {
    margin: 120px 0;
}

.p70 {
    padding: 70px 0;
}

.m70 {
    margin: 70px 0;
}

.pb70 {
    padding-bottom: 70px;
}

.pt-120 {
    padding-top: 120px;
}

.st {
    margin-bottom: 60px;
}

/* Section title */

.of-hidden {
    overflow: hidden;
}

.st hr {
    width: 112px;
    height: 2px;
    background: #222222;
    border: 0;
    position: relative;
    text-align: center;
}

.st hr:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.overview-wrapper .st hr:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}


/* Boxed Button Start */

.boxed-btn {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 20px;
    padding-right: 60px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    text-align: left;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    vertical-align: middle;
    overflow: hidden;
}

.boxed-btn:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    -webkit-transform-origin: -25% 50%;
    transform-origin: -25% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.boxed-btn:hover:after,
.boxed-btn:hover {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.boxed-btn:hover:after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}

.boxed-btn i {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
}

/* Boxed Button End */

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-nav {
    display: block;
}
.info-carousel .owl-nav {
    display: none;
}
/*=============== 02. Top bar =============*/

.top-bar {
    background: #fff;
}

.info-area {
    padding: 15px 0;
}

.info-icon {
    width: 30px;
    height: 50px;
    position: relative;
    text-align: center;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    background-color: transparent;
}

.info-area .info-icon i {
    -webkit-transition: .3s all;
    transition: .3s all;
    display: block;
    line-height: 50px;
}

.info-area:hover .info-icon i {
    -webkit-transform: scale(.8);
            transform: scale(.8);
}

.info-text {
    margin-left: 0px;
}

.info-text h6 {
    padding-top: 8px;
}

/*=============== 03. Navigation Area =============*/

/* Logo Start */
.logo {
    width: 100%;
    background: #fff;
    height: 138px;
    margin-top: -80px;
    box-shadow: 0 20px 19px -5px rgba(0, 0, 0, .27);
    padding: 0 17px;
    position: relative;
    z-index: 999;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-transition: .3s all, 0s background;
    transition: .1s all, 0s background;
}

.logo-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}

.logo-text a h2 {
    margin-bottom: 5px;
}

.is-sticky .logo {
    height: 100%;
    margin-top: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
    padding: 2px 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px)
}

.is-sticky .logo-text {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0)
}

.is-sticky .logo-text a h2 {
    color: #fff;
}

.is-sticky .logo-title {
    color: #fff;
}

/* Logo End */
.nav-menu .menu {
    margin-left: -15px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.is-sticky .nav-menu .menu {
    margin-left: -30px;
}

.navigation .nav-menu .menu li {
    display: inline-block;
    color: #fff;
    position: relative;
}

.navigation .nav-menu .menu li a {
    display: block;
    padding: 18px 12px;
    -webkit-transition: .3s all;
    transition: .3s all;
	font-weight: 400;
}

.navigation .nav-menu .sub-menu  li a {
	font-weight: 300;
}

/* Sub Menu */
.nav-menu .menu li.menu-item-has-children>a:after {
    font-family: 'icofont';
    content: '\ea99';
    margin-left: 4px;
    padding-top: 0px;
    display: inline-block;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
}

.nav-menu .menu ul li.menu-item-has-children>a:after {
    font-family: 'icofont';
    content: '\eaa0';
    position: absolute;
    top: 7px;
    right: 15px;
}

.navigation .nav-menu .menu .sub-menu,
.navigation .nav-menu .menu .children {
    position: absolute;
    z-index: 99999;
    left: -20px;
    display: block;
    margin-left: 0;
    padding: 0;
    background: #fff;
    width: 200px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 0px;
}

.navigation .nav-menu .menu .menu-item-has-children:hover .sub-menu,
.navigation .nav-menu .menu .menu-item-has-children:hover .children {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    display: block;
    height: auto;
}

.navigation .nav-menu .menu .sub-menu .menu-item-has-children .sub-menu {
    left: 100%;
    top: 0;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.navigation .nav-menu .menu .sub-menu .menu-item-has-children:hover .sub-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navigation .nav-menu .menu .sub-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.navigation .nav-menu .menu .sub-menu .menu-item-has-children .menu-item-has-children:hover .sub-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navigation .nav-menu .menu .sub-menu .menu-item-has-children .menu-item-has-children .menu-item-has-children .sub-menu {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.navigation .nav-menu .menu .sub-menu .menu-item-has-children .menu-item-has-children .menu-item-has-children:hover .sub-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navigation .nav-menu .menu .sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: relative;
}

.navigation .nav-menu .menu ul li:first-child a {
    padding-left: 15px;
}

.navigation .nav-menu .menu .sub-menu li a {
    color: #222222;
    padding: 10px 15px;
}

/* Mean Menu */
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 50px;
    padding: 0;
    margin: 15px 15px !important;
    position: absolute;
    left: 0;
    width: 90%;
}

.mean-container a.meanmenu-reveal {
    position: absolute;
    top: -66px;
    right: 0 !important;
    z-index: 99;
}

.mean-container .mean-nav ul {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mean-container .mean-nav {
    margin-top: -16px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 28px;
}

.mean-container .mean-nav ul li ul a.mean-expand {
    height: 17px;
}

.mean-container .mean-nav>ul {
    height: 250px;
    overflow-y: scroll;
}

.mobile-menu-area .row {
    margin-left: 0;
    margin-right: 0;
}


/* Nav Right */
.nav-right li {
    display: inline-block;
    color: #fff;
    padding: 17px 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.nav-right .number-info {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

.nav-right .number-info:before {
    position: absolute;
    top: 18px;
    left: 0;
    content: '';
    height: 23px;
    width: 1px;
    background: #f2f2f2;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.nav-right .number-info i {
    margin-right: 10px;
}

/* Sticky */
div#sticky-wrapper.is-sticky .sticky-nav {
    background-image: none;
}

.is-sticky .sticky-nav {
    -webkit-transition: .3s all;
    transition: .3s all;
    z-index: 999;
}

.is-sticky .cart-icon,
.is-sticky .main-menu li a {
    padding: 30px 0;
}

.is-sticky .nav-right li {
    padding: 16px 0;
}

.is-sticky .navigation .menu li a {
    padding: 16px 10px;
}

.is-sticky .navigation .menu .sub-menu li a {
    padding: 10px 15px;
}

.is-sticky .nav-right .number-info {
    padding-left: 20px;
}

.is-sticky .shopping-cart .shopping-cart-items li {
    padding: 0;
}

/*=============== 06. Header =============*/

.header-wrapper {
    position: relative;
}

.header-single-slider figure {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 2;
}

.header-single-slider figure img {
    width: 100%;
}

.header-single-slider .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 15px;
    z-index: 1;
}

.header-single-slider .content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    z-index: -1;
}

.header-single-slider .inner-content {
    width: 60%;
    background: rgba(0, 0, 0, .6);
    padding: 40px 55px;
    color: #fff;
    position: relative;
}

.header-single-slider .inner-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    border-radius: 3px 0 0 3px;
}

.header-single-slider .inner-content h1 {
    margin-bottom: 10px;
}

.header-single-slider .text-center .inner-content {
    margin: 0 auto;
}

.header-single-slider .text-right .inner-content {
    margin-left: auto;
}

.header-single-slider .text-right .inner-content:before {
    top: 0;
    right: 0;
    left: auto;
    border-radius: 0 3px 3px 0;
}

.header-single-slider .text-right .boxed-btn {
    padding-right: 20px;
    padding-left: 60px;
    text-align: right;
}

.header-single-slider .text-right .boxed-btn i {
    right: auto;
    left: 0;
}

/*=============== 07. Info Section =============*/
.infosection {
    margin-bottom: 70px;
}

.infobox {
    box-shadow: 0px 0px 25px 0px rgba(97, 99, 99, 0.53);
    border-radius: 10px;
    text-align: center;
    padding: 20px 20px 20px;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    background: #fff;
}

.infobox:hover {
    padding-bottom: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
}

.infobox .infobox-icon i {
    -webkit-transition: .3s all;
    transition: .3s all;
}

.infobox .infobox-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: transparent;
    margin: 0 auto;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.infobox:hover .infobox-icon {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
}

.infobox h4 {
    -webkit-transition: .3s all;
    transition: .3s all;
}

.infobox:hover h4 {
    color: #fff;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
}

.infobox hr {
    width: 90px;
    height: 2px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    border: 0;
}

.infobox:hover hr {
    background: #fff;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
}

.infobox hr:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 31px;
    width: 28px;
    height: 8px;
    border-radius: 4px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.infobox p {
    -webkit-transition: .3s all;
    transition: .3s all;
}

.infobox:hover p {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    color: #fff;
}

.infobox a {
    margin-top: 5px;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.infobox:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
}

/*=============== 08. Quality Services =============*/
.single-seriveces {
    padding: 5px;
    border: 1px solid #d8d8d8;
    text-align: center;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: relative;
}

.single-seriveces:hover {
    box-shadow: 0px 5px 8.73px 0.27px rgba(93, 92, 92, 0.51);
}

.single-seriveces h3 {
    margin: 20px 0 10px;
}
.single-seriveces ul{
    padding: 10px;
}
.single-seriveces ul li {
    padding-bottom: 5px;
  position: relative;
  padding-left: 25px;
  text-align: left;
}
.single-seriveces ul li:before {
  position: absolute;
  content: "\ea98";
  font-family: IcoFont;
  left: 0 !important;
  top: 0;
  font-size: 18px;
  color: #940c94;
}
 .single-seriveces a{
    margin-bottom: 15px;
 }
.services-wrapper .owl-nav {
    display: block;
    width: 200px;
    margin: 40px auto 0;
    text-align: center;
}

.services-wrapper .owl-nav button {
    border: 0;
    cursor: pointer;
    margin: 0 5px;
}

button:focus {
    outline: none;
}

/*=============== 09. Company Overview =============*/

.overview-wrapper {
    padding: 120px 0 160px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}

.overview-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4a2e7d;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: -1;
}

.overview-wrapper .st .sseparator {
    background: #fff;
}

.overview-wrapper .st {
    color: #fff;
}

.overview-btn {
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 23px;
    display: inline-block;
    padding: 15px 30px;
    overflow: hidden;
    width: 245px;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 2;
    margin: 0 10px;
}

.overview-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.overview-btn:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


/*=============== 10. Fun Fact =============*/
.funfact-wrapper {
    z-index: 333;
}

.funfact-wrapper .funfact-box {
    padding: 60px 40px;
    background: #fff;
    box-shadow: 0px 6px 8px 0px rgba(101, 100, 100, 0.3);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
}

.funfact-wrapper .funfact-box .separator {
    margin: 5px auto 10px;
    border: 0;
    width: 62px;
    height: 6px;
}

.funfact-wrapper .funfact-box p {
    color: #222222;
}

/*=============== 11. Case Studies =============*/

.casestudies .studiesbox {
    position: relative;
    overflow: hidden;
}

.casestudies .studiesbox>img {
    width: 100% !important;
}

.casestudies .studiesbox .media {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 15px 30px;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
    height: 50px;
}

.casestudies .studiesbox .media:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
    -webkit-transition: .3s all;
    transition: .3s all;
    height: 100%;
}

.studiesbox .media>i {
    margin-right: 16px;
    margin-right: 16px;
    margin-right: 1rem;
}
.studiesbox .media ul li {
  padding-left: 20px;
  position: relative;
}
.studiesbox .media ul li:before {
  position: absolute;
  content: "\ea98";
  font-family: IcoFont;
  left: 0 !important;
  top: 0;
  font-size: 18px;
  color: #fff;
}

.casestudies .studiesbox .media h4 {
    margin-bottom: 20px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.casestudies .studiesbox:hover .media h4 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.casestudies .studiesbox .media a {
    display: block;
    margin-top: 30px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.casestudies .studiesbox .media a,
.casestudies .studiesbox .media p {
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* Hover */
.casestudies .studiesbox:hover .media {
    height: 100%;
    padding-top: 15px;
}

.casestudies .studiesbox:hover .media a,
.casestudies .studiesbox:hover .media p {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.casestudies .owl-nav {
    display: block;
    width: 200px;
    margin: 40px auto 0;
    text-align: center;
}

.casestudies .owl-nav button {
    border: 0;
    cursor: pointer;
    margin: 0 5px;
    padding: 10px;
    background-color: #4f3581;
}
.casestudies .owl-nav button i {
    color: #fff;
    font-size: 15px;
}

/*=============== 12. Pricing =============*/

.single-pricing {
    padding: 30px;
    border: 1px solid #cfcdcd;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.single-pricing:hover {
    box-shadow: 0px 6px 8px 0px rgba(101, 100, 100, 0.3);
}

.single-pricing h5 {
    margin-bottom: 30px;
}

.single-pricing .pricing .month {
    color: #979797;
}

.single-pricing .pricing {
    padding-bottom: 38px;
    border-bottom: 1px solid #ebeced;
}

.single-pricing ul {
    padding: 38px 0;
}

.single-pricing ul li {
    color: #222222;
    margin-bottom: 20px;
    position: relative;
}

.single-pricing ul li:last-child {
    margin-bottom: 0;
}

.single-pricing ul li.deselect {
    color: #979797
}

.single-pricing ul li:before {
    content: '\f00e';
    font-family: 'icofont';
    left: 0;
    padding-right: 30px;
}

.pricing-page {
    padding-bottom: 80px;
}

.pricing-wrapper .featured-plan {
    overflow: hidden;
    padding-bottom: 50px;
    box-shadow: 0px 6px 8px 0px rgba(101, 100, 100, 0.3);
}

.pricing-wrapper .featured-plan:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    z-index: 2;
}

.pricing-wrapper .featured-plan:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    z-index: 2;
}

.pricing-wrapper .featured-text {
    width: 250px;
    padding: 10px 0;
    color: #08263d;
    position: absolute;
    text-align: center;
    top: 26px;
    right: -65px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

/*=============== 13. Our Gallery =============*/

.gallery-items .gallery-item a {
    position: relative;
    width: 25%;
    float: left;
    overflow: hidden;
    z-index: 2;
    cursor: url(../img/zoomicon.png), auto;
}

.gallery-items img {
    width: 100%;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
}

.gallery-items .gallery-item a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.gallery-items .gallery-item a .gallery-text {
    position: absolute;
    bottom: -52px;
    left: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in;
    z-index: 2;
}

.gallery-items .gallery-item a:hover .gallery-text {
    bottom: 0;
    visibility: visible;
}

.gallery-items .gallery-item div {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}


/*=============== 14. Our Expertise =============*/

.expertise-item {
    padding: 30px 15px;
    border: 1px solid #ecebeb;
    min-height: 180px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
}

.expertise-wrapper .col-sm-6:nth-child(5) .expertise-item,
.expertise-wrapper .col-sm-6:nth-child(6) .expertise-item {
    margin-bottom: 0;
}

.expertise-item:hover {
    box-shadow: 0px 3px 4px 0px rgba(163, 162, 162, 0.26);
}

.expertise-icon {
    position: relative;
}

.expertise-item .icon {
    width: 30px;
    height: 50px;
    display: block;
    text-align: center;
    margin-left: 15px;
    margin-right: 35px;
    position: relative;
    z-index: 2;
}

.expertise-item .icon {
  width: 65px !important;
    height: 65px !important;
    line-height: 65px !important;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;  
	color:#fff;
	background: #7d057d;
}


.expertise-item h4 {
    margin-bottom: 10px;
}

.contact-info {
    border: 1px solid #dedede;
}

.contact-info .contactinfo-title {
    padding: 20px 0 20px 40px;
    color: #fff;
    position: relative;
}

.contact-info .contactinfo-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
}

.contact-info .contactinfo-form {
    padding: 50px 40px;
}

.contact-info input,
.contact-info textarea {
    border: 1px solid #dedede;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    min-height: 40px;
    padding: 15px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.contact-info input::-webkit-input-placeholder,
.contact-info textarea::-webkit-input-placeholder {
    color: #88898a;
}

.contact-info input::-moz-placeholder,
.contact-info textarea::-moz-placeholder {
    color: #88898a;
}

.contact-info input:-ms-input-placeholder,
.contact-info textarea:-ms-input-placeholder {
    color: #88898a;
}

.contact-info input::placeholder,
.contact-info textarea::placeholder {
    color: #88898a;
}

.contact-info input:focus,
.contact-info textarea:focus {
    border-color: #999;
    box-shadow: none;
    outline: none;
}

.contact-info .boxed-btn {
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
}

.contact-info .boxed-btn i {
    right: 0;
}

/* Contact Info 2 */

.infocontact2 {
    padding: 50px 50px;
    text-align: center;
}

.infocontact2 img {
    margin-bottom: 70px;
}

.infocontact2>i {
    margin-bottom: 70px;
    display: block;
}

.infocontact2 h3 {
    margin-bottom: 20px;
}

.infocontact2 p {
    margin-bottom: 20px;
}

.infocontact2 .boxed-btn {
    display: inline-block;
    width: auto;
}


/*=============== 15. Team =============*/

.team-member {
    position: relative;
    overflow: hidden;
}

.team-member img {
    width: 100%;
}

.team-content {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 150px;
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    z-index: 2;
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.team-member:hover .team-content {
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
}

.team-content .inner-content {
    text-align: center;
}

.team-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: -1;
    border-radius: 40px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg)
}

.team-content p {
    line-height: 1;
    margin-top: 10px;
}

/* Hover content */
.teamhover-content {
    width: 180px;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    padding: 15px 12px 20px;
    color: #fff;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.team-member:hover .teamhover-content {
    left: 0;
}

.teamhover-content h3 {
    margin-bottom: 10px;
}

.teamhover-content h6 {
    margin-bottom: 20px;
}

.teamhover-content .team-social {
    position: absolute;
    left: 12px;
    bottom: 20px;
}

.teamhover-content .team-social li {
    display: inline-block;
    margin-right: 5px;
}

.teamhover-content .team-social li a {
    width: 24px;
    height: 24px;
    text-align: center;
    background: #fff;
    display: block;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transition: .3s all;
    transition: .3s all;
}

.teamhover-content .team-social li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/*=============== 16. Testimonial =============*/

.single-testimonial {
    border-radius: 97px;
    padding: 70px 70px;
    padding-left: 140px;
    position: relative;
    margin: 38px 0 38px 100px;
}

.single-testimonial img {
    position: absolute;
    top: -38px;
    left: -100px;
    border-radius: 50%;
}

.testimonial-title {
    text-align: center;
}

.testimonial-title h4 {
    color: #fff;
    margin-bottom: 10px;
}
.testimonial {
    color: #fff;
    position: relative;
}

.testimonial:before {
    content: '\efcd';
    font-family: 'icofont';
    position: absolute;
    top: -24px;
    left: -20px;
}

.testimonial:after {
    content: '\efce';
    font-family: 'icofont';
    position: absolute;
    bottom: -18px;
    right: 0;
}

/*=============== 17. Latest News =============*/

.latestnews-wrapper .single-latestnews {
    margin-bottom: -40px;
}

.latestnews-wrapper .single-latestnews .post-thumbnail {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.latestnews-wrapper .single-latestnews .post-thumbnail img {
    width: 100%;
    z-index: -1;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.latestnews-wrapper .single-latestnews:hover .post-thumbnail img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2)
}

.latestnews-wrapper .single-latestnews .post-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 1;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.latestnews-wrapper .single-latestnews:hover .post-thumbnail:after {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    visibility: visible;
}

.latestnews-wrapper .post-thumbnail .post-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 2;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.latestnews-wrapper .single-latestnews:hover .post-overlay {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}

.latestnews-wrapper .post-thumbnail .meta-date {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 15px;
    z-index: 2;
}

.latestnews-wrapper .post-content {
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin: 0 12px;
    padding: 25px 15px 25px 15px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    box-shadow: 0px 2px 5px 0px rgba(164, 163, 163, 0.33);
}

.latestnews-wrapper .meta-info {
    margin-bottom: 20px;
}

.latestnews-wrapper .meta-info li {
    display: inline-block;
    margin-right: 10px;
}

.latestnews-wrapper .meta-info li i {
    margin-right: 8px;
}

.latestnews-wrapper .post-title a {
    display: block;
    margin-bottom: 10px;
}

.latestnews-wrapper .post-content-bottom {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding: 20px 0 0;
    overflow: hidden;
}

.latestnews-wrapper .post-content-bottom .read-more i {
    display: inline-block;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
}

.latestnews-wrapper .post-content-bottom .read-more {
    -webkit-transition: .3s all;
    transition: .3s all;
}

/*=============== 18. Call To Action =============*/
.cta-wrapper {
    padding: 100px 0;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1;
}

.cta-wrapper h2 {
    margin-bottom: 30px;
}

.cta-wrapper p {
    color: #fff;
    margin-bottom: 70px;
}

.cta-wrapper .boxed-btn {
    border-radius: 21px 21px 21px 21px;
    text-align: center;
    background: #fff;
    margin-top: 0;
}

.cta-wrapper .boxed-btn:after {
    color: #fff;
}

.cta-wrapper .boxed-btn.left {
    padding-left: 60px;
}

.cta-wrapper .boxed-btn.left i {
    left: 0;
}

.cta-wrapper .boxed-btn.right {
    padding-right: 60px;
    text-align: left;
}

.cta-wrapper .boxed-btn i {
    color: #fff;
}

.cta-wrapper .or {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    margin: 0 40px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
}


/*=============== 19. Partners =============*/

.partners-wrapper {
    padding: 50px 0;
    position: relative;
}

.single-partner {
    border: 1px solid #e8e8e8;
	min-height:auto;
    text-align: center;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.inner-partner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    cursor: crosshair;
}

.partners-wrapper .owl-nav {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
}

.partners-wrapper .owl-nav button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.partners-wrapper .owl-nav button:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.partners-wrapper .owl-nav .owl-prev {
    position: relative;
    left: -70px;
}

.partners-wrapper .owl-nav .owl-next {
    float: right;
    position: relative;
    right: -40px;
}

/*=============== 20. Footer =============*/
.footer-wrapper {
    color: #fff;
}

/* Scroll Up */
.scrollup {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 888;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5);
}

.scrollup:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5)
}

/*=============== 21. Breadcrumb Area =============*/
.breadcrumb-area {
    padding: 70px 0 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.breadcrumb-area:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(../img/bg/breadcrumbbefore.png);
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: -1;
}

.breadcrumb-area h3 {
    position: relative;
    padding-left: 70px;
    float: left;
}

.breadcrumb-area h3:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 54px;
    height: 6px;
    border-radius: 3px;
}

.breadcrumb-area ul {
    float: right;
}

.breadcrumb-nav li {
    display: inline-block;
    position: relative;
    color: #222;
}

.breadcrumb-nav li a {
    -webkit-transition: .3s all;
    transition: .3s all;
}

.breadcrumb-nav li a:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.breadcrumb-nav li:after {
    font-family: "icofont";
    font-weight: 900;
    content: "\eaa0";
    margin: 0 10px;
}

.breadcrumb-nav li:last-child:after {
    display: none;
}

/*=============== 22. Gallery Page =============*/
.gallery-page .gallery-items .gallery-load {
    display: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.gallery-page .gallery-items .gallery-item a {
    width: 100%;
}

.gallery-page .gallery-items .gallery-item {
    margin-bottom: 30px;
}

.load-btn.boxed-btn {
    margin-top: 50px;
}

.gallery-page .load-btn.boxed-btn {
    margin-top: 0;
}

.gallery-page .load-btn.boxed-btn:focus {
    color: #fff;
}

/*=============== 23. Masoanry Tab & Pagination =============*/
/* Masonary */
.masonary-tab-sorting {
    text-align: center;
    margin-bottom: 60px;
}

.masonary-tab-sorting li {
    display: inline-block;
}

.masonary-tab-sorting li a {
    display: block;
    color: #fff;
    background: #082b47;
    padding: 10px 30px;
    margin: 0 10px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.masonary-tab-sorting li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.masonary-tab-sorting li a.active:before {
    width: 8px;
}

/* Pagination */
.pagination-nav {
    margin-top: 70px;
}

.pagination-nav li {
    display: inline-block;
}

.pagination-nav li a {
    display: block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 2px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.pagination-nav li.prev a,
.pagination-nav li.next a {
    color: #fff;
    border-radius: 21px;
    display: block;
    padding: 0 30px;
    margin: 0 10px;
    width: auto;
    border: 2px solid;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.pagination-nav li.prev a:hover,
.pagination-nav li.next a:hover {
    background: #fff;
}

.pagination-nav li.dotted {
    border-radius: 0;
    border: 0;
    margin: 0 10px;
}


/*=============== 24. Contact Form =============*/

#map {
    height: 500px;
    background: gray;
}

.page-contact-info,
.contact-form {
    margin-top: -60px;
}

.input {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    margin-top: 35px;
}

.input__field {
    position: absolute;
    top: 8px;
    left: 1px;
    z-index: 100;
    display: block;
    padding: 16px;
    width: calc(100% - 2px);
    height: calc(100% - 9px);
    border: 0;
    outline: 0;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.input__label {
    display: inline-block;
    padding: 0 1em;
    width: 100%;
    color: #88898a;
    text-align: left;
    cursor: text;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 13px 5px;
    width: 100%;
    height: 40px;
}

.input__label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.input__label-content {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.input__field:focus,
.input--filled .input__field {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.input__field:focus+.input__label,
.input--filled .input__label {
    cursor: default;
    pointer-events: none;
    color: #fff;
}

.input__field:focus+.input__label:before,
.input--filled .input__label:before {
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.5, 1);
    border: 1px solid;
}

.input__field:focus+.input__label .input__label-content,
.input--filled .input__label-content {
    -webkit-transform: translateY(-2.2em);
            transform: translateY(-2.2em)
}

/* Message */

.input.comment,
.input.message {
    height: 100px;
}

.input.message .input__field:focus+.input__label:before,
.input.comment .input__field:focus+.input__label:before,
.input.message .input--filled .input__label:before,
.input.comment .input--filled .input__label:before {
    -webkit-transform: scale3d(1, 1.5, 1);
    transform: scale3d(1, 1.25, 1);
    border: 1px solid;
}


.input.message .input__field:focus+.input__label .input__label-content,
.input.comment .input__field:focus+.input__label .input__label-content,
.input.message .input--filled .input__label-content,
.input.comment .input--filled .input__label-content {
    -webkit-transform: translateY(-2.3em);
            transform: translateY(-2.3em);
}

button.boxed-btn {
    border: 0;
    cursor: pointer;
    margin-top: 30px;
}

.contact-form form {
    padding: 20px 20px;
    box-shadow: 0px 4px 7.37px 3.63px rgba(226, 224, 224, 0.14);
    border: 1px solid #e6e7e7;
    border-radius: 0 0 20px 20px;
}

.contact-form h3 {
    width: 100%;
    color: #fff;
    min-height: 60px;
    line-height: 60px;
    padding-left: 20px;
    border-radius: 20px 20px 0 0;
}

.page-contact-info h3 {
    width: 100%;
    color: #fff;
    min-height: 60px;
    line-height: 60px;
    padding-left: 60px;
    border-radius: 20px 20px 0 0;
}

.info-wrapper {
    padding: 60px 60px;
    box-shadow: 0px 4px 7.37px 3.63px rgba(226, 224, 224, 0.14);
    border: 1px solid #e6e7e7;
    border-radius: 0 0 20px 20px;
    margin: 0;
}

.info-box {
    margin-bottom: 60px;
}

.separator-dot {
    text-align: center;
    margin-bottom: 20px;
}

.separator-dot li {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0 2px;
}

.info-wrapper {
    overflow: hidden;
}

.info-carousel .owl-stage-outer {
    overflow: visible;
}

.info-carousel .owl-item {
    visibility: hidden;
}

.info-carousel .owl-item.center {
    visibility: visible;
}

.info-wrapper .infobox-icon {
    width: 65px !important;
    height: 65px !important;
    line-height: 65px !important;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
}


.info-box .infobox-icon i {
    -webkit-transition: .3s all;
    transition: .3s all;
    display: block;
    line-height: 68px;
}

.info-box:hover .infobox-icon i {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.info-carousel .owl-dots {
    text-align: center;
}

.info-carousel .owl-dots .owl-dot {
    padding: 3px;
    border-radius: 50%;
    display: inline-block;
    border: 0;
    margin: 0 3px;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}

.info-carousel .owl-dots .owl-dot.active {
    padding: 6px;
}

/*=============== 29. About Us =============*/
.about {
    position: relative;
}
.about-content p{
    padding-bottom: 10px;
}
.about-content h2{
    padding-bottom: 10px;
    font-size: 32px;
    color: #4f3581;
    position: relative;
    margin-bottom: 20px;
}
.about-content h2:before{
    position: absolute;
    width: 100px;
    height: 5px;
    background-color: #4f3581;
    content: '';
    bottom: 0;
    left: 0;
}
.service-line h2{
    background-color: #4f3581;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 30px;
    font-size: 24px;
    border-bottom: 8px solid #a40ca4;
}
.service-box{
    padding-bottom: 25px;
}
.service-box h4{
    color: #4f3581;
    padding-bottom: 15px;
    font-weight: normal;
}
.service-box h4 i{
    font-size: 22px;
    top: 2px;
    position: relative;
}
.service-box hr{
    margin-bottom: 10px;
    margin-top: 2px;
}
.project-box{
    margin-bottom: 40px;
    box-shadow: 0 0 10px #ccc;
    padding: 15px;
}
.project-box h4{
    color: #4f3581;
    font-size: 18px;
    padding-bottom: 0px;
    font-weight: 700;
    line-height: 25px;
}
.project-box h5{
    color: #202020;
    font-size: 14px;
    padding-bottom: 0px;
    font-weight: 500;
    line-height: 25px;
}
.project-box hr{
    margin-bottom: 15px;
    margin-top: 5px;
}
.project-box p i{
	color: #4f3581;
    font-size: 15px;
	padding-right: 2px;
}
.project-box p a{
	color: #202020;
    font-size: 13px !important;
}
.client-img{
    border:1px solid #ccc;
    margin-bottom: 40px;
}
.client-img img{
    padding: 10px;
}
.table thead th {
    vertical-align: top;
    border-bottom: 0 solid #dee2e6;
	background-color:#aaa !important;
	border-top:0 !important;
}
.table tr , .table td {
	border:1px solid #ccc !important;
}
.card{
	margin-bottom:35px;
}
.card .card-header{
	background-color:#4f3581;
	border-radius:0;
	border-bottom:0;
	padding:13px 8px;
}
.card .card-header .btn-link{
	color:#fff;
	text-decoration:none;
	padding:0;
}
#accordion .card-header button:before {
  content: "\ea99"; 
  font-family: "Icofont";
  position: absolute;
  right: 10px;
  font-size: 26px;
  top: 5px;
}
#accordion .card-header button[aria-expanded="true"]:before {
  content: "\eaa1"; 
}
.header-slider .owl-nav button {
    height: 55px;
    width: 55px;
    line-height: 55px;
    top: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 25px;
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    margin: -30px 0 0 0;
    cursor: pointer;
}
.header-slider .owl-nav .owl-prev {
    left: 50px;
}
.header-slider .owl-nav .owl-next {
    right: 50px;
}