/*
Template: SEOhub - SEO, Marketing. Social Media, Multipurpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/


/*================================================
[  Table of contents  ]
================================================
#81319b
:: General
:: typography
:: Page section margin padding#2046---f2
:: text color
:: Loading
:: Section title
:: form
:: button
:: bg images
:: bg images
:: Header
:: search
:: default
:: topbar-dark
:: transparent
:: Fancy
:: our-service
:: List Mark
:: welcome
:: Accordion
:: Our Pricing
:: about-section
:: Newsletter
:: Footer
:: Feature
:: service-quality-block (home 3)
:: our-story
:: Testimonial
:: Feedback
:: Counter
:: our clients
:: case-studies
:: Isotope filters
:: skills
:: TEAM
:: About 1
:: Contact us
:: Team single page
:: 404 Page
:: Pricing 01
:: Our Client
:: login
:: Register
:: TAB
:: blog
:: blog sidebar
:: Masonry blog
:: blog single
:: Pagination-nav
:: Service
:: About SEO
:: owl-carousel
:: Typography
:: rev slider
:: Fancy - Team
:: Comming Soon
:: rev_slider
:: Back to top
:: shop



======================================
[ End table content ]
======================================*/

/***************************
		 General
***************************/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
}

a, .btn {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: #353535;
}

    a:focus {
        text-decoration: none !important;
    }

    a:focus, a:hover {
        color: #81319b;
        text-decoration: none !important;
    }

a, button, input {
    outline: medium none !important;
    color: #81319b;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #353535;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}

h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

ul {
    margin: 0px;
    padding: 0px;
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #aaaaaa;
}

.label {
    color: #fff !important;
    font-size: 9px !important;
}

*::-moz-selection {
    background: #81319b;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #81319b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #81319b;
    color: #fff;
    text-shadow: none;
}

/***************************
	    typography
****************************/
mark {
    background: #81319b;
    color: #ffffff;
}

ol {
    padding: 0px;
    margin: 0px;
}

    ol li {
        list-style: decimal inside;
        padding: 0px;
        margin: 0px;
        line-height: 30px;
    }

    ol.alpha li {
        list-style: decimal-leading-zero inside;
        padding: 0px;
        margin: 0px;
    }

    ol.roman li {
        list-style: lower-roman inside;
        padding: 0px;
        margin: 0px;
    }

ul {
    padding: 0px;
    margin: 0px;
}

    ul li {
        padding: 0px;
        margin: 0px;
        line-height: 30px;
    }

    ul.disc li {
        list-style: disc inside;
        padding: 0px;
        margin: 0px;
        line-height: 30px;
    }

    ul.list-style-1 li {
        list-style: none;
    }

blockquote {
    display: block;
    position: relative;
    font-size: 20px;
    border-left: 5px solid #f5f5f5;
    font-style: italic;
    padding-right: 0px;
    padding-left: 8px;
    line-height: 32px;
}

    blockquote:before {
        content: "\201C";
        font-family: Georgia, serif;
        font-size: 100px;
        font-weight: bold;
        color: #ffffff3b;
        position: absolute;
        left: -30px;
        top: -20px;
    }

    blockquote:after {
        content: "";
    }

    blockquote cite {
        font-size: 14px;
        margin-top: 15px;
        display: block;
        font-weight: 600;
    }

    blockquote.default {
        background: #f6f7f8;
        padding: 30px;
    }

        blockquote.default:before {
            left: 20px;
            top: 60px;
        }

    blockquote.default {
        padding-left: 100px;
    }

        blockquote.default cite {
            font-size: 16px;
        }

.list-style-none li {
    list-style: none;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 4px 0;
    line-height: 0px;
}

select {
    width: 100%;
    background: #f6f7f8;
    border: 0px;
    padding: 15px 18px 15px 30px;
    border-radius: 30px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #e3e3e3;
    width: 100%;
    height: 50px;
}

.select-styled {
    text-align: left;
    font-size: 14px;
    color: #aaaaaa;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid transparent;
    background-color: #f6f7f8;
    padding: 13px 30px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-radius: 30px;
}

    .select-styled:after {
        content: "";
        width: 0;
        height: 0;
        border: 7px solid transparent;
        border-color: #bfbfbf transparent transparent transparent;
        position: absolute;
        top: 23px;
        right: 20px;
    }

    .select-styled:active:after, .select-styled.active:after {
        top: 15px;
        border-color: transparent transparent #bfbfbf transparent;
    }

.select-options {
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

    .select-options li {
        list-style: none;
        font-size: 14px;
        padding-left: 15px;
        color: #323232;
    }

.selected-box.auto-hight .select-options {
    height: 300px;
    overflow: auto;
}

/************************************
    Page section margin padding 
*************************************/
.page-section-ptb {
    padding: 100px 0;
}

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

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

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-9 {
    margin-top: 90px;
}

.mt-10 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-9 {
    margin-bottom: 90px;
}

.mb-10 {
    margin-bottom: 100px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}

.pt-6 {
    padding-top: 60px;
}

.pt-7 {
    padding-top: 70px;
}

.pt-8 {
    padding-top: 80px;
}

.pt-9 {
    padding-top: 90px;
}

.pt-10 {
    padding-top: 100px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pb-6 {
    padding-bottom: 60px;
}

.pb-7 {
    padding-bottom: 70px;
}

.pb-8 {
    padding-bottom: 80px;
}

.pb-9 {
    padding-bottom: 90px;
}

.pb-10 {
    padding-bottom: 100px;
}

/***************************
		text color
***************************/
.text-blue {
    color: #81319b;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #353535;
}

.text-gray {
    color: #aaaaaa;
}

.white-bg {
    background: #ffffff;
}

.gray-bg {
    background: #f6f7f8;
}

.blue-bg {
    background: #81319b;
}

.black-bg {
    background: #353535;
}

.no-padding {
    padding: 0px !important;
}

.no-gutter > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}
/*.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.valign, .valign > [class*='col-'] { display: table-cell; float: none; }
[data-valign-overlay="top"] { vertical-align: top; }
[data-valign-overlay="bottom"] { vertical-align: bottom; }
[data-valign-overlay="middle"] { vertical-align: middle; }
*/
/***************************
		 Loading
***************************/
#loading {
    background-color: rgb(247, 247, 247);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

    #loading-center img {
        text-align: center;
        width: 320px;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        z-index: 99;
        margin: 0 auto;
    }
/***************************
      Section title  
***************************/
.section-title {
    margin-bottom: 60px;
}

    .section-title span {
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        margin-bottom: 10px;
    }

/***************************
		   form
***************************/
.form-control {
    border-radius: 30px;
    height: auto;
    line-height: 1.33333;
    padding: 15px 18px 15px 30px;
    background: transparent;
    color: #aaaaaa;
    border: 1px solid transparent;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #81319b;
    }

    .form-control.input-lg {
        resize: none;
        font-size: .9em;
    }

    .form-control.rounded {
        border-radius: 0px;
    }

.input-group-addon {
    border: 1px solid #e0e0e0;
}

.form-group label {
    color: #353535;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px;
}

.form-inline button {
    margin: 0px;
}

.form-group > label {
    display: block;
}

.form-control::-moz-placeholder {
    color: #aaaaaa;
}

.form-control::-ms-input-placeholder {
    color: #aaaaaa;
}

.form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}

.table-bordeblue > tbody > tr > td, .table-bordeblue > tbody > tr > th, .table-bordeblue > tfoot > tr > td, .table-bordeblue > tfoot > tr > th, .table-bordeblue > thead > tr > td, .table-bordeblue > thead > tr > th {
    border-color: #e0e0e0;
    padding: 12px 20px;
}

/***************************
	      button
***************************/
.button {
    background: #81319b;
    padding: 10px 30px;
    color: #ffffff;
    border: 2px solid #81319b;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
}

    .button:hover {
        background: #353535;
        color: #ffffff;
        border-color: #353535;
    }

    .button.black {
        background: #353535;
        color: #ffffff;
        border: 2px solid #353535;
    }

        .button.black:hover, .button.black.active {
            background: #81319b;
            color: #ffffff;
            border-color: #81319b;
        }

    .button.white {
        background: #fff;
        color: #81319b;
        border: 2px solid #81319b;
    }

        .button.white:hover {
            background: #353535;
            color: #ffffff;
            border: 2px solid #353535;
        }

    .button.border {
        background: transparent;
        border: 2px solid #e0e0e0;
        color: #aaaaaa;
    }

        .button.border:hover {
            background: #81319b;
            color: #ffffff;
            border-color: #81319b;
        }

    .button.border-bule {
        background: transparent;
        border: 2px solid #81319b;
        color: #81319b;
    }

        .button.border-bule:hover {
            background: #81319b;
            color: #ffffff;
        }

    .button.border-white {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }

        .button.border-white:hover {
            background: #fff;
            color: #81319b;
            border-color: #fff;
        }

    .button.border-black {
        background: transparent;
        border: 2px solid #353535;
        color: #353535;
    }

        .button.border-black:hover {
            background: #353535;
            color: #ffffff;
            border-color: #353535;
        }

    .button.icon i {
        margin-right: 10px;
    }

    /*button with icon*/
    .button.arrow {
        background: transparent;
        border: none;
        color: #81319b;
        padding: 0;
        font-weight: 600;
    }

        .button.arrow i {
            padding-left: 10px;
            font-size: 16px;
        }

        .button.arrow:hover {
            color: #353535;
        }

        .button.arrow.white {
            color: #ffffff;
            border: none;
        }

            .button.arrow.white:hover {
                color: #aaaaaa;
                background: transparent;
            }

    /*button Rev Slider*/
    .button.rev-btn {
        padding: 12px 35px !important;
        text-transform: uppercase !important;
        font-weight: 400 !important;
        display: inline-block !important;
        border-radius: 30px !important;
        text-align: center !important;
        font-size: 14px !important;
        line-height: 24px !important;
        border: none !important;
    }

.rev-btn.button.black:hover {
    background: #fff;
    color: #81319b;
}

/***************************
         bg images
***************************/
.bg.fixed {
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
    background-attachment: fixed !important;
}

.bg {
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

/***************************
        bg images
***************************/
.bg-overlay-black-10:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-20:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-30:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-40:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-50:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-60:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-80:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-black-90:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-blue-20:before {
    background: rgba(32, 70, 242, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-blue-50:before {
    background: rgba(32, 70, 242, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-blue-70:before {
    background: rgba(32, 70, 242, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-blue-90:before {
    background: rgba(32, 70, 242, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.counter::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: -120px;
}


/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
    /* navigation open and close btn hide for width screen */
    /* style for navigation less than 992px */
    /*navbar collaps less then 992px*/
}

    .site-header .navigation {
        background-color: #fff;
        margin-bottom: 0;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

        .site-header .navigation > .container {
            position: relative;
        }

        .site-header .navigation .navbar-brand {
            height: auto;
        }

@media (max-width: 767px) {
    .site-header .navigation .navbar-brand img {
        max-width: 120px;
    }
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    /*** mega-menu style ***/
}

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

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

        .site-header #navbar li {
            position: relative;
        }

        .site-header #navbar > ul > li > a {
            padding: 34px 12px;
        }

        .site-header #navbar > ul .sub-menu {
            background-color: #0d1e2d;
            width: 220px;
            position: absolute;
            left: 0;
            top: 130%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .site-header #navbar > ul > li .sub-menu li {
            border-bottom: 1px solid #132b41;
        }

        .site-header #navbar > ul > li .sub-menu a {
            font-size: 14px;
            font-size: 0.93333rem;
            color: #a7a7a7;
            display: block;
            padding: 10px 15px;
        }

            .site-header #navbar > ul > li .sub-menu a:hover {
                background-color: #dfb829;
                color: #fff;
            }

        .site-header #navbar > ul > li > .sub-menu .sub-menu {
            left: 110%;
            top: 0;
        }

        .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
            position: relative;
        }

            .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
                font-family: "FontAwesome";
                content: "\f105";
                font-size: 15px;
                font-size: 1rem;
                position: absolute;
                right: 15px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .site-header #navbar > ul > li:hover > .sub-menu {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }

        .site-header #navbar .sub-menu > li:hover > .sub-menu {
            left: 100%;
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.93333rem;
    }

    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }

        .site-header #navbar > ul .menu-item-has-children > a:before {
            font-family: "FontAwesome";
            content: "\f107";
            font-size: 15px;
            font-size: 1rem;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media screen and (min-width: 992px) {
    .site-header #navbar {
        /*** hover effect ***/
    }

        .site-header #navbar .has-mega-menu {
            position: static;
        }

        .site-header #navbar .mega-menu,
        .site-header #navbar .half-mega-menu {
            background-color: #fff;
            padding: 20px;
            border-top: 2px solid #dfb829;
            position: absolute;
            right: 0;
            top: 120%;
            z-index: 10;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

        .site-header #navbar .mega-menu {
            width: 1140px;
            right: 15px;
        }

        .site-header #navbar .half-mega-menu {
            width: 585px;
        }

        .site-header #navbar .mega-menu-box-title {
            font-size: 14px;
            font-size: 0.93333rem;
            text-transform: uppercase;
            font-weight: bold;
            display: block;
            padding-bottom: 7px;
            margin-bottom: 7px;
            border-bottom: 1px solid #e6e6e6;
        }

        .site-header #navbar .mega-menu-list-holder li a {
            font-size: 14px;
            font-size: 0.93333rem;
            display: block;
            padding: 7px 8px;
            margin-left: -8px;
        }

        .site-header #navbar .has-mega-menu:hover > ul {
            top: 100%;
            visibility: visible;
            opacity: 1;
        }
}

@media (max-width: 1199px) {
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar > ul .mega-menu,
    .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }

        .site-header #navbar > ul .mega-menu .row,
        .site-header #navbar > ul .half-mega-menu .row {
            margin: 0;
        }

    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.93333rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {
    .site-header {
        /* class for show hide navigation */
    }

        .site-header .container {
            width: 100%;
        }

        .site-header .navbar-header button {
            background-color: #dfb829;
            width: 40px;
            height: 40px;
            border: 0;
            padding: 5px 5px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
            outline: 0;
            position: absolute;
            right: 5px;
            top: 6px;
            z-index: 20;
        }

            .site-header .navbar-header button span {
                background-color: #fff;
                display: block;
                height: 4px;
                margin-bottom: 6px;
            }

                .site-header .navbar-header button span:last-child {
                    margin: 0;
                }

        .site-header #navbar {
            background: #fff;
            display: block !important;
            width: 280px;
            height: 100% !important;
            margin: 0;
            padding: 0;
            border-left: 1px solid #cccccc;
            border-right: 1px solid #cccccc;
            position: fixed;
            right: -300px;
            top: 0;
            z-index: 100;
        }

            .site-header #navbar ul a {
                color: #000;
            }

                .site-header #navbar ul a:hover,
                .site-header #navbar ul li.current a {
                    color: #dfb829;
                }

            .site-header #navbar .navbar-nav {
                height: 100%;
                overflow: auto;
            }

            .site-header #navbar .close-navbar {
                background-color: #dfb829;
                width: 35px;
                height: 35px;
                color: #fff;
                border: 0;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                outline: none;
                position: absolute;
                left: -18px;
                top: 10px;
                z-index: 20;
            }

            .site-header #navbar > ul > li {
                border-bottom: 1px solid #cccccc;
            }

                .site-header #navbar > ul > li > a {
                    padding: 10px 15px 10px 35px;
                }

        .site-header .slideInn {
            right: 0 !important;
        }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

        .site-header .navbar-collapse.collapse.in {
            display: block;
        }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

        .site-header .navbar-nav > li {
            float: none;
        }
}

/*****************************
	header style 1
*****************************/
.header-style-1 {
}

    .header-style-1 .topbar {
        background-color: #0d1e2d;
        padding: 15px 0;
    }

        .header-style-1 .topbar ul li {
            font-size: 14px;
            font-size: 0.93333rem;
            color: #989fa7;
        }

@media (max-width: 767px) {
    .header-style-1 .topbar ul li {
        font-size: 13px;
        font-size: 0.86667rem;
        margin-bottom: 6px;
    }
}

.header-style-1 .topbar li i {
    display: inline-block;
    padding-right: 5px;
}

.header-style-1 .topbar .contact-info ul {
    overflow: hidden;
    float: right;
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul {
        float: none;
    }
}

.header-style-1 .topbar .contact-info ul li {
    float: left;
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul li {
        float: none;
    }
}

.header-style-1 .topbar .contact-info ul > li + li {
    margin-left: 35px;
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul > li + li {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header-style-1 .topbar .contact-info ul > li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .header-style-1 .topbar {
        text-align: center;
    }

        .header-style-1 .topbar ul {
            display: inline-block;
        }
}

@media screen and (min-width: 992px) {
    .header-style-1 #navbar {
        margin-right: 0px;
    }

        .header-style-1 #navbar > ul > li > a {
            padding: 31px 20px;
            color: #242c33;
            position: relative;
            z-index: 10;
        }

            .header-style-1 #navbar > ul > li > a.active {
                color: #ffffff;
                font-size: 20px;
                font-weight: 600;
                /*padding: 27px 16px;*/
                padding: 16px 16px;
                background: rgb(61,199,123);
                background: -moz-linear-gradient(90deg, rgba(61,199,123,1) 0%, rgba(31,185,103,1) 100%);
                background: -webkit-linear-gradient(90deg, rgba(61,199,123,1) 0%, rgba(31,185,103,1) 100%);
                background: linear-gradient(90deg, rgba(61,199,123,1) 0%, rgba(31,185,103,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3dc77b",endColorstr="#1fb967",GradientType=1);
                box-shadow: 0 8px 12px -10px #333;
            }


            .header-style-1 #navbar > ul > li > a:after {
                content: "";
                background-color: #30c172;
                width: 90%;
                height: 5px;
                position: absolute;
                left: 50%;
                top: 85%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: -1;
                opacity: 0;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -ms-transition: all 0.3s;
                transition: all 0.3s;
                border-radius: 5px;
                box-shadow: 0px -2px 8px -2px #80319c, 0px -5px 10px -3px #80319c,0px -5px 10px -3px #80319c,0px -5px 10px -3px #80319c,0px -5px 10px -3px #80319c;
            }

            .header-style-1 #navbar > ul > li > a:hover:after {
                opacity: 1;
            }

            .header-style-1 #navbar > ul > li > a:hover {
                color: #242c33;
            }

    .btn_hover:hover {
        color: white !important;
        background: linear-gradient(90deg, rgb(193 75 232) 0%, rgb(129 49 155) 100%) !important;
    }
}

.header-style-1 .navbar-header button {
    top: 8px;
}

.header-style-1 .request-quote {
    background: #dfb829;
    background: -webkit-linear-gradient(top, #dfb829, #e04700);
    background: -moz-linear-gradient(top, #dfb829, #e04700);
    background: -o-linear-gradient(top, #dfb829, #e04700);
    background: -ms-linear-gradient(top, #dfb829, #e04700);
    background: -webkit-gradient(linear, left top, left bottom, from(#dfb829), to(#e04700));
    background: linear-gradient(top, #dfb829, #e04700);
    position: absolute;
    right: 0px;
    top: 0;
}

@media (max-width: 991px) {
    .header-style-1 .request-quote {
        display: none;
    }
}

.header-style-1 .request-quote a {
    color: #fff;
    padding: 19px 19px;
    display: inline-block;
}



.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-on {
    opacity: 1;
    top: 0;
}

/* Banner */

#home_banner .card-img-overlay {
    margin-top: 110px;
}

/***************************
		our-service
***************************/
.our-service .feature-box-01 {
    padding: 50px 40px;
}
/*.our-service .service-block {  margin: 5px; }*/
.our-service .top-service .service-block {
    margin-top: 0px;
}

.our-service .bottom-service .service-block {
    margin-bottom: 0px;
}

.our-service .services-info {
    padding: 55px 15px 15px;
}

.our-service h3 {
    line-height: 44px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0px;
    padding-left: 10px;
}

.our-services .feature-box-01 span {
    font-size: 32px;
}

.feature-box-01 .feature-box-button {
    opacity: 0;
    margin-top: 10px;
}

    .feature-box-01 .feature-box-button .button.arrow {
        color: #aaaaaa;
    }

        .feature-box-01 .feature-box-button .button.arrow:hover {
            color: #81319b;
        }

.feature-box-01 .feature-box-button {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.feature-box-01:hover .feature-box-button {
    opacity: 1;
}

/***************************
		 List Mark
***************************/

/*list-style*/
.list-style-1 li i {
    padding-right: 10px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/* List right */
ul.list-mark li {
    list-style-type: none;
    padding-left: 25px;
    position: relative;
}

    ul.list-mark li:after {
        content: "\f00c";
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 0;
        color: #81319b;
    }

/* List checkbox */
ul.list-style-right li {
    list-style-type: none;
    position: relative;
    font-weight: bold;
    color: #353535;
    font-size: 16px;
}

    ul.list-style-right li i {
        color: #81319b;
        padding-right: 15px;
    }

/*list-style-icon*/
ul.list-style-icon li span {
    color: #81319b;
    padding-right: 15px;
}

/*************************
		 welcome
*************************/
.welcome-01 h3 {
    line-height: 36px;
}

.welcome-01 .button {
    margin: 0 4px;
}

.welcome-02 .welcome-02-top {
    margin-top: -170px;
}

.welcome-02 .welcome-02-content {
    padding: 80px 50px;
}

/***************************
		  Accordion
***************************/
.accordion .acd-group .acd-heading:before {
    font-family: fontawesome;
}

.accordion .acd-group .acd-heading:before {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 20px;
    display: block;
    padding: 3px 6px 2px;
    content: "\f105";
    font-size: 22px;
    line-height: 38px;
}

.accordion .acd-group > .acd-heading > span {
    margin-right: 15px;
}

.accordion .acd-heading {
    position: relative;
    padding: 20px 30px;
    color: #353535;
    line-height: normal;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 20px;
    display: block;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    border-radius: 90px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.acd-des {
    padding: 0 40px 20px;
}

.accordion .acd-group.acd-active .acd-heading {
    color: #fff;
    background: #81319b;
}

    .accordion .acd-group.acd-active .acd-heading:before {
        content: "\f107";
    }

    .accordion .acd-group.acd-active .acd-heading span {
        color: #fff;
    }

/* Accordion Simple */
.accordion.simple .acd-group .acd-heading {
    background: none;
    box-shadow: none;
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    text-transform: inherit;
    font-weight: 700;
    padding: 20px 30px 0;
}

.accordion.simple .acd-group.acd-active .acd-heading {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.accordion.simple .acd-group .acd-heading::before {
    display: none;
}

.accordion.simple .acd-group .acd-des {
    padding: 0 30px 20px;
    color: #fff;
}

/* Accordion Simple black*/
.accordion.simple.black .acd-group .acd-heading {
    color: #353535;
}

.accordion.simple.black .acd-group.acd-active .acd-heading {
    color: #81319b;
}

.accordion.simple.black .acd-group .acd-des {
    color: #353535;
}

/* Accordion Icon */
.accordion.icon .acd-group .acd-heading:before {
    display: none;
}

.accordion.icon .acd-heading {
    background: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
}

    .accordion.icon .acd-heading span {
        display: inline-block;
        color: #81319b;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        text-align: center;
        background-color: #fff;
        border-radius: 90px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }

.accordion.icon .acd-group.acd-active .acd-heading {
    background: none;
    color: #81319b;
    margin-bottom: 0px;
}

    .accordion.icon .acd-group.acd-active .acd-heading span {
        color: #fff;
        background: #81319b;
    }

.accordion.icon .acd-des {
    padding: 0 0 20px 70px;
}

.faq .accordion .acd-heading {
    margin-bottom: 20px;
}

.faq .accordion .acd-des {
    padding: 0 40px 40px;
}

.faq .accordion .acd-heading i {
    margin-right: 10px;
}

/***************************
	     Our Pricing
***************************/
.pricing-packages .pricing {
    margin: 0 20px;
}

.pricing {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    position: relative;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}

    .pricing .pricing-prize h2, .pricing .pricing-title h5, .pricing .pricing-title span {
        transition: 0.5s ease-in-out;
        -webkit-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
    }

    .pricing .pricing-title .section-title {
        margin-bottom: 0px;
    }

    .pricing .pricing-title span {
        font-size: 14px;
        display: block;
        text-transform: none;
        font-weight: normal;
    }

    .pricing .pricing-title h5 {
        font-weight: 700;
    }

    .pricing .pricing-prize h2 span {
        font-size: 14px;
        display: inline-block;
        padding-right: 5px;
    }

    .pricing .pricing-list ul {
        margin-top: 15px;
    }

        .pricing .pricing-list ul li {
            list-style-type: none;
            font-family: 'Poppins', sans-serif;
            line-height: 36px;
        }

    .pricing:hover {
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    }

    /* Our Pricing hover */
    .pricing.active .pricing-title h5 {
        color: #81319b;
    }

    .pricing.active .pricing-prize h2 {
        color: #81319b;
    }

/***************************
		about-section
***************************/
.about-section {
    overflow: hidden;
}

    .about-section .counter span {
        font-size: 30px;
    }

    .about-section .counter .counter-block h6 {
        font-size: 14px;
        text-transform: inherit;
    }

/***************************
		Newsletter
***************************/
.newsletter {
    background: #353535 url(../images/bg-element/02.png);
    position: relative;
}

    .newsletter .form-group {
        width: 100%;
    }

    .newsletter .form-control {
        box-shadow: none;
        background: #fff;
        width: 100%;
    }

        .newsletter .form-control:focus {
            border: 1px solid transparent;
            box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
        }

    .newsletter .button {
        padding: 11px 30px;
    }

        .newsletter .button:hover {
            background: #ffffff;
            color: #81319b;
            border-color: #ffffff;
        }

    .newsletter.blue-bg {
        background: #81319b;
        position: relative;
        z-index: 1;
        padding-top: 50px;
    }

        .newsletter.blue-bg:before {
            background: url(../images/bg-element/03.png) no-repeat 0 0;
            background-size: 100%;
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            top: -120px;
        }

/***************************
	       Footer
***************************/
.footer {
    background: #81319b;
    color: #fff;
    padding: 80px 0 0;
}

    .footer h5, .footer h6 {
        color: #fff;
    }

    /*footer topbar*/
    .footer.footer-topbar img {
        height: 90px;
    }

    .footer .footer-nav {
        margin-top: 8px;
    }

        .footer .footer-nav ul li {
            display: inline-block;
        }

            .footer .footer-nav ul li a {
                text-transform: uppercase;
                font-weight: normal;
                font-family: 'Poppins', sans-serif;
                color: #fff;
                margin: 0 5px;
            }

                .footer .footer-nav ul li a:hover {
                    color: rgba(255, 255, 255, 0.65);
                }

    .footer.footer-topbar .top {
        margin-bottom: 40px;
    }

    .footer.footer-topbar hr {
        margin-bottom: 40px;
        border-color: #4d6bf5;
    }

    .footer.footer-topbar .social {
        float: right;
    }

    .footer .social ul {
        background: #ffffff;
        display: inline-block;
        border-radius: 30px;
        padding: 0px 10px;
    }

        .footer .social ul li {
            display: inline-block;
        }

            .footer .social ul li a {
                display: block;
                padding: 0px;
                text-align: center;
                display: inline-block;
                text-align: center;
            }

                .footer .social ul li a i {
                    font-size: 14px;
                    width: 45px;
                    height: 45px;
                    line-height: 45px;
                    text-align: center;
                    background: transparent;
                    color: #81319b;
                    display: inline-block;
                    float: none;
                }

                    .footer .social ul li a i:hover {
                        color: #353535;
                    }

    .footer .usefull-link ul li {
        display: block;
        border-bottom: 0px;
        line-height: 24px;
        padding: 5px 0;
    }

        .footer .usefull-link ul li a i {
            padding-right: 10px;
        }

        .footer .usefull-link ul li a {
            color: #fff;
        }

            .footer .usefull-link ul li a:hover {
                color: rgba(255, 255, 255, 0.65);
            }

.contact-box .contact-icon {
    display: table-cell;
    padding-right: 20px;
}

    .contact-box .contact-icon i {
        background: transparent;
        line-height: normal;
        font-size: 34px;
    }

.contact-box .contact-info {
    display: table-cell;
    vertical-align: top;
}

/*footer bottom*/
.footer .copyright {
    background: rgba(18, 57, 231, 1);
    padding: 8px 0px;
}

    .footer .copyright ul li a {
        color: #fff;
        text-transform: capitalize;
    }

        .footer .copyright ul li a:hover {
            color: rgba(255, 255, 255, 0.65);
        }

/* Footer light */
.footer.light {
    background: #fff;
    color: #353535;
    position: relative;
}

    .footer.light h6 {
        color: #81319b;
    }

    /*footer light topbar*/
    .footer.light .footer-nav ul li a {
        color: #353535;
    }

        .footer.light .footer-nav ul li a:hover {
            color: #81319b;
        }

.footer.footer-topbar hr {
    border-color: #d9d9d9;
}

.footer.light .social ul {
    background: #f6f7f8;
}

    .footer.light .social ul li a i {
        color: #353535;
    }

        .footer.light .social ul li a i:hover {
            color: #81319b;
        }

.footer.light .usefull-link ul li a {
    color: #353535;
}

    .footer.light .usefull-link ul li a:hover {
        color: #81319b;
    }

.footer.light .footer-contact {
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    margin-top: -180px;
    padding: 40px 0;
}

.footer.light .contact-box {
    text-align: center;
}

    .footer.light .contact-box .contact-icon {
        display: block;
        padding-right: 0;
        color: #81319b;
    }

    .footer.light .contact-box .contact-info {
        display: block;
    }

        .footer.light .contact-box .contact-info .section-title {
            margin-bottom: 0px;
        }

        .footer.light .contact-box .contact-info h5 {
            color: #353535;
        }

/*footer light bottom*/
.footer.light .copyright {
    background: #f6f7f8;
}

    .footer.light .copyright ul li a {
        color: #353535;
    }

        .footer.light .copyright ul li a:hover {
            color: #4d6bf5;
        }

/* Footer dark */
div#main {
    z-index: 1;
    position: relative;
}

/*Footer dark topbar*/
.footer-dark {
    padding: 70px 0px 0px;
}

.footer-dark {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

    .footer-dark .footer-logo img {
        height: 50px;
    }

    .footer-dark .addresss-icon {
        float: left;
        font-size: 24px;
        margin-right: 20px;
    }

    .footer-dark .addresss-info {
        display: table-cell;
        vertical-align: middle;
    }

        .footer-dark .addresss-info h6 {
            text-transform: inherit;
            font-weight: normal;
            font-family: 'Poppins', sans-serif;
        }

    .footer-dark .footer-nav {
        margin-top: 8px;
    }

        .footer-dark .footer-nav ul li {
            display: block;
            margin-bottom: 10px;
        }

            .footer-dark .footer-nav ul li a {
                color: #aaaaaa;
            }

                .footer-dark .footer-nav ul li a:hover {
                    color: #fff;
                }

                .footer-dark .footer-nav ul li a i {
                    padding-right: 10px;
                }

.footer.footer-topbar hr {
    border-color: rgba(0, 0, 0, 0.1);
}

/*Footer form*/
.form.white .form-control {
    box-shadow: none;
    border: 1px solid transparent;
    background: #252525;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

    .form.white .form-control:focus {
        background: transparent;
        border: 1px solid #252525;
    }

.form.white .form-group {
    margin-bottom: 20px;
}

.form.white .button:hover {
    color: #81319b;
    background: #ffffff;
    border-color: #ffffff;
}

/*footer bottom*/
.footer-dark .copyright {
    background: #222528;
    padding: 30px 0 20px;
}

    .footer-dark .copyright ul li a {
        color: #aaaaaa;
        text-transform: capitalize;
    }

        .footer-dark .copyright ul li a:hover {
            color: #fff;
        }

/* Footer BG */
.footer.footer-bg h6 {
    color: #fff;
}

.contact-box.top .section-title {
    margin-bottom: 0px;
}

.footer.footer-bg.footer-topbar .top {
    margin-top: 60px;
}

.footer.footer-bg .footer-nav ul li a:hover {
    color: #81319b;
}

.footer.footer-bg .usefull-link ul li a:hover {
    color: #81319b;
}

.footer.footer-bg .social ul li a i {
    color: #353535;
}

    .footer.footer-bg .social ul li a i:hover {
        color: #81319b;
    }

/*footer BG bottom*/
.footer.footer-bg .copyright {
    background: transparent;
    border-top: 1px solid #2b2621;
}

.footer .copyright ul li a:hover {
    color: rgba(255, 255, 255, 0.65);
}

/***************************
		  Feature
***************************/

/*Feature 01 icon*/
.feature-box-01 .feature-box-icon i {
    font-size: 36px;
}

/*Feature round*/
.feature-box-01.round {
    padding: 0 20px;
}

    .feature-box-01.round .feature-box-img {
        display: inline-block;
        background: #ffffff;
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
        width: 160px;
        height: 160px;
        border-radius: 90px;
        text-align: center;
        line-height: 180px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }

        .feature-box-01.round .feature-box-img img {
            display: inline-block;
        }

    .feature-box-01.round:hover .feature-box-img {
        box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
    }

/*Feature shadow*/
.feature-box-01.box-shadow .feature-box-img {
    display: inline-block;
    width: 160px;
    height: 160px;
    border-radius: 90px;
    text-align: center;
    line-height: 160px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

/*Feature 03*/
.feature-box-02 .icon {
    float: left;
    border-radius: 90px;
    height: 60px;
    width: 60px;
    line-height: 68px;
    text-align: center;
    margin-right: 20px;
    background: #81319b;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

    .feature-box-02 .icon i {
        font-size: 24px;
    }

    .feature-box-02 .icon span {
        font-size: 30px;
    }

.feature-box-02 .info {
    display: table-cell;
}

.feature-box-02.right .icon {
    float: right;
    border-radius: 90px;
    margin-left: 20px;
    height: 60px;
    width: 60px;
    line-height: 68px;
    text-align: center;
    margin-right: 0px;
}

.feature-box-02:hover .icon {
    background: #353535;
}

.feature-box-02.image .icon {
    background: transparent;
}

/*feature box 03*/
.feature-box-03 {
    padding: 80px 50px;
    position: relative;
    z-index: 9;
}

.feature-box-03-bg-1 {
    background: #81319b;
}

.feature-box-03-bg-2 {
    background: #123aeb;
}

.feature-box-03-bg-3 {
    background: #0d32d9;
}

.feature-box-03 i {
    font-size: 50px;
}

.service-block .feature-box-02 {
    display: inline-block;
}

    .service-block .feature-box-02 .info {
        display: table;
    }

.service-block.media .feature-box-02 .icon {
    width: 20px;
}

.service-block .feature-box-02 .icon span {
    font-size: 20px;
}

/*feature-box-04*/
.feature-box-04 .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #ffffff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

    .feature-box-04 .icon img {
        display: inline-block;
        width: 40%;
    }

/* feature-main */
.feature-main .no-gutter > [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}

.feature-main h4 {
    line-height: 36px;
    text-transform: inherit;
}

.sec-relative {
    position: relative;
}

    .sec-relative .side-content-image {
        position: absolute;
        right: 0;
        bottom: 0;
    }

/*************************************
    service-quality-block (home 3)
*************************************/
.service-quality-block {
    position: relative;
}

    .service-quality-block .feature-box-04 {
        position: absolute;
    }

    .service-quality-block .feature-01 {
        bottom: 7%;
        left: 5%;
    }

    .service-quality-block .feature-02 {
        bottom: 48%;
        left: 12%;
    }

    .service-quality-block .feature-03 {
        bottom: 76%;
        left: 30%;
    }

    .service-quality-block .feature-04 {
        bottom: 7%;
        right: 5%;
    }

    .service-quality-block .feature-05 {
        bottom: 48%;
        ;
        right: 12%;
    }

    .service-quality-block .feature-06 {
        bottom: 76%;
        right: 30%;
    }

/***************************
		our-story
***************************/
.our-story-content {
    padding: 80px;
}

    .our-story-content span {
        font-size: 20px;
        display: inline-block;
        width: 100%;
        line-height: 33px;
    }

.our-story .play-video a {
    color: #ffffff;
    font-size: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    padding-left: 10px;
}

    .our-story .play-video a:hover {
        border-color: #81319b;
        background: #81319b;
    }

/***************************
       Testimonial
***************************/
.testimonial .testimonial-bg {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
}

    .testimonial .testimonial-bg .owl-carousel .owl-nav {
        opacity: 1;
        top: inherit;
        bottom: 80px;
    }

        .testimonial .testimonial-bg .owl-carousel .owl-nav .owl-next {
            right: 43%;
        }

        .testimonial .testimonial-bg .owl-carousel .owl-nav .owl-prev {
            left: 43%;
        }

    .testimonial .testimonial-bg .testimonial-bg-inner {
        background: #ffffff;
        border-radius: 25px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        width: 100%;
        margin-top: -10px;
    }

.testimonial-01 {
    padding: 50px 80px 100px;
    position: relative;
}

    .testimonial-01:before {
        position: absolute;
        content: "\f10d";
        font-size: 110px;
        color: #f7f7f7;
        top: 50px;
        left: 30px;
        font-family: fontawesome;
    }

    .testimonial-01:after {
        position: absolute;
        content: "\f10e";
        font-size: 110px;
        color: #f7f7f7;
        bottom: 40px;
        right: 30px;
        font-family: fontawesome;
    }

    .testimonial-01 .testimonial-avtar {
        width: 90px;
        background: #f5f6f7;
        border-radius: 25px;
        display: inline-block;
        text-align: center;
    }

        .testimonial-01 .testimonial-avtar img {
            display: inline-block;
            border-radius: 25px;
        }

    .testimonial-01 h5 span {
        display: block;
        font-size: 14px;
        text-transform: capitalize;
    }

    .testimonial-01 p {
        font-style: italic;
        font-size: 15px;
    }

/*feature box 03*/
.testimonial-02 .testimonial-bg {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding-bottom: 0px;
}

.testimonial-02 .testimonial-block:before, .testimonial-02 .testimonial-block:after {
    display: none;
}

.testimonial-02 .testimonial-block {
    border-radius: 0px;
    padding: 30px;
}

    .testimonial-02 .testimonial-block .testimonial-avtar {
        width: 100px;
        height: 100px;
        background: #f5f6f7;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
    }

        .testimonial-02 .testimonial-block .testimonial-avtar img {
            border-radius: 50%;
        }

    .testimonial-02 .testimonial-block p {
        font-style: italic;
    }

.testimonial-02 .testimonial-title {
    position: relative;
    padding: 80px 30px 0;
    height: 100%;
    z-index: 9;
}

    .testimonial-02 .testimonial-title h3 {
        line-height: 40px;
    }

    .testimonial-02 .testimonial-title:before {
        position: absolute;
        content: "\f10d";
        font-size: 110px;
        color: rgba(0, 0, 0, 0.20);
        top: 50px;
        left: 30px;
        font-family: fontawesome;
        z-index: -1;
    }

    .testimonial-02 .testimonial-title:after {
        position: absolute;
        content: "\f10e";
        font-size: 110px;
        color: rgba(0, 0, 0, 0.20);
        bottom: 50px;
        right: 30px;
        font-family: fontawesome;
        z-index: -1;
    }

.testimonial-02 .testimonial-bg .owl-carousel .owl-nav {
    opacity: 1;
    top: inherit;
    top: 15%;
    bottom: inherit;
}

    .testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-next {
        right: 20%;
    }

    .testimonial-02 .testimonial-bg .owl-carousel .owl-nav .owl-prev {
        left: 20%;
    }

.testimonial-02 .testimonial-bg .owl-carousel:hover .owl-nav .owl-prev {
    left: 20%;
}

.testimonial-02 .testimonial-bg .owl-carousel:hover .owl-nav .owl-next {
    right: 20%;
}

/***************************
         Feedback
***************************/
.testimonial-03 {
    position: relative;
    background: #f6f7f8;
    padding: 20px 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 65px;
    border-radius: 25px;
}

    .testimonial-03:before {
        position: absolute;
        content: "";
        bottom: -20px;
        left: 50px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 0;
        border-color: #f6f7f8 transparent transparent transparent;
    }

    .testimonial-03 .testimonial-avatar {
        float: left;
        height: 115px;
        width: 115px;
        display: inline-block;
        margin-right: 20px;
    }

        .testimonial-03 .testimonial-avatar img {
            border-radius: 90px;
        }

    .testimonial-03 .testimonial-info {
        display: table-cell;
        vertical-align: middle;
    }

        .testimonial-03 .testimonial-info h6 {
            position: absolute;
            content: "";
            bottom: -70px;
            left: 50px;
        }

            .testimonial-03 .testimonial-info h6 span {
                display: block;
                font-family: 'Poppins', sans-serif;
                color: #aaaaaa;
                font-size: 14px;
            }

.service-contact .owl-carousel .owl-controls .owl-dot {
    margin-top: 0;
}

/***************************
          Counter
***************************/
.counter b {
    font-size: 30px;
    display: block;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin: 10px 0px;
}

.counter span {
    font-size: 40px;
    color: #ffffff;
}

/*.counter.light*/
.counter.light b, .counter.light h6 {
    color: #353535;
}

.counter.light span {
    color: #81319b;
}

/***************************
        our clients
***************************/
.our-clients.blue-bg {
    padding: 60px 0 170px;
}

/***************************
        case-studies 
***************************/
.case-studies.bottom-padding {
    padding-bottom: 230px;
}

.studies-entry .entry-detail {
    background: #ffffff;
    padding: 25px 20px;
    border: 1px solid #e0e0e0;
    border-top: 0px;
}

.studies-entry .entry-content a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #353535;
}

    .studies-entry .entry-content a:hover {
        color: #81319b;
    }

.studies-entry .entry-tag {
    display: inline-block;
}

    .studies-entry .entry-tag li {
        line-height: 14px;
    }

        .studies-entry .entry-tag li a {
            font-size: 14px;
            font-weight: 600;
            color: #353535;
        }

            .studies-entry .entry-tag li a:hover {
                color: #81319b;
            }

.studies-entry .entry-like span {
    font-weight: 600;
}

.studies-entry .entry-image {
    position: relative;
    overflow: hidden;
}

    .studies-entry .entry-image .entry-overlay {
        background: rgba(32, 70, 242, 0.8);
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: 9;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

        .studies-entry .entry-image .entry-overlay a {
            font-size: 30px;
            color: #fff;
            text-align: center;
            left: 50%;
            top: 50%;
            padding-left: -25px;
            padding-top: -20px;
            position: absolute;
        }

.studies-entry:hover .entry-image .entry-overlay {
    opacity: 1;
}

/*studies single */
.single .single-info a {
    padding: 10px 30px;
}

.single-navigation {
    margin: 50px 0px 0px;
    display: block;
}

.navigation-next img {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
}

.navigation-next span {
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.navigation-next .port-arrow {
    float: left;
}

.port-arrow {
    width: 40px;
    text-align: center;
    background: #f6f7f8;
    display: inline-block;
}

    .port-arrow i {
        text-align: center;
        font-size: 25px;
        line-height: 90px;
    }

.navigation-next a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #353535;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

.navigation-next:hover span {
    color: #81319b;
}

.navigation-previous img {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
}

.navigation-previous span {
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.navigation-previous .port-arrow {
    float: right;
}

.navigation-previous a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #353535;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

.navigation-previous:hover span {
    color: #81319b;
}

/**********************************
          Isotope filters
**********************************/
.isotope-filters {
    display: table;
    margin: 0 auto 40px;
    text-align: center;
}

    .isotope-filters button {
        padding: 10px 35px;
        background: #f6f7f8;
        color: #aaaaaa;
        border-radius: 30px;
        margin: 0 4px;
        border: 0px;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

        .isotope-filters button:focus {
            outline: none;
            outline-style: none;
            outline-offset: 0;
        }

        .isotope-filters button.active, .isotope-filters button:hover {
            color: #ffffff;
            background: #81319b;
        }

.case-studies .isotope.column-3 .grid-item {
    width: 33.333%;
    padding: 15px;
}

/***************************
          skills
***************************/
.skill {
    width: 100%;
    height: 8px;
    margin: 40px 0 20px 0;
    background-color: #e3e3e3;
    border-radius: 30px;
}

    .skill:not(:first-child) {
        margin-top: 60px;
    }

.skill-bar {
    height: 100%;
    padding: 0px;
    background: #81319b;
    box-shadow: none;
    border-radius: 30px;
}

.progress-title {
    color: #353535;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    text-align: left;
    margin-left: 0;
    margin-top: -20px;
}

    .progress-title > i {
        margin-right: 8px;
    }

.skill-bar .progress-number,
.skill-bar .progress-type {
    color: #353535;
    float: right;
    margin-top: -18px;
    position: relative;
    top: -10px;
    font-size: 15px;
    font-weight: 600;
}

/***************************
           TEAM
***************************/
.team {
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    .team:before {
        background: rgba(32, 70, 242, 0.9);
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: 8;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .team .team-description {
        left: 0;
        margin-top: -20px;
        position: absolute;
        top: -10%;
        width: 100%;
        color: #fff;
        opacity: 0;
        z-index: 9;
    }

        .team .team-description h6 {
            color: #fff;
        }

    .team .team-social {
        left: 0;
        position: absolute;
        bottom: -10%;
        width: 100%;
        opacity: 0;
        z-index: 9;
    }

        .team .team-social ul {
            border: 2px solid #fff;
            display: inline-block;
            border-radius: 30px;
            padding: 0px 10px;
        }

            .team .team-social ul li {
                display: inline-block;
            }

                .team .team-social ul li a {
                    color: #ffffff;
                }

                    .team .team-social ul li a:hover {
                        color: #353535;
                    }

                    .team .team-social ul li a i {
                        font-size: 16px;
                        width: 45px;
                        height: 45px;
                        line-height: 45px;
                        text-align: center;
                        background: transparent;
                        display: inline-block;
                        float: none;
                    }

                        .team .team-social ul li a i:hover {
                            color: #000;
                        }

    .team:hover:before {
        opacity: 1;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .team:hover .team-description {
        top: 38%;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        opacity: 1;
    }

    .team:hover .team-social {
        opacity: 1;
        bottom: 33%;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    /*TEAM 02*/
    .team.team-2 .team-images {
        text-align: center;
    }

        .team.team-2 .team-images img {
            display: inline-block;
        }

    .team.team-2 .team-description {
        background: #81319b;
        top: inherit;
        padding: 30px 30px 0;
        bottom: -88px;
    }

    .team.team-2 .team-social {
        background: #81319b;
        text-align: center;
        padding: 0 30px 30px;
        bottom: -148px;
        display: inline-block;
    }

        .team.team-2 .team-social ul {
            border: none;
            display: inline-block;
            border-radius: 0px;
            padding: 0px;
        }

            .team.team-2 .team-social ul li a i {
                height: auto;
                line-height: normal;
            }

    /*Team 02 hover*/
    .team.team-2:before {
        display: none;
    }

    .team.team-2:hover .team-description {
        bottom: 60px;
    }

    .team.team-2:hover .team-social {
        bottom: 0;
    }

/***************************
          About 1
***************************/
.intro-title .intro-content {
    position: relative;
}

    .intro-title .intro-content .intro-name {
        padding: 100px 500px 100px 0px;
        position: relative;
        z-index: 9;
    }

    .intro-title .intro-content .intro-img {
        position: absolute;
        bottom: 0px;
        height: auto;
        right: 0px;
        max-height: 268px;
    }

.intro-title.dark .intro-content .intro-name {
    padding: 100px 0px;
}

.intro-title .breadcrumb {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

    .intro-title .breadcrumb li.active {
        color: #ffffff;
    }

    .intro-title .breadcrumb li a {
        color: #ffffff;
    }

    .intro-title .breadcrumb > li + li::before {
        font-family: fontawesome;
        content: "\f101";
        padding: 0 8px;
        color: #ffffff;
    }

.intro-title.small .intro-content .intro-name {
    padding: 40px 0px 30px;
}

.intro-title.small .breadcrumb li a {
    color: #353535;
}

.intro-title.small .breadcrumb li.active {
    color: #353535;
}

.intro-title.small .breadcrumb > li + li::before {
    color: #353535;
}

/***************************
         Contact us
***************************/
.touch-in {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    padding: 60px 0; /* display:-webkit-inline-box;*/
    width: 100%;
}

    .touch-in .contact-box {
        text-align: center;
    }

        .touch-in .contact-box .contact-info {
            display: block;
        }

            .touch-in .contact-box .contact-info .section-title {
                margin-bottom: 0px;
            }

        .touch-in .contact-box .contact-icon {
            display: block;
            margin-bottom: 10px;
            padding-right: 0;
        }

/*Contact Form*/
.gray-form .form-control {
    box-shadow: none;
    border: 1px solid #f5f5f5;
    background: #f5f6f7;
    width: 100%;
    font-size: 14px;
}

    .gray-form .form-control:focus {
        background: #ffffff;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

.gray-form .form-group {
    margin-bottom: 20px;
}

.gray-form .button {
    margin-right: 20px;
}

textarea.form-control {
    resize: vertical;
}

/*Contact map*/
.contact-map {
    height: 400px;
}

    .contact-map .container-fluid {
        padding: 0px;
    }

        .contact-map .container-fluid iframe {
            border: 0px;
            width: 100%;
            height: 400px;
        }

/*********************************
        Team single page
*********************************/
.social-icon li {
    display: inline-block;
}

    .social-icon li a {
        display: block;
        padding: 0px;
        text-align: center;
        display: inline-block;
        text-align: center;
    }

    .social-icon li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #81319b;
        border-radius: 50%;
        background: #ffffff;
        display: inline-block;
        float: none;
        margin-right: 2px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }

        .social-icon li a:hover {
            background: #81319b;
            color: #ffffff;
        }

/*customer-sport*/
.customer-sport {
    padding: 50px 0px;
}

/***************************
         404 Page
***************************/
.error-info {
    padding: 0 50px;
}

    .error-info .button.black {
        margin-left: 15px;
    }

/***************************
        Pricing 01
***************************/
.pricing.pricing-01 .pricing-title .section-title {
    position: relative;
}

.pricing.pricing-01 .pricing-title {
    position: relative;
}

    .pricing.pricing-01 .pricing-title:before {
        position: absolute;
        top: -50px;
        left: 0px;
        content: "";
        width: 100%;
        height: 71%;
        background: #f6f7f8;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .pricing.pricing-01 .pricing-title .pricing-img {
        background: #fff;
        display: inline-block;
        margin-top: 10px;
        width: 106px;
        border-radius: 95px;
        position: relative;
        height: 106px;
        line-height: 106px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }

    .pricing.pricing-01 .pricing-title .pricing-prize {
        margin-top: 20px;
    }

/*Pricing 01 hover*/
.pricing.pricing-01:hover .pricing-title:before {
    background: #81319b;
}

.pricing.pricing-01:hover .pricing-title .section-title h5, .pricing.pricing-01:hover .pricing-title .section-title span {
    color: #fff;
}

.pricing.pricing-01:hover .pricing-prize h2 {
    color: #81319b;
}

/*Pricing 01 active*/
.pricing.pricing-01.active .pricing-title:before {
    background: #229b55;
}

.pricing.pricing-01.active .pricing-title .section-title h5, .pricing.pricing-01.active .pricing-title .section-title span {
    color: #fff;
}

.pricing.pricing-01.active .pricing-prize h2 {
    color: #81319b;
}

/***************************
         Our Client
***************************/
.clients-box {
    background: #555555;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.clients-photo {
    position: relative;
    margin-right: 20px;
    width: 200px;
    height: 200px;
    float: left;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .clients-photo img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.clients-info {
    display: table;
}

    .clients-info a.button {
        color: #fff;
    }

/*Our Client hover*/
.clients-box:hover {
    background: #81319b;
}

.clients-info a.button:hover {
    color: #fff;
}

/***************************
	     login 
***************************/
.login-form .login-social ul {
    display: block;
    margin-top: 20px;
}

    .login-form .login-social ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

        .login-form .login-social ul li a {
            padding: 10px 20px;
            border: 1px solid #f6f6f6;
            color: #81319b;
            display: inline-block;
            width: 100%;
            border-radius: 30px;
        }

            .login-form .login-social ul li a i {
                padding-right: 15px;
            }

            .login-form .login-social ul li a.fb {
                background: #4c70ad;
                color: #ffffff;
                border-color: #4c70ad;
            }

            .login-form .login-social ul li a.twitter {
                background: #25b6e6;
                color: #ffffff;
                border-color: #25b6e6;
            }

            .login-form .login-social ul li a.pinterest {
                background: #dd4b39;
                color: #ffffff;
                border-color: #dd4b39;
            }

            .login-form .login-social ul li a:hover {
                background: #353535;
                border-color: #353535;
            }

/***************************
	     Register 
***************************/
.gray-form label {
    color: #353535;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px;
}

.gray-form > label {
    display: block;
}

.gray-form .field-widget {
    position: relative;
}

    .gray-form .field-widget .form-control {
        padding-left: 130px;
    }

    .gray-form .field-widget .tag {
        background: #e9e9e9;
        color: #aaaaaa;
        height: 50px;
        left: 0;
        line-height: 50px;
        margin: 0px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 120px;
        -moz-border-radius-topleft: 90px;
        -webkit-border-top-left-radius: 90px;
        border-top-left-radius: 90px;
        -moz-border-radius-bottomleft: 90px;
        -webkit-border-bottom-left-radius: 90px;
        border-bottom-left-radius: 90px;
    }

/***************************
	       TAB 
***************************/
.nav.nav-tabs {
    border: none;
    text-align: center;
    margin-bottom: 30px;
}

    .nav.nav-tabs li {
        margin-bottom: 0px;
        float: none;
        display: inline-block;
    }

        .nav.nav-tabs li a {
            border: none;
            line-height: normal;
            margin-right: 10px;
            border-radius: 90px;
            padding: 12px 30px;
            background: #f6f7f8;
            color: #353535;
        }

    .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li a.active {
        border: none;
        background: #81319b;
        color: #fff;
    }

    /*TAB-Round*/
    .nav.nav-tabs.round {
        margin-bottom: 50px;
    }

        .nav.nav-tabs.round li a {
            width: 100px;
            height: 100px;
            display: block;
            line-height: 58px;
            border-radius: 0px;
            font-size: 26px;
            padding: 20px;
        }

    /*simple*/
    .nav.nav-tabs.simple {
        margin-top: 60px;
        text-align: left;
    }

    .nav.nav-tabs.simple {
        border-bottom: 1px solid #e0e0e0;
    }

        .nav.nav-tabs.simple li a {
            border-radius: 0px;
            margin-right: 0px;
        }

/***************************
	    	blog 
***************************/
.blog-entry {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

    .blog-entry .blog-detail {
        background: #f6f7f8;
        padding: 25px 20px;
    }

    .blog-entry:hover {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

.blog-left-main {
    padding: 60px 40px 0;
}

.blog-entry.blog-left .blog-detail {
    border: 0px;
}

.blog-entry.blog-left {
    margin-top: 30px;
}

    .blog-entry.blog-left:hover {
        box-shadow: none;
    }

    .blog-entry.blog-left .entry-image {
        display: table-cell;
        vertical-align: top;
        width: 100px;
        height: 100px;
    }

        .blog-entry.blog-left .entry-image img {
            border-radius: 50%;
        }

    .blog-entry.blog-left .blog-detail {
        display: table-cell;
        background: none;
        padding: 0 0 0 30px;
    }

    .blog-entry.blog-left .entry-meta ul li a i, .blog-entry.blog-left .entry-meta ul li a {
        color: #fff;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

        .blog-entry.blog-left .entry-meta ul li a:hover i, .blog-entry.blog-left .entry-meta ul li a:hover {
            color: rgba(255, 255, 255, 0.65);
        }

    .blog-entry.blog-left .blog-detail .entry-title a {
        color: #ffffff;
    }

        .blog-entry.blog-left .blog-detail .entry-title a:hover {
            color: rgba(255, 255, 255, 0.65);
        }

.blog-left-main .owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.blog-left-main .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.blog-left-main .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

/*blog-page*/
.blog-entry .blog-detail {
    background: #f6f7f8;
    padding: 30px;
    border-top: 0px;
}

.blog-page .blog-entry .blog-detail {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.blog-page .blog-entry:hover .blog-detail {
    background: #fff;
}

.blog-page .blog-entry.blockquote:hover .blog-detail {
    background: transparent;
}

.blog-entry .blog-detail .entry-title a {
    font-size: 20px;
    font-weight: 40;
    line-height: 24px;
    color: #353535;
}

    .blog-entry .blog-detail .entry-title a:hover {
        color: #81319b;
    }

.blog-entry .entry-meta ul li {
    display: inline-block;
    margin-right: 12px;
}

    .blog-entry .entry-meta ul li a {
        color: #353535;
        line-height: 0px;
    }

        .blog-entry .entry-meta ul li a i {
            padding-right: 6px;
            color: #81319b;
        }

        .blog-entry .entry-meta ul li a:hover {
            color: #81319b;
        }

.blog-entry .social strong {
    display: inline-block;
    margin-right: 10px;
}

.blog-entry .entry-button {
    display: inline-block;
    margin-top: 4px;
}

.blog-entry .social ul {
    display: inline-block;
}

    .blog-entry .social ul li {
        display: inline-block;
        padding: 0px 6px;
    }

        .blog-entry .social ul li a:hover {
            color: #353535;
        }

/*blog-entry blockquote*/
.blog-entry.blockquote {
    background: #81319b;
    border: 0px;
    padding: 36px 30px;
}

    .blog-entry.blockquote blockquote {
        background: #81319b;
        border-left: 0px;
        color: #ffffff;
        padding: 0px;
    }

        .blog-entry.blockquote blockquote:before {
            color: #ffffff;
        }

    .blog-entry.blockquote .blog-detail {
        border: 0px;
        background: #81319b;
        padding: 0px;
    }

        .blog-entry.blockquote .blog-detail .entry-title a {
            color: #ffffff;
        }

            .blog-entry.blockquote .blog-detail .entry-title a:hover {
                color: #aaaaaa;
            }

    .blog-entry.blockquote .social ul li a {
        color: #ffffff;
    }

        .blog-entry.blockquote .social ul li a:hover {
            color: #aaaaaa;
        }

    .blog-entry.blockquote .entry-meta ul li a {
        color: #ffffff;
        font-size: 14px;
    }

        .blog-entry.blockquote .entry-meta ul li a i {
            color: #ffffff;
        }

        .blog-entry.blockquote .entry-meta ul li a:hover {
            color: #aaaaaa;
        }

    .blog-entry.blockquote .entry-button, .social {
        font-size: 14px;
    }

/*video vimeo and youtube*/
.js-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 41%;
    position: relative;
    overflow: hidden;
}

    .js-video.widescreen {
        padding-bottom: 34.34%;
    }

    .js-video embed, .js-video iframe, .js-video object, .js-video video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        border: none;
    }

/********************************
	      blog sidebar
********************************/
.sidebar-widgets-wrap .sidebar-widget {
    margin-bottom: 40px;
}

    .sidebar-widgets-wrap .sidebar-widget h5 {
        margin-bottom: 20px;
    }

/*widget-search*/
.sidebar-widgets-wrap .widget-search {
    position: relative;
}

    .sidebar-widgets-wrap .widget-search input {
        padding-right: 30px;
        color: #353535;
        box-shadow: none;
        background: #f6f7f8;
    }

        .sidebar-widgets-wrap .widget-search input:focus {
            background: #ffffff;
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
            -webkit-transition: all 0.5s ease-out 0s;
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
            border-color: transparent;
        }

    .sidebar-widgets-wrap .widget-search i {
        position: absolute;
        right: 0px;
        padding: 18px 22px;
        color: #353535;
        cursor: pointer;
    }

/*widget-link*/
.sidebar-widgets-wrap .widget-link ul li {
    display: block;
    clear: both;
}

    .sidebar-widgets-wrap .widget-link ul li a i {
        padding-right: 10px;
    }

    .sidebar-widgets-wrap .widget-link ul li a {
        display: block;
        padding: 10px 0px;
        color: #353535;
    }

        .sidebar-widgets-wrap .widget-link ul li a:hover {
            color: #81319b;
        }

    .sidebar-widgets-wrap .widget-link ul li:last-child a {
        border-bottom: 0px;
    }

/*recent-post*/
.sidebar-widgets-wrap .recent-post-info {
    display: block;
}

    .sidebar-widgets-wrap .recent-post-info a {
        display: block;
        color: #353535;
    }

        .sidebar-widgets-wrap .recent-post-info a:hover {
            color: #81319b;
        }

    .sidebar-widgets-wrap .recent-post-info span {
        font-size: 13px;
    }

        .sidebar-widgets-wrap .recent-post-info span i {
            padding-right: 8px;
        }

.sidebar-widgets-wrap .sidebar-widget .recent-post {
    margin-bottom: 20px;
}

    .sidebar-widgets-wrap .sidebar-widget .recent-post:last-child {
        border-bottom: 0px;
    }

/*tags*/
.sidebar-widgets-wrap .sidebar-widget .tags li {
    display: inline-block;
}

    .sidebar-widgets-wrap .sidebar-widget .tags li a {
        display: block;
        color: #353535;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #353535;
        background: transparent;
        padding: 2px 14px;
        margin-bottom: 7px;
        margin-right: 4px;
        text-transform: capitalize;
    }

        .sidebar-widgets-wrap .sidebar-widget .tags li a:hover {
            background: #81319b;
            color: #ffffff;
            border-color: #81319b;
        }

/********************************
          Masonry blog
********************************/
.masonry {
    position: relative;
}

    .masonry .masonry-item {
        float: left;
    }

    .masonry.columns-2 .masonry-item {
        width: 50%;
        padding: 0 15px 0px;
    }

    .masonry.columns-3 .masonry-item {
        width: 33.333%;
        padding: 0 15px 0px;
    }

    .masonry.columns-4 .masonry-item {
        width: 25%;
        padding: 0 15px 0px;
    }

/********************************
          blog single
********************************/
.blog-single .blog-entry .blog-detail {
    padding: 0px;
    border: 0px;
}

.blog-single .blog-entry:hover {
    box-shadow: none;
}

.blog-single .blog-entry .entry-content blockquote {
    background: #f6f7f8;
    padding: 30px 30px 30px 80px;
}

    .blog-single .blog-entry .entry-content blockquote:before {
        top: 55px;
        font-size: 80px;
        left: 20px;
    }

.blog-single .blog-entry .blog-detail {
    background: transparent;
}

.comments-1 .comments-photo {
    width: 106px;
    height: auto;
    float: left;
    margin-right: 20px;
}

    .comments-1 .comments-photo img {
        width: 100%;
    }

.comments-1 .comments-info {
    display: table;
    background: #f6f7f8;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
}

    .comments-1 .comments-info h6 {
        display: inline-block;
        margin-top: 0px;
        color: #81319b;
        font-weight: 400;
    }

    .comments-1 .comments-info span {
        padding-left: 10px;
        font-size: 13px;
        color: #aaaaaa;
    }

    .comments-1 .comments-info a {
        color: #81319b;
    }

        .comments-1 .comments-info a:hover {
            color: #353535;
        }

.comments-1.comments-2 {
    padding-left: 127px;
}

    .comments-1.comments-2 .comments-info {
        background: #fff;
        margin-bottom: 40px;
        padding: 0px 20px 10px 0px;
    }

/*************************************
	        Pagination-nav
**************************************/
.pagination-nav {
    position: relative;
}

.pagination {
    margin: 0px;
}

    .pagination li a {
        margin: 0 5px;
        color: #353535;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 8px 16px;
        border-color: #ececec;
        border-radius: 0px;
        border: 1px solid #ddd;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-radius: 0px;
    }

    .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
        background-color: #81319b;
        border-color: #81319b;
        color: #fff;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #81319b;
        border-color: #81319b;
        color: #fff;
    }

/********************************
	         Service
********************************/
.super-service {
    position: relative;
}

    .super-service .super-img {
        left: -80px;
        position: absolute;
        top: -68px;
        width: 115%;
    }

.provide-services .feature-box-02 .icon {
    background: transparent;
}

    .provide-services .feature-box-02 .icon i {
        font-size: 40px;
        color: #81319b;
        background: transparent;
    }

.provide-services .play-video {
    position: relative;
}

    .provide-services .play-video a {
        display: block;
        position: absolute;
        text-indent: inherit;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        left: 50%;
        margin-left: -35px;
        width: 100%;
        color: #ffffff;
        font-size: 40px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        padding-left: 10px;
    }

        .provide-services .play-video a:hover {
            border-color: #81319b;
            background: #81319b;
        }

/********************************
	        About SEO
********************************/
.about-seo {
    padding: 60px 70px;
}

/********************************
          owl-carousel      
********************************/
.owl-carousel .owl-item img {
    width: auto;
}

.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
}

    .owl-carousel .owl-nav .owl-prev {
        display: block;
        position: absolute;
        text-indent: inherit;
        left: 0px;
        width: auto;
        cursor: pointer;
        -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
    }

    .owl-carousel .owl-nav .owl-next {
        display: block;
        position: absolute;
        text-indent: inherit;
        right: 0px;
        width: auto;
        cursor: pointer;
        -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
    }

    .owl-carousel .owl-nav i {
        font-size: 20px;
        border-radius: 50%;
        box-shadow: -1px 6px 13px rgba(0, 0, 0, 0.1);
        width: 44px;
        height: 44px;
        line-height: 42px;
        padding-left: 2px;
        display: inline-block;
        color: #81319b;
        background: #ffffff;
        border: 1px solid #e3e3e3;
        font-weight: normal;
        text-align: center;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .owl-carousel .owl-nav i:hover {
            background: #81319b;
            color: #fff;
            border-color: #81319b;
        }

.owl-carousel:hover .owl-nav {
    opacity: 1;
}

    .owl-carousel:hover .owl-nav .owl-prev {
        left: -2%;
    }

    .owl-carousel:hover .owl-nav .owl-next {
        right: -2%;
    }

.owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    margin-top: 20px;
}

.owl-carousel .owl-dots {
    display: inline-block;
    position: relative;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #a5a5a5;
    border-radius: 30px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #81319b;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #81319b;
    width: 24px;
}

/********************************
       Typography   
********************************/
.typography-main hr {
    margin: 40px 0px;
}

.typography-main .typography-teg {
    margin-bottom: 30px;
}

/*************************************
       map location ( tooltip )
**************************************/
.map-location {
    position: relative;
}

.map-location-tooltip .tooltip {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    opacity: 1;
    cursor: pointer;
}

/* Trigger item */
.map-location-tooltip .tooltip-item {
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #81319b;
    -webkit-animation: pulse 0.6s infinite alternate;
    animation: pulse 0.6s infinite alternate;
}

.map-location-tooltip span.tooltip-item:before {
    background: #81319b;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 5px;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-ms-keyframes pulse {
    from {
        -ms-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -ms-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes pulse {
    from {
        -o-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -o-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.map-location-tooltip .tooltip:first-child {
    top: 39%;
    left: 20%;
}

.map-location-tooltip .tooltip:nth-child(2) {
    top: 7%;
    left: 35%;
}

.map-location-tooltip .tooltip:nth-child(3) {
    top: 17%;
    right: 19%;
}

.map-location-tooltip .tooltip:nth-child(4) {
    top: 37%;
    right: 24%;
}

.map-location-tooltip .tooltip:nth-child(5) {
    bottom: 24%;
    right: 12%;
}

/* Tooltip */
.map-location-tooltip .tooltip-content {
    position: absolute;
    background: #81319b;
    z-index: 9999;
    width: 200px;
    bottom: 50%;
    margin-bottom: -1em;
    padding: 20px;
    border-radius: 20px;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.map-location-tooltip .tooltip-west .tooltip-content {
    left: 4em;
    -webkit-transform-origin: -2em 50%;
    -o-transform-origin: -2em 50%;
    -ms-transform-origin: -2em 50%;
    -moz-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
    -o-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
    -ms-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
    -moz-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
    transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
}

.map-location-tooltip .tooltip-east .tooltip-content {
    right: 4em;
    -webkit-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -o-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -ms-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -moz-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
    -o-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
    -ms-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
    -moz-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
    transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}

.map-location-tooltip .tooltip:hover .tooltip-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
    -ms-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
    -moz-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
    -o-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 0, 0);
    pointer-events: auto;
}

/* arrow */
.map-location-tooltip .tooltip-content::before, .map-location-tooltip .tooltip-content::after {
    content: '';
    position: absolute;
}

.map-location-tooltip .tooltip-content::before {
    height: 100%;
    width: 3em;
}

.map-location-tooltip .tooltip-content::after {
    bottom: 30px;
    left: -21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #81319b;
    border-width: 20px;
    margin-left: -8px;
}

.map-location-tooltip .tooltip-west .tooltip-content::before, .map-location-tooltip .tooltip-west .tooltip-content::after {
    right: 99%;
}

.map-location-tooltip .tooltip-east .tooltip-content::before, .map-location-tooltip .tooltip-east .tooltip-content::after {
    left: 99%;
}

.map-location-tooltip .tooltip-east .tooltip-content::after {
    -webkit-transform: scale3d(-1, 1, 1);
    -o-transform: scale3d(-1, 1, 1);
    -ms-transform: scale3d(-1, 1, 1);
    -moz-transform: scale3d(-1, 1, 1);
    transform: scale3d(-1, 1, 1);
}


/********************************
       	  Fancy - Team  
********************************/
.team-block {
    position: relative;
}

.fancy-team-tooltip .tooltip {
    position: absolute;
    z-index: 9;
    width: 2.2em;
    height: 2.2em;
    opacity: 1;
    cursor: pointer;
}

.fancy-team-tooltip .tooltip-item {
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    position: absolute;
    border-radius: 50%;
    background: #81319b;
    -webkit-animation: pulse 0.6s infinite alternate;
    animation: pulse 0.6s infinite alternate;
}

.fancy-team-tooltip span.tooltip-item:before {
    background: #fff;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 7px;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes pulse {
    from {
        -o-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -o-transform: scale3d(1, 1, 1);
    }
}

@-ms-keyframes pulse {
    from {
        -ms-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -ms-transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes pulse {
    from {
        -moz-transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -moz-transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.fancy-team-tooltip .tooltip:hover .tooltip-item {
    border-color: #353535;
}

.fancy-team-tooltip .tooltip:first-child {
    top: 0;
    left: 15%;
}

.fancy-team-tooltip .tooltip:nth-child(2) {
    top: 2%;
    left: 29%;
}

.fancy-team-tooltip .tooltip:nth-child(3) {
    top: -5%;
    left: 41%;
}

.fancy-team-tooltip .tooltip:nth-child(4) {
    top: 3%;
    right: 42%;
}

.fancy-team-tooltip .tooltip:nth-child(5) {
    top: -4%;
    right: 29%;
}

.fancy-team-tooltip .tooltip:nth-child(6) {
    top: -3%;
    right: 16%;
}

/* Tooltip */
.fancy-team-tooltip .tooltip-content {
    position: absolute;
    background: #81319b;
    z-index: 9999;
    width: 200px;
    bottom: 50%;
    margin-bottom: -44px;
    padding: 20px;
    border-radius: 20px;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -ms-transition: opacity 0.3s, -ms-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.fancy-team-tooltip .tooltip-west .tooltip-content {
    left: 0;
    -webkit-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -o-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -ms-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -moz-transform-origin: -2em 50%;
    transform-origin: -2em 50%;
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
    -o-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
    -moz-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
    -ms-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
    transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, 30deg);
}

.fancy-team-tooltip .tooltip-east .tooltip-content {
    right: 0;
    -webkit-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -o-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -ms-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -moz-transform-origin: calc(100% + 2em) 50%;
    transform-origin: calc(100% + 2em) 50%;
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
    -o-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
    -ms-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
    -moz-transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
    transform: translate3d(0, 50%, 0) rotate3d(1, 1, 1, -30deg);
}

.fancy-team-tooltip .tooltip:hover .tooltip-content {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 0, 0);
    -o-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 0, 0);
    -moz-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 0, 0);
    -ms-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 0, 0);
    pointer-events: auto;
    padding-bottom: 20px;
}

/* Gap "bridge" and arrow */
.fancy-team-tooltip .tooltip-content::before, .fancy-team-tooltip .tooltip-content::after {
    content: '';
    position: absolute;
}

.fancy-team-tooltip .tooltip-content::before {
    height: 100%;
    width: 3em;
}

.fancy-team-tooltip .tooltip-content::after {
    bottom: -28px;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #81319b;
    border-width: 20px;
}

.fancy-team-tooltip .tooltip-west .tooltip-content::before, .fancy-team-tooltip .tooltip-west .tooltip-content::after {
    right: 99%;
}

.fancy-team-tooltip .tooltip-east .tooltip-content::before, .fancy-team-tooltip .tooltip-east .tooltip-content::after {
    left: 99%;
}

.fancy-team-tooltip .tooltip-east .tooltip-content::after {
    -webkit-transform: scale3d(-1, 1, 1);
    -o-transform: scale3d(-1, 1, 1);
    -moz-transform: scale3d(-1, 1, 1);
    -ms-transform: scale3d(-1, 1, 1);
    transform: scale3d(-1, 1, 1);
    right: 20px;
    left: inherit;
}

.fancy-team-tooltip .tooltip-content a {
    color: #ffffff;
    text-transform: uppercase;
}

    .fancy-team-tooltip .tooltip-content a:hover {
        color: rgba(255, 255, 255, 0.65);
    }

.fancy-team-tooltip ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

    .fancy-team-tooltip ul.social li a {
        color: #ffffff;
    }

        .fancy-team-tooltip ul.social li a:hover {
            color: rgba(255, 255, 255, 0.65);
        }

/*************************************
      	    Comming Soon
**************************************/
.under-constraction .form-group {
    width: 35%;
}

    .under-constraction .form-group .form-control {
        width: 100%;
    }

.under-constraction .form-inline a {
    margin-left: 16px;
    padding: 12px 30px;
}


/********************************
         Back to top
********************************/
.back-to-top {
    position: fixed;
    bottom: -220px;
    right: 2%;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
}

    .back-to-top img {
        width: 36px;
    }

    .back-to-top.show {
        bottom: 0% !important;
        -webkit-transition: 1.0s;
        -moz-transition: 1.0s;
        transition: 1.0s;
    }

    .back-to-top.back-run {
        bottom: 100% !important;
        -webkit-transition: 1.0s;
        -moz-transition: 1.0s;
        transition: 1.0s;
    }

    .back-to-top.back-down {
        -webkit-transition: 1.0s;
        -ms-transition: 1.0s;
        -o-transition: 1.0s;
        -moz-transition: 1.0s;
        transition: 1.0s;
    }


/********************************
             shop
********************************/
.product {
    text-align: center;
    position: relative;
}

    .product .product-title a {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 20px 0px 10px;
        display: block;
    }

        .product .product-title a:hover {
            color: #353535;
        }

    .product .product-price ins {
        text-decoration: none;
        color: #81319b;
        font-size: 16px;
        font-weight: bold;
    }

    .product .product-rating {
        margin-bottom: 10px;
    }

        .product .product-rating i {
            color: #353535;
        }

    .product .product-image {
        position: relative;
    }

        .product .product-image .product-overlay {
            opacity: 0;
            text-align: center;
            left: 0;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            z-index: 99;
            margin: 0 auto;
            transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
        }

    .product:hover .product-image .product-overlay {
        opacity: 1;
    }

    .product .product-image .add-to-cart a {
        background: #81319b;
        color: #ffffff;
        text-transform: uppercase;
        padding: 10px 20px;
        border-radius: 30px;
    }

        .product .product-image .add-to-cart a:hover {
            background: #353535;
        }

/*shop-single*/
.shop-single .title {
    border-top: 1px solid #e0e0e0;
    padding-top: 40px;
}

.shop-single .product-detail .product-detail-price {
    display: inline-block;
}

    .shop-single .product-detail .product-detail-price ins {
        text-decoration: none;
        color: #81319b;
        font-size: 16px;
        font-weight: bold;
    }

.shop-single .product-detail .product-detail-rating i {
    color: #353535;
}

.shop-single .product-detail .product-detail-rating {
    display: inline-block;
}

.shop-single .product-detail .product-detail-quantity input {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    padding: 7px 18px 7px 14px;
}

.shop-single .product-detail .input-group {
    width: 140px;
    float: left;
    margin-right: 20px;
}

.shop-single .product-detail .product-detail.add-to-cart .button {
    display: inline-block;
    padding: 3px 22px;
    font-size: 12px;
}

.shop-single .product-detail .input-group-btn:first-child > .btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.shop-single .product-detail .input-group-btn:last-child > .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.shop-single .product-detail .product-detail-social {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 20px;
}

    .shop-single .product-detail .product-detail-social span {
        display: inline-block;
        padding-right: 20px;
        float: left;
    }

    .shop-single .product-detail .product-detail-social ul li {
        display: inline-block;
    }

        .shop-single .product-detail .product-detail-social ul li a {
            display: block;
            color: #aaaaaa;
            font-size: 14px;
            padding-right: 5px;
        }

            .shop-single .product-detail .product-detail-social ul li a:hover {
                color: #81319b;
            }

.shop-single .product-detail .product-detail-meta {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

    .shop-single .product-detail .product-detail-meta span {
        display: block;
    }

        .shop-single .product-detail .product-detail-meta span a {
            padding-left: 5px;
        }

/*sidebar-widgets-wrap*/
.sidebar-widgets-wrap .recent-item {
    margin-bottom: 20px;
}

    .sidebar-widgets-wrap .recent-item .recent-image {
        display: table-cell;
        padding-right: 10px;
        width: 50px;
    }

    .sidebar-widgets-wrap .recent-item .recent-info {
        display: table-cell;
        vertical-align: top;
    }

    .sidebar-widgets-wrap .recent-item .recent-title a {
        color: #353535;
        font-weight: bold;
    }

        .sidebar-widgets-wrap .recent-item .recent-title a:hover {
            color: #81319b;
        }

    .sidebar-widgets-wrap .recent-item .recent-meta li {
        display: inline-block;
        color: #353535;
    }


/*add-css-bootstrap-4*/
.icon-rounded {
    height: 60px;
    line-height: 63px;
    border: 2px solid #000;
    text-align: center;
    display: inline-block;
    min-width: 60px;
    font-size: 24px;
}

.list-unstyled .media .icon i {
    font-size: 40px;
    color: #81319b;
    background: transparent;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.under-constraction .form-group .form-control {
    font-size: 14px;
}

.progress-bar .progress-number {
    margin-top: -24px;
    position: relative;
    top: -13px;
    font-size: 15px;
    margin-right: 11px;
    text-align: right;
}

.progress-bar .progress-type {
    margin-top: -18px;
    position: relative;
    top: -13px;
    margin-right: 0px;
    font-size: 15px;
    text-align: right;
}

.table-bordered td, .table-bordered th {
    padding: 6px 8px;
}

.form-line {
    width: 100%;
    margin-bottom: 10px;
}

    .form-line label {
        padding: 0 0 0 10px;
    }

.card_set {
    width: 500px;
    padding: 30px;
}

@media (max-width:991px) {
    .card_set {
        width: 100%;
        padding: 30px;
    }
}

@media (max-width:991px) {
    .mob_log {
        margin: auto;
        margin-bottom: 72px;
    }
}

@media (max-width:991px) {
    .mob_img {
        display: none;
    }
}

.reg_mob {
    margin: auto;
    margin-bottom: 127px;
    margin-top: 30px;
}
