/* 

Version:        1.1
Template:       PIXLR One Page Multipurpose Template.
Primary use:    Primary Styles and Raw Content Blocks. 

[ Table of Contents ]

+ Page Setup
+ Helping Classes
+ Title Box
+ Header Styles
    - Header Types
    - Nav Bars
    - Side Navs
    - Mega Dropdown

+ Breadcrumb
+ Icons Boxes
   - [ icons-box-1, icons-box-2, icons-box-3, icons-box-4, icons-box-5, icons-box-6,
      icons-box-7, icons-box-8, icons-box-9, icons-box-10, icons-box-11, icons-box-12,
      icons-box-13, icons-box-14, icons-box-15, icons-box-16, icons-box-17 ]

+ Mockups
   - [ Mockup-1, Mockup-2, Mockup-3, Mockup-4, Mockup-5, Mockup-6, Mockup-7,
      Mockup-8, Mockup-9, Mockup-10, Mockup-11, Mockup-12, Mockup-13, Mockup-14,
      Mockup-15, Mockup-16 ]

+ Promo Boxes
   - [ Promo-1, Promo-2, Promo-3, Promo-4, Promo-5, Promo-6, Promo-7, Promo-8, Promo-9 ]

+ Blog Post Boxes
   - [ Blog-box-1, Blog-box-2 ]

+ Magnific Popup
+ Progress Bars
   - [ Progress-1, Progress-2 ]

+ Tab Styles   
   - [ Tab-style-1, Tab-style-2, Tab-style-3, Tab-style-4, Tab-style-5, Tab-style-6, 
      Tab-style-7 ]

+ Portfolio
+ Pricing 
   - [ Pricing-1, Pricing-2, Pricing-3, Pricing-4, Pricing-5, Pricing-6, ]

+ Owl Carousel
+ Owl Theme
+ Testimonials
   - [ Test-1, Test-2, Test-3, Test-4, Test-5 ]

+ Team Styles 
   - [ Team-1, Team-2, Team-3, Team-5, Team-5 ]

+ Counters
   - [ Counter-1, Counter-2, Counter-3 ]

+ Clients
   - [ Clients-1, Clients-2 ]

+ Preloader
+ Shortcode Sidebar
+ Blockquotes
   - [ Blockquote-1, Blockquote-2, Blockquote-3, Blockquote-4, Blockquote-5, Blockquote-6 ]

+ Buttons
+ Dividers
+ Text Highlights
+ Dropcaps
+ Custom Pagination
+ Alerts
+ Lightbox
+ Footers
   - [ Footer-1, Footer-2, Footer-3, Footer-4, Footer-5, Footer-6  ]

+ Accordians
+ Modal Boxes
+ Contact
+ Blog Pages

*/

/*---------------------- PAGE SETUP -------------------------*/

@import url(https://fonts.googleapis.com/css?family=Poppins:300,500,700);
@import 'https://fonts.googleapis.com/css?family=Karla:400,700';
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Karla', sans-serif;
}
body {
    outline: 0;
    vertical-align: baseline;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    color: #2f3035;
    background-color: #fff;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100% !important;
}
a {
    cursor: pointer;
}
::-moz-selection {
    background: rgba(61, 61, 61, 0.7);
}
::selection {
    background: rgba(61, 61, 61, 0.7);
}

/*---------------------- PAGE SETUP ENDS -------------------------*/

/*---------------------- HELPING CLASSES -------------------------*/

.font-poppins {
    font-family: 'Poppins', sans-serif !important;
}
.no-padding {
    padding: 0px !important;
}
.bg-blue-1 {
    background-color: #4e52a8;
}
.bg-blue-2 {
    background-color: #3b3e88;
}
.bg-blue-3 {
    background-color: #3c3f63;
}
.bg-blue-4 {
    background-color: #534dab;
}
.bg-gray-light {
    background-color: #eee;
}
.bg-main {
    background-color: #f8f8f8;
}
.bg-gray {
    background-color: #2f3035;
}
.bg-pink {
    background-color: #ff73b3;
}
.color-gray {
    color: #2f3035;
}
.color-sky {
    color: #6da4ed;
}
.btn {
    font-weight: 500;
}
a.scroll-up {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    font-size: 35px;
    right: 25px;
    color: #5852a8;
    display: none;
    padding-left: 1px;
    padding-top: 1px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 999;
}
a.scroll-up:hover {
    text-decoration: none;
    color: #fff;
    background-color: #5852a8;
}
.black-line-left {
    width: 60px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #2f3035;
    height: 3px;
    margin-top: 10px;
    padding-bottom: 0px;
}
.white-line-left {
    width: 60px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #fff;
    height: 3px;
    margin-top: 10px;
    padding-bottom: 0px;
}
.black-line-right {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #2f3035;
    height: 3px;
    float: right;
    margin-top: 10px;
    padding-bottom: 0px;
}
.black-line-center {
	width: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	position: relative;
	border-top-color: #2f3035;
	height: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.center {
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.white-line-center {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    position: relative;
    border-top-color: #fff;
    height: 2px;
    margin: 10px auto;
}
.mb-50 {
    margin-bottom: 50px;
}
.ft-18 {
    font-size: 18px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.ml-15 {
    margin-left: 15px;
}
.gap-50 {
    margin-top: 50px !important;
}
.font-40 {
    font-size: 40px !important;
}
.gap-100 {
    margin-top: 100px !important;
}
.sub-title {
    font-size: 22px;
    margin-bottom: 50px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 800;
}
.pd-left-20 {
    padding-left: 20px;
}
.extra-bold {
    font-weight: 900;
}
a.page-arrow {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    left: 50%;
    margin-left: -12px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    text-align: center;
    color: #fff;
}
a.page-arrow:hover {
    text-decoration: none;
}
a.page-arrow i {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    display: -webkit-box;
}
.map-size-full {
    width: 100%;
    height: 100%;
}
.wd-150 {
    width: 150px;
}
.map-size {
    width: 100%;
    height: 380px;
}
.full-width {
    width: 100%;
}
.no-border {
    border: 0;
}
/*--------------------------- HELPING CLASSES ENDS -----------------------------*/
/*--------------------------- TITLE BOX -----------------------------*/

.title-box {
    height: auto;
    padding-top: 320px;
    height: 500px;
    padding-bottom: 20px;
    background: #f8f8f8;
    background-image: url(../images/heade.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid #eee;
}
.title-box h1 {
    font-size: 40px;
    color: #f8f8f8;
    font-weight: 400;
    line-height: 35px;
    margin-top: 100px;
}
.title-box .bcrumbs {
    margin-top: 100px;
}
@media(max-width: 768px) {
    .title-box .bcrumbs {
        margin-top: 10px;
    }
}
.title-box .breadcrumb-1 > li a {
    color: #f8f8f8;
}
/*--------------------------- TITLE BOX ENDS -----------------------------*/
/*--------------------------- HEADER STYLES -----------------------------*/

/** Header type 1 **/

.header {
    height: 70px;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
@media(max-width: 768px) {
    .header {
        background-color: transparent;
        position: fixed;
    }
}
.fixed {
    position: fixed;
}
.header-wrap {
    width: 100%;
}
.container-sm {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
@media(max-width: 960px) {
    .container-sm {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}
.header-transparent-white {
    background-color: transparent;
}
.header-white {
    background-color: #fff;
}
.header-black {
    background-color: #2f3035;
}
/** Header Gray **/

.header-gray {
    background-color: #f8f8f8;
}
.header-gray .navbar .nav > li > a {
    color: #2f3035;
}
.header-gray .navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #ccc;
}
.header-gray .navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}
@media(max-width: 768px) {
    .header-gray .navbar .nav > li > a {
        height: 35px;
        padding-top: 10px;
        color: #d9d9d9;
    }
}
.header-gray .navbar .nav > li > a:hover,
.header-gray .navbar .nav > li > a:focus {
    color: #ccc;
    border: none;
    outline: 0;
}
.header-sticky-gray {
    height: 60px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
    background-color: #f8f8f8;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}
.header-sticky-gray .navbar-default {
    padding: 0;
    background: none;
    filter: none;
    border: none;
    margin-bottom: 0px;
}
@media(max-width: 768px) {
    .header-sticky-gray .navbar .nav > li {
        background: rgba(0, 0, 0, 0.87)
    }
}
.header-sticky-gray .navbar .nav > li > a {
    color: #2f3035;
    font-size: 16px;
    height: 60px;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 20px;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
@media(max-width: 768px) {
    .header-sticky-gray .navbar .nav > li > a {
        height: 35px;
        padding-top: 10px;
        color: #d9d9d9;
    }
}
.header-sticky-gray .navbar .nav > li > a:hover,
.header-sticky-gray .navbar .nav > li > a:focus {
    color: #ccc;
    border: none;
    outline: 0;
}
.header-sticky-gray .navbar-default .navbar-nav>.active>a {
    color: #fff;
    height: 60px;
    width: auto;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    background: none !important;
}
@media(max-width: 768px) {
    .header-sticky-gray .navbar-default .navbar-nav>.active>a {
        height: 35px;
        padding-top: 10px;
    }
}
.header-sticky-gray .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
}
.header-sticky-gray .navbar-collapse {
    background: none;
    border: none;
}
.header-sticky-gray .navbar-toggle {
    border: none;
    font-size: 35px;
    padding: 14px 0px;
}
@media(max-width: 768px) {
    .header-sticky-gray .navbar .nav > li {
        background: #2f3035;
    }
}
.header-sticky-gray .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
    border-color:  transparent;
}
.header-sticky-gray .navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}
.header-sticky-gray .navbar-brand {
    padding: 7px 15px;
}
/** Header Gray Ends **/

/** Centered Nav **/

.nav-center {} .nav-center .navbar-nav {
    width: 100%;
    text-align: center;
}
.nav-center .navbar-nav li {
    float: none;
    display: inline-block;
}
/** End Centered Nav **/

.navbar-default {
    padding: 0;
    background: none;
    filter: none;
    border: none;
    margin-bottom: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
@media(max-width: 767px) {
    .navbar .nav > li {
        background: #2f3035;
    }
}
.navbar .nav > li > a {
    font-size: 16px;
    height: 70px;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    color: #fff;
    margin-right: 0;
    text-transform: capitalize;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
@media(max-width: 768px) {
    .navbar .nav > li > a {
        height: 35px;
        padding-top: 10px;
    }
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: #fff;
    outline: 0;
}
.navbar-default .navbar-nav>.active>a {
    height: 70px;
    width: auto;
    color: #fff;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    background: none !important;
}
@media(max-width: 768px) {
    .navbar-default .navbar-nav>.active>a {
        height: 35px;
        padding-top: 10px;
    }
}
.navbar-default .navbar-nav>.active>a:hover {
    color: #9068be;
}
.navbar-collapse {
    background: none;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-toggle {
    font-size: 35px;
    padding: 15px 0px;
    color: #2f3035;
    border: none;
}
.header-sticky .navbar-toggle {
    color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
    border-color:  transparent;
}
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #222;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    outline: 0;
}
.navbar-brand {
    padding: 12px 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.navbar-default .navbar-nav>.open>a:hover {
    color: #222;
    background-color: transparent;
}
.navbar-collapse {
    box-shadow: none;
}
.navbar-nav {
    margin: 0;
}
.navbar-toggle {
    margin-right: 10px;
    border: none;
    background: transparent !important;
}
.navbar-toggle:hover {
    background: transparent !important;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
.navbar-toggle .icon-bar {
    width: 30px;
    transition: all 0.6s;
    background-color: transparent;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}
.header-sticky {
    height: 60px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    background-color: rgba(47, 48, 53, 0.92);
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}
.header-sticky .navbar-default {
    padding: 0;
    background: none;
    filter: none;
    border: none;
    margin-bottom: 0px;
}
@media(max-width: 768px) {
    .header-sticky .navbar .nav > li {
        background: rgba(0, 0, 0, 0.87)
    }
}
.header-sticky .navbar .nav > li > a {
    color: #fff;
    font-size: 16px;
    height: 60px;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 20px;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
@media(max-width: 768px) {
    .header-sticky .navbar .nav > li > a {
        height: 35px;
        padding-top: 10px;
    }
}
.header-sticky .navbar .nav > li > a:hover,
.header-sticky .navbar .nav > li > a:focus {
    color: #fff;
    border: none;
    outline: 0;
}
.header-sticky .navbar-default .navbar-nav>.active>a {
    color: #fff;
    height: 60px;
    width: auto;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    background: none !important;
}
@media(max-width: 768px) {
    .header-sticky .navbar-default .navbar-nav>.active>a {
        height: 35px;
        padding-top: 10px;
    }
}
.header-sticky .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
}
.header-sticky .navbar-collapse {
    background: none;
    border: none;
}
.header-sticky .navbar-toggle {
    border: none;
    font-size: 35px;
    padding: 14px 0px;
}
.header-sticky .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
    border-color:  transparent;
}
.header-sticky .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header-sticky .navbar-brand {
    padding: 7px 15px;
}
.header-sticky-white {
    height: 60px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    background-color: #fff;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}
.header-sticky-white .navbar-default {
    padding: 0;
    background: none;
    filter: none;
    border: none;
    margin-bottom: 0px;
}
@media(max-width: 768px) {
    .header-sticky-white .navbar .nav > li {
        background: rgba(0, 0, 0, 0.87)
    }
}
.header-sticky-white .navbar .nav > li > a {
    color: #2f3035;
    font-size: 16px;
    height: 60px;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 20px;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
@media(max-width: 768px) {
    .header-sticky-white .navbar .nav > li > a {
        height: 35px;
        padding-top: 10px;
    }
}
.header-sticky-white .navbar .nav > li > a:hover,
.header-sticky-white .navbar .nav > li > a:focus {
    color: #2f3035;
    border: none;
    outline: 0;
}
.header-sticky-white .navbar-default .navbar-nav>.active>a {
    color: #fff;
    height: 60px;
    width: auto;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    background: none !important;
}
@media(max-width: 768px) {
    .header-sticky-white .navbar-default .navbar-nav>.active>a {
        height: 35px;
        padding-top: 10px;
    }
}
.header-sticky-white .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
}
.header-sticky-white .navbar-collapse {
    background: none;
    border: none;
}
.header-sticky-white .navbar-toggle {
    border: none;
    font-size: 35px;
    padding: 14px 0px;
}
.header-sticky-white .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
    border-color:  transparent;
}
.header-sticky-white .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header-sticky-white .navbar-brand {
    padding: 7px 15px;
}
.ic-mg {
    margin-right: 5px;
    font-weight: 800;
}
.logo-cont {
    height: 55px;
}
/** Side Nav **/

.side-toggle {
    position: absolute;
    right: 15px;
    top: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.header-sticky .side-toggle {
    position: absolute;
    right: 15px;
    top: 0px;
}
.side-toggle-btn {
    font-size: 40px;
    color: #fff;
    box-shadow: none;
}
.side-toggle-btn:hover {
    font-size: 40px;
    color: #fff;
}
.side-toggle-btn:active {
    box-shadow: none;
}
.side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    background-color: rgba(201, 200, 200, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.side-nav-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.side-nav a {
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 50px;
    color: #2f3035;
    display: block;
    font-weight: 300;
    transition: 0.3s;
}
.side-nav a:hover,
.side-nav a:focus {
    color: #fff;
}
.closebtn {
    position: absolute;
    top: 6px;
    right: 58px;
    font-size: 50px !important;
}
@media screen and (max-height: 450px) {
    .side-nav a {
        font-size: 20px
    }
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}
/** Mega Dropdown **/

.mega {} .mega .dropdown {
    position: static !important;
}
.mega .dropdown-menu {
    background: #2f3035;
}
.mega .dropdown-menu li a {
    color: #fff;
}
.mega .dropdown-menu .yamm-content {
    padding: 10px;
}
.mega .dropdown-menu .yamm-content ul {} .mega .dropdown-menu .yamm-content ul li {
    list-style-type: none;
    min-width: 180px;
}
.mega .dropdown-menu .yamm-content ul li h2 {
    padding-left: 20px;
    padding-right: 11px;
    font-weight: 500;
    line-height: 1.3 !important;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 800;
    color: #e5e5e5;
}
.mega .dropdown-menu .yamm-content ul li a {
    display: block;
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px;
    font-weight: 800;
    line-height: 1.3 !important;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0px;
    color: #b0b0b0;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-align: left;
}
.mega .dropdown-menu .yamm-content ul li a:hover {
    color: #fff;
    text-decoration: none;
    padding-left: 25px;
    background: transparent;
}
.mega .dropdown-menu i {
    margin-left: -2px;
    padding-right: 6px;
}
.mega .dropdown-menu i {
    padding-left: 3px;
    font-size: 15px;
    margin-right: 3px;
    text-align: center;
    width: 22px;
}
.mega .dropdown-submenu.menu-invert {
    right: 100%!important;
    left: auto!important;
}
.mega .dropdown ul.dropdown-menu {
    padding: 0px;
    margin: 0px;
    min-width: 200px;
}
.mega .dropdown-menu>li>a {
    display: block;
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 15px;
    padding-left: 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.3 !important;
    white-space: nowrap;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
    color: #b0b0b0;
    text-align: left;
    transition: all .5s ease;
}
.mega .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, .09);
}
.f-12 {
    font-size: 12px;
}
/*-------------------- BREADCRUMB ----------------------*/

.breadcrumb-1 {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    font-size: 13px;
    text-align: right;
    background-color: transparent;
    border-radius: 4px;
}
@media(max-width: 960px) {
    .breadcrumb-1 {
        text-align: left;
    }
}
.breadcrumb-1 > li {
    display: inline-block;
}
.breadcrumb-1 > li a {
    color: #2f3035;
}
.breadcrumb-1 > li a:hover {
    text-decoration: none;
}
.breadcrumb-1 > li + li:before {
    padding: 0 5px;
    color: #2f3035;
    content: "/\00a0";
}
.breadcrumb-1 > .active {
    color: #777;
}
/*-------------------- BREADCRUMB ENDS ----------------------*/
/*-------------------- ICONS BOX 1 ----------------------*/

.icons-box-1 {
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: 'Karla', sans-serif;
}
.icons-box-1 .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons-box-1 .box cont {
    margin-left: 0px;
    padding-top: 0px;
}
.icons-box-1 .box .cont h1 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.icons-box-1 .box .cont .description {
    font-size: 15px;
    padding-top: 30px;
    line-height: 25px;
}
.icons-box-1 .box .icon {
    color: #2f3035;
    font-size: 50px;
    float: left;
}
.icons-box-1 .box .meta {
    padding-top: 10px;
    margin-left: 70px;
}
.icons-box-1 .box .meta .heading {
    color: #2f3035;
    font-size: 20px;
    font-weight: 500;
}
.icons-box-1 .box .meta .description {
    font-size: 15px;
    padding-top: 15px;
    max-width: 450px;
    line-height: 25px;
}
@media(max-width: 480px) {
    .icons-box-1 .box .meta .description {
        max-width: 100%;
    }
}
/*----------------------------- ICONS BOX 1 ENDS --------------------------------*/
/*----------------------------- ICONS BOX 2 STARTS --------------------------------*/

.icons-box-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-2 .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons-box-2 .box cont {
    margin-left: 0px;
    padding-top: 0px;
}
.icons-box-2 .box .cont h1 {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
}
.icons-box-2 .box .icon {
    color: #fff;
    font-size: 50px;
    float: left;
    padding-top: 15px;
}
.icons-box-2 .box .meta {
    padding-top: 30px;
}
.icons-box-2 .box .meta .heading {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-left: 70px;
}
.icons-box-2 .box .meta .description {
    color: rgba(255, 255, 228, 0.72);
    font-size: 14px;
    padding-top: 15px;
    padding-left: 70px;
    font-weight: 100;
    text-align: left;
    line-height: 20px;
}
.icons-box-2-bg {
    background: #2f3035;
}
.icons-box-2-line {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #fff;
    height: 3px;
    padding-bottom: 20px;
}
/*------------------ ICONS BOX 2 ENDS ---------------------*/
/*------------------ ICONS BOX 3 ---------------------*/

.icons-box-3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-3 .box {
    padding: 20px
}
.icons-box-3 .box .cont {
    margin-left: 0px;
    padding-top: 0px;
}
.icons-box-3 .box .icon {
    color: #65d670;
    font-size: 50px;
    text-align: left;
}
.icons-box-3 .box h1 {
    font-size: 35px;
    color: #65d670;
    line-height: 35px;
    font-weight: 800;
    padding-left: 33px;
    text-transform: capitalize;
}
.icons-box-3 .box p {
    font-size: 25px;
    color: #2f3035;
    font-weight: 100;
    max-width: 500px;
    line-height: 38px;
    padding-left: 33px;
    padding-bottom: 80px;
    text-align: left;
}
.icons-box-3 .box .meta {
    padding-top: 10px;
}
.icons-box-3 .box .meta .heading {
    color: #2f3035;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    padding-top: 20px;
}
.icons-box-3 .box .meta .description {
    color: rgba(66, 76, 92, 0.71);
    font-size: 14px;
    padding-top: 15px;
    text-align: left;
    line-height: 25px;
}
.icons-box-3-bg {
    background: #f7f7f7;
}
.icons-box-3-green-line {
    width: 50px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #65d670;
    height: 2px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.icons-box-3-line {
    width: 50px;
    margin-left: 33px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #65d670;
    height: 2px;
    margin-top: 10px;
    padding-bottom: 10px;
}
a.icons-box-03-btn {
    width: auto;
    padding: 14px 30px 14px 30px;
    margin-top: 20px;
    color: #65d670;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid #65d670;
    background: transparent;
    transition: all .5s ease;
}
a.icons-box-03-btn:hover {
    width: auto;
    color: #fff;
    font-size: 12px;
    border: 1px solid #65d670;
    background: #65d670;
}
/*------------------ ICONS BOX 3 ENDS ---------------------*/
/*------------------ ICONS BOX 4 ---------------------*/

.icons-box-4 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-4 .cont {
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: inline-block;
}
.icons-box-4 .cont .icon {
    font-size: 60px;
    text-align: center;
    padding-top: 25px;
}
.icons-box-4 .cont h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 25px;
}
.icons-box-4 .content {
    padding: 25px;
}
.icons-box-4 .content p {
    font-size: 14px;
    line-height: 25px;
}
.equal-height {
    height: auto;
}
/*------------------ ICONS BOX 4 ENDS ---------------------*/
/*-------------------- ICONS BOX 5 ----------------------*/

.icons-box-5 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-5 .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons-box-5 .box cont {
    margin-left: 0px;
    padding-top: 0px;
}
.icons-box-5 .box .icon {
    color: #f4759c;
    font-size: 35px;
    text-align: center;
}
.icons-box-5 .box .cont h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
}
.icons-box-5 .box .cont p {
    font-size: 25px;
    color: #2f3035;
    font-weight: 100;
    max-width: 500px;
    text-align: center;
    margin: auto;
    margin-bottom: 80px;
    line-height: 38px;
}
.icons-box-5 .box .meta {
    padding-top: 10px;
}
.icons-box-5 .box .meta .heading {
    color: #2f3035;
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
    text-align: center;
}
.icons-box-5 .box .meta .description {
    color: rgba(90, 81, 79, 0.74);
    font-size: 14px;
    padding-top: 15px;
    line-height: 20px;
    text-align: center;
}
.icons-box-5-bg {
    background: #f5f5f5;
}
.icons-box-5-line {
    width: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f46897;
    height: 3px;
    margin: 0px auto 0px;
    padding-bottom: 40px;
}
/*-------------------- ICONS BOX 5 ENDS ----------------------*/
/*-------------------- ICONS BOX 6 ----------------------*/

.icons-box-6 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-6 .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons-box-6 .box h1 {
    font-size: 35px;
    color: #2f3035;
    font-weight: 800;
    line-height: 35px;
    text-transform: capitalize;
}
.icons-box-6 .box p {
    font-size: 25px;
    color: #2f3035;
    font-weight: 100;
    max-width: 500px;
    line-height: 35px;
    margin-bottom: 80px;
}
.icons-box-6 .box .cont {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons-box-6 .box .cont .icon {
    color: #2f3035;
    font-size: 38px;
    float: left;
    padding: 15px;
    padding-bottom: 12px;
    background: transparent;
    border: 1px solid transparent;
    transition: all .5s ease;
}
.icons-box-6 .box .cont:hover .icon {
    color: #f46897;
    background: transparent;
    border: 1px solid #f46897;
}
.icons-box-6 .box .cont .meta {
    padding-top: 10px;
    margin-left: 80px;
}
.icons-box-6 .box .cont .meta .heading {
    color: #2f3035;
    font-size: 20px;
    font-weight: 500;
}
.icons-box-6 .box .cont .meta .description {
    color: rgba(90, 81, 79, 0.74);
    font-size: 14px;
    padding-top: 15px;
    line-height: 20px;
}
/*----------------------------- ICONS BOX 6 ENDS --------------------------------*/
/*-------------------- ICONS BOX 7 ----------------------*/

.icons-box-7 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-7 .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons-box-7 .box h1 {
    font-size: 35px;
    color: #2f3035;
    font-weight: 800;
    line-height: 35px;
    text-transform: capitalize;
}
.icons-box-7 .box .cont p {
    font-size: 25px;
    color: #2f3035;
    font-weight: 100;
    max-width: 500px;
    line-height: 35px;
    margin-bottom: 80px;
}
.icons-box-7 .box .icon {
    color: #fff;
    font-size: 38px;
    width: 72px;
    height: 72px;
    float: left;
    border-radius: 50%;
    padding: 16px;
    padding-left: 17px;
    background: #f46897;
}
.icons-box-7 .box .meta {
    padding-top: 10px;
    margin-left: 80px;
}
.icons-box-7 .box .meta .heading {
    color: #2f3035;
    font-size: 20px;
    font-weight: 500;
}
.icons-box-7 .box .meta .description {
    color: rgba(66, 76, 92, 0.58);
    font-size: 14px;
    padding-top: 15px;
    line-height: 20px;
}
.icons-box-7-bg {
    background: #f7f7f7;
}
.icons-box-7-line {
    width: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f4759c;
    height: 3px;
    margin-top: 5px;
    padding-bottom: 20px;
}
/*----------------------------- ICONS BOX 7 ENDS --------------------------------*/
/*-------------------- ICONS BOX 8 ----------------------*/

.icons-box-8 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-8 .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons-box-8 .box .heading {
    font-size: 35px;
    color: #2f3035;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: capitalize;
}
.icons-box-8 .box .description {
    font-size: 25px;
    color: #2f3035;
    font-weight: 100;
    max-width: 500px;
    margin: auto;
    text-align: center;
    padding-bottom: 70px;
}
.icons-box-8-line {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #2f3035;
    height: 3px;
    margin: 0px auto;
    padding-bottom: 20px;
}
.icons-box-8 .box .cont {
    padding: 40px 20px 40px 20px;
    border: 1px solid #fff;
    transition: all .5s ease;
}
.icons-box-8 .box .cont:hover {
    border: 1px solid #2f3035;
    border-bottom: 4px solid #2f3035;
}
.icons-box-8 .box .cont .icon {
    color: #2f3035;
    font-size: 50px;
    padding: 15px;
    text-align: center;
}
.icons-box-8 .box .cont .heading {
    color: #2f3035;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
.icons-box-8 .box .cont .description {
    font-size: 14px;
    padding-top: 30px;
    text-align: center;
    line-height: 25px;
}
.icons-box-8 .box .cont .btn-cont {
    padding-top: 15px;
    text-align: center;
}
a.icons-box-8-btn {
    width: auto;
    padding: 14px 30px 14px 30px;
    margin-top: 20px;
    color: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid #2f3035;
    background: #2f3035;
    font-family: 'Karla', sans-serif !important;
    transition: all .5s ease;
}
a.icons-box-8-btn:hover {
    width: auto;
    color: #eee;
    font-size: 12px;
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
}
/*----------------------------- ICONS BOX 8 ENDS --------------------------------*/
/*-------------------- ICONS BOX 9 ----------------------*/

.icons-box-9 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-9 .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons-box-9 .box .heading {
    font-size: 35px;
    color: #65d670;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 12px;
    text-align: left;
    text-transform: capitalize;
}
.icons-box-9 .box .description {
    font-size: 25px;
    color: #2f3035;
    max-width: 500px;
    font-weight: 100;
    text-align: left;
    line-height: 35px;
    margin-bottom: 80px;
}
.icons-box-9-line {
    width: 40px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #65d670;
    height: 3px;
    margin-top: 10px;
    padding-bottom: 20px;
}
.icons-box-9 .box .cont {
    padding: 40px 20px 40px 20px;
    border: 1px solid transparent;
    transition: all .5s ease;
}
.icons-box-9 .box .cont:hover {
    border: 1px solid #65d670;
    background: #65d670;
    color: #fff;
    border-radius: 6px;
}
.icons-box-9 .box .cont:hover .icon {
    color: #fff;
}
.icons-box-9 .box .cont:hover .heading {
    color: #fff;
}
.icons-box-9 .box .cont:hover .description {
    color: #fff;
}
.icons-box-9 .box .cont:hover a.icons-box-9-btn {
    color: #fff;
}
.icons-box-9 .box .cont .icon {
    color: #2f3035;
    font-size: 50px;
    padding: 15px;
    text-align: center;
}
.icons-box-9 .box .cont .heading {
    color: #65d670;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
.icons-box-9 .box .cont .description {
    color: #2f3035;
    font-size: 14px;
    padding-top: 30px;
    text-align: center;
    line-height: 25px;
}
.icons-box-9 .box .cont .btn-cont {
    padding-top: 15px;
    text-align: center;
}
a.icons-box-9-btn {
    width: auto;
    padding: 14px 30px 11px 30px;
    margin-top: 20px;
    color: #65d670;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid transparent;
    background: transparent;
    font-family: 'Karla', sans-serif !important;
    transition: all .5s ease;
}
a.icons-box-9-btn:hover {
    width: auto;
    color: #fff;
    font-size: 12px;
    border: 1px solid #65d670;
    background: #65d670;
}
.icons-box-9-bg {
    background: #f7f7f7;
}
/*----------------------------- ICONS BOX 9 ENDS --------------------------------*/
/*-------------------- ICONS BOX 10 ----------------------*/

.icons-box-10 {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
}
.icons-box-10 .box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.icons-box-10 .box .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 12px;
    text-align: center;
    text-transform: capitalize;
}
.icons-box-10 .box .description {
    font-size: 25px;
    color: #2f3035;
    font-weight: 100;
    text-align: center;
    line-height: 35px;
    max-width: 500px;
    margin: auto;
    padding-bottom: 70px;
}
.icons-box-10-line {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #2f3035;
    height: 3px;
    margin: auto;
    padding-bottom: 20px;
}
.icons-box-10 .box .cont {
    padding: 40px 20px 40px 20px;
    border: 1px solid #ccc;
    transition: all .5s ease;
}
.icons-box-10 .box .cont:hover {
    border: 1px solid #2f3035;
    background: #2f3035;
}
.icons-box-10 .box .cont:hover .icon {
    color: #fff;
}
.icons-box-10 .box .cont:hover .heading {
    color: #fff;
}
.icons-box-10 .box .cont:hover .description {
    color: #fff;
}
.icons-box-10 .box .cont:hover a.icons-box-10-btn {
    color: #fff;
}
.icons-box-10 .box .cont .icon {
    color: #2f3035;
    font-size: 50px;
    padding: 15px;
    text-align: center;
}
.icons-box-10 .box .cont .heading {
    color: #2f3035;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
.icons-box-10 .box .cont .description {
    color: #2f3035;
    font-size: 14px;
    padding-top: 30px;
    text-align: center;
    line-height: 25px;
}
.icons-box-10 .box .cont .btn-cont {
    padding-top: 15px;
    text-align: center;
}
a.icons-box-10-btn {
    width: auto;
    padding: 14px 30px 14px 30px;
    margin-top: 20px;
    color: #2f3035;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid #2f3035;
    background: transparent;
    font-family: 'Karla', sans-serif !important;
    transition: all .5s ease;
}
a.icons-box-10-btn:hover {
    width: auto;
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    background: #2f3035;
}
/*----------------------------- ICONS BOX 10 ENDS --------------------------------*/
/*-------------------- ICONS BOX 11 ----------------------*/

.icons-box-11 {
    padding-top: 100px;
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
}
.icons-box-11 .box {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.icons-box-11 .box .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: capitalize;
}
.icons-box-11 .box .description {
    font-size: 25px;
    color: #2f3035;
    font-weight: 100;
    text-align: center;
    padding-bottom: 80px;
    line-height: 35px;
    max-width: 500px;
    margin: auto;
}
.icons-box-11-line {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #2f3035;
    height: 3px;
    margin: auto;
    padding-bottom: 20px;
}
.icons-box-11 .box .cont {
    padding: 70px 40px 70px 40px;
}
.icons-box-11 .box .bg-1 {
    background-color: #5852a8;
}
.icons-box-11 .box .bg-1:hover {
    background-color: rgba(66, 76, 92, 0.58);
}
.icons-box-11 .box .bg-1:after {
    content: "";
    background-image: url(../images/people-woman-coffee-meeting.jpg);
    background-size: cover;
    background-position: center center;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.icons-box-11 .box .bg-2 {
    background-color: #65d670;
}
.icons-box-11 .box .bg-2:hover {
    background-color: rgba(66, 76, 92, 0.58);
}
.icons-box-11 .box .bg-2:after {
    content: "";
    background-image: url(../images/ipad-tablet-technology-touch.jpg);
    background-size: cover;
    background-position: center center;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.icons-box-11 .box .bg-3 {
    background-color: #f4759c;
}
.icons-box-11 .box .bg-3:hover {
    background-color: rgba(66, 76, 92, 0.58);
}
.icons-box-11 .box .bg-3:after {
    content: "";
    background-image: url(../images/man-people-office-writing.jpg);
    background-size: cover;
    background-position: center center;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.icons-box-11 .box:hover .cont .bg-1 .icon {
    color: #000;
}
.icons-box-11 .box .cont .icon {
    color: #fff;
    font-size: 50px;
    padding: 15px;
    text-align: center;
}
.icons-box-11 .box .cont .heading {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
.icons-box-11 .box .cont .description {
    color: #fff;
    font-size: 14px;
    padding-top: 30px;
    text-align: center;
    line-height: 25px;
}
.icons-box-11 .box .cont .btn-cont {
    padding-top: 15px;
    text-align: center;
}
a.icons-box-11-btn {
    width: auto;
    padding: 14px 30px 14px 30px;
    margin-top: 20px;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    border: none;
    background: transparent;
    font-family: 'Karla', sans-serif !important;
    transition: all .5s ease;
}
a.icons-box-11-btn:hover {
    width: auto;
    color: #fff;
    font-size: 12px;
    background: transparent;
}
/*----------------------------- ICONS BOX 11 ENDS --------------------------------*/
/*-------------------- ICONS BOX 12 ----------------------*/

.icons-box-12 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-12 .box {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid rgba(66, 76, 92, 0.2);
    margin-bottom: 10px;
}
.icons-box-12 .box .icon {
    color: #2f3035;
    font-size: 50px;
    float: left;
    padding-top: 16px;
}
.icons-box-12 .box .meta {
    padding-top: 10px;
    margin-left: 70px;
}
.icons-box-12 .box .meta .heading {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.icons-box-12 .box .meta .description {
    font-size: 14px;
    padding-top: 15px;
    text-align: left;
    line-height: 20px;
}
.icons-box-12-bg {
    background: #fff;
}
/*----------------------------- ICONS BOX 12 ENDS --------------------------------*/
/*-------------------- ICONS BOX 13 ----------------------*/

.icons-box-13 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-13 h1 {
    font-size: 35px;
    color: #2f3035;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 800;
    text-align: center;
}
.icons-box-13 p {
    font-size: 25px;
    color: #2f3035;
    text-align: center;
    max-width: 500px;
    line-height: 35px;
    font-weight: 100;
    padding-bottom: 80px;
    margin: auto;
}
.icons-box-13 .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons-box-13 .box .icon {
    color: #f4759c;
    font-size: 35px;
    float: left;
}
.icons-box-13 .box .meta {
    padding-top: 10px;
}
.icons-box-13 .box .meta .heading {
    color: #2f3035;
    font-size: 20px;
    font-weight: 500;
    padding-left: 50px;
    text-transform: capitalize;
}
.icons-box-13 .box .meta .description {
    font-size: 14px;
    padding-top: 20px;
    text-align: left;
    line-height: 22px;
}
.icons-box-13-bg {
    background: #f7f7f7;
}
/*-------------------- ICONS BOX 14 ----------------------*/

.icons-box-14 {
    padding-top: 100px;
    padding-bottom: 100px;
}
}
.icons-box-14 .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.icons-box-14 h1 {
    font-size: 35px;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 800;
    text-align: center;
}
.icons-box-14 p {
    font-size: 25px;
    font-weight: 100;
    max-width: 500px;
    margin: auto;
    line-height: 35px;
    padding-bottom: 80px;
    color: #2f3035;
    text-align: center;
}
.icons-box-14 .box .icon {
    color: #f4759c;
    font-size: 35px;
    float: left;
}
.icons-box-14 .box .meta {
    padding-top: 10px;
    padding-bottom: 40px;
}
.icons-box-14 .box .meta .heading {
    color: #2f3035;
    font-size: 20px;
    font-weight: 500;
    padding-left: 50px;
    text-transform: capitalize;
}
.icons-box-14 .box .meta .description {
    font-size: 14px;
    padding-top: 20px;
    text-align: left;
    line-height: 20px;
}
.icons-box-14-bg {
    background: rgba(245, 250, 248, 0.75);
}
.icons-box-14-line {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f4759c;
    height: 3px;
    margin: 0px auto;
    padding-bottom: 20px;
}
/*----------------------------- ICONS BOX 14 ENDS --------------------------------*/
/*-------------------- ICONS BOX 15 ----------------------*/

.icons-box-15 {
    display: -webkit-box;
}
.icons-box-15 .wrap {
    padding: 50px;
    background: #2a2829;
}
.icons-box-15 .box {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.icons-box-15 .box .heading {
    font-size: 22px;
    color: #2f3035;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 12px;
    text-transform: capitalize;
    text-align: center;
}
.icons-box-15 .box .description {
    font-size: 25px;
    color: #2f3035;
    font-weight: 100;
    max-width: 500px;
    margin: auto;
    text-align: center;
    padding-bottom: 80px;
}
.icons-box-15-line {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #daa520;
    height: 3px;
    margin: 0px auto;
    padding-bottom: 20px;
}
.icons-box-15 .wrap .cont {
    padding: 40px;
    border-right: 1px solid rgba(204, 204, 204, 0.35);
    transition: all .5s ease;
}
@media(max-width: 992px) {
    .icons-box-15 .wrap .cont {
        border: none;
    }
}
.icons-box-15 .wrap .cont:last-child {
    border-right: none;
}
.icons-box-15 .wrap .cont .icon {
    color: #DAA520;
    font-size: 50px;
    padding: 15px;
    text-align: center;
}
.icons-box-15 .wrap .cont .heading {
    color: rgba(255, 255, 255, 0.79);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    text-transform: capitalize;
}
.icons-box-15 .wrap .cont .description {
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    line-height: 20px;
}
/*----------------------------- ICONS BOX 15 ENDS --------------------------------*/
/*----------------------------- ICONS BOX 16 --------------------------------*/

.icons-box-16 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-16 .left {
    padding: 20px;
}
.icons-box-16 .left .box {
    padding: 20px;
}
.icons-box-16 .left .box .icon {
    color: #f4759c;
    font-size: 38px;
    float: right;
    border-radius: 50%;
    padding: 14px;
}
.icons-box-16 .left .box .meta {
    padding-top: 10px;
    margin-right: 80px;
}
.icons-box-16 .left .box .meta .heading {
    color: #2f3035;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
}
.icons-box-16 .left .box .meta .description {
    color: rgba(66, 76, 92, 0.58);
    font-size: 15px;
    padding-top: 15px;
    line-height: 20px;
    text-align: right;
}
.icons-box-16 .right {
    padding: 20px;
}
.icons-box-16 .right .box {
    padding: 20px;
}
.icons-box-16 .right .box .icon {
    color: #f4759c;
    font-size: 38px;
    float: left;
    border-radius: 50%;
    padding: 14px;
}
.icons-box-16 .right .box .meta {
    padding-top: 10px;
    margin-left: 80px;
}
.icons-box-16 .right .box .meta .heading {
    color: #2f3035;
    font-size: 18px;
    font-weight: 500;
}
.icons-box-16 .right .box .meta .description {
    color: rgba(66, 76, 92, 0.58);
    font-size: 14px;
    padding-top: 15px;
    line-height: 20px;
}
.icons-box-16-bg {
    background: #f7f7f7;
}
.icons-mt-55 {
    margin-top: 55px;
}
/*----------------------------- ICONS BOX 16 ENDS --------------------------------*/
/*----------------------------- ICONS BOX 17 --------------------------------*/

.icons-box-17 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.icons-box-17 .left {
    padding: 20px;
}
.icons-box-17 .left .box {
    padding: 20px;
}
.icons-box-17 .left .box .icon {
    color: #fff;
    font-size: 38px;
    float: right;
    border-radius: 50%;
    padding: 14px;
}
.icons-box-17 .left .box .meta {
    padding-top: 10px;
    margin-right: 80px;
}
.icons-box-17 .left .box .meta .heading {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
}
.icons-box-17 .left .box .meta .description {
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    padding-top: 14px;
    line-height: 20px;
    text-align: right;
}
.icons-box-17 .right {
    padding: 20px;
}
.icons-box-17 .right .box {
    padding: 20px;
}
.icons-box-17 .right .box .icon {
    color: #fff;
    font-size: 38px;
    float: left;
    border-radius: 50%;
    padding: 14px;
}
.icons-box-17 .right .box .meta {
    padding-top: 10px;
    margin-left: 80px;
}
.icons-box-17 .right .box .meta .heading {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.icons-box-17 .right .box .meta .description {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    padding-top: 15px;
    line-height: 20px;
}
.icons-box-17-bg {
    background: rgba(88, 82, 168, 0.77);
}
/*----------------------------- ICONS BOX 16 ENDS --------------------------------*/
/*------------------------------ MOCKUP 1 --------------------------------------*/

.mockup-1 {
    padding: 0px;
}
.mockup-1 .left {
    padding: 0px;
}
.mockup-1-img {
    height: 100%;
}
.mockup-1-img .overlay {
    font-size: 90px;
    padding-top: 250px;
    color: #fff;
    font-weight: 800;
    height: 100%;
    text-align: center;
    letter-spacing: 10px;
}
.mockup-1 .right {
    padding: 0px;
}
.mockup-1 .right .cont {
    padding: 80px 60px 80px 60px;
    margin: 0 auto;
    max-width: 500px;
}
@media(max-width: 640px) {
    .mockup-1 .right .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-1 .right .cont .heading {
    font-size: 38px;
    font-weight: 800;
    line-height: 40px;
}
.mockup-1 .right .cont .description {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 400px;
}
.mockup-1 .right .cont .button {
    border: 1px solid #5852a8;
    color: #5852a8;
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    height: 40px;
    margin-top: 10px;
    transition: all .5s ease;
}
.mockup-1 .right .cont .button:hover {
    border: 1px solid #5852a8;
    color: #fff;
    background: #5852a8;
}
/*------------------------------ MOCKUP 1 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 2 --------------------------------------*/

.mockup-2 {
    padding: 0px;
}
.mockup-2 .right {
    padding: 0px;
}
.mockup-2-img {
    height: 100%;
}
.mockup-2-img .overlay {
    font-size: 90px;
    padding-top: 250px;
    height: 100%;
    color: #fff;
    font-weight: 800;
    text-align: center;
    letter-spacing: 10px;
}
.mockup-2 .left {
    padding: 0px;
}
.mockup-2 .left .cont {
    padding: 80px 60px 80px 60px;
    margin: 0 auto;
    max-width: 500px;
}
@media(max-width: 640px) {
    .mockup-2 .left .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-2 .left .cont .heading {
    font-size: 38px;
    font-weight: 800;
    line-height: 40px;
}
.mockup-2 .left .cont .description {
    font-size: 15px;
    padding-top: 35px;
    padding-bottom: 20px;
    max-width: 400px;
}
.mockup-2 .left .cont .button {
    border: 1px solid #5852a8;
    color: #5852a8;
    background: transparent;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    height: 40px;
    margin-top: 10px;
    transition: all .5s ease;
}
.mockup-2 .left .cont .button:hover {
    border: 1px solid #5852a8;
    color: #fff;
    background: #5852a8;
}
/*------------------------------ MOCKUP 2 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 3 --------------------------------------*/

.mockup-3 {
    padding: 0px;
    border-top: 1px solid #eee;
}
.mockup-3 .left {
    padding: 0px;
}
.mockup-3 .left .image {
    background-image: url(../images/women-b&w.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 700px;
}
.mockup-3 .image .overlay {
    font-size: 90px;
    padding-top: 350px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    letter-spacing: 10px;
}
.mockup-3 .right {
    padding: 0px;
}
.mockup-3 .right .cont {
    padding-left: 100px;
    padding-top: 140px;
    padding-bottom: 100px;
}
@media(max-width: 768px) {
    .mockup-3 .right .cont {
        padding-left: 0px;
    }
}
.mockup-3 .right .cont .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.mockup-3 .right .cont .description {
    font-size: 15px;
    padding-top: 30px;
}
.mockup-3 .right .cont .icons-cont {
    padding: 0px;
    margin-top: 50px;
}
.mockup-3 .right .cont .icons-cont .box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mockup-3 .right .cont .icons-cont .box .icon {
    font-size: 32px;
    float: left;
    padding-top: 15px;
}
.mockup-3 .right .cont .icons-cont .box .meta {
    padding-top: 10px;
    padding-left: 60px;
}
.mockup-3 .right .cont .icons-cont .box .meta .head {
    font-size: 20px;
    font-weight: 500;
}
.mockup-3 .right .cont .icons-cont .box .meta .desc {
    font-size: 15px;
    line-height: 16px;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif !important;
}
/*------------------------------ MOCKUP 3 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 4 --------------------------------------*/

.mockup-4 {
    padding: 0px;
    border-top: 1px solid #eee;
}
.mockup-4 .left {
    padding: 0px;
}
.mockup-4 .left .cont {
    padding: 60px;
}
@media(max-width: 640px) {
    .mockup-4 .left .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-4 .left .cont .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.mockup-4 .left .cont .description {
    font-size: 15px;
    padding-top: 30px;
}
.mockup-4 .left .cont ul {
    padding-top: 50px;
    font-size: 17px;
    padding-left: 0px;
    list-style-type: none;
}
.color-ic {
    color: #5852a8;
}
.mockup-4 .right {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media(max-width: 768px) {
    .mockup-4 .right {
        padding-top: 50px;
    }
}
.mockup-4 .right img {
    width: 100%;
}
/*------------------------------ MOCKUP 4 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 5 --------------------------------------*/

.mockup-5 {
    padding: 0px;
    border-top: 1px solid #eee;
}
.mockup-5 .left {
    padding: 0px;
}
.mockup-5 .left img {
    max-height: 500px;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.mockup-5 .right {
    padding: 0px;
}
.mockup-5 .right .cont {
    padding: 100px 60px 100px 60px;
    margin: 0 auto;
    max-width: 500px;
}
@media(max-width: 640px) {
    .mockup-5 .right .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-5 .right .cont .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.mockup-5 .right .cont .description {
    font-size: 15px;
    padding-top: 30px;
}
.mockup-5 .right .link {
    font-size: 17px;
    padding-top: 30px;
}
.mockup-5 .right .link a {
    color: #5852a8;
}
.mrg-sm {
    margin-top: 150px;
}
.mockup-5 .right .link a:hover {
    color: #5852a8;
    text-decoration: none;
    border-bottom: 1px solid #5852a8;
}
/*------------------------------ MOCKUP 5 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 6 --------------------------------------*/

.mockup-6 {
    padding: 0px;
    background: #eee;
}
.mockup-6 .left {
    padding: 0px;
}
.mockup-6 .left .cont {
    padding: 100px 60px 100px 60px;
    margin: 0 auto;
    max-width: 500px;
}
@media(max-width: 640px) {
    .mockup-6 .left .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-6 .left .cont .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.mockup-6 .left .cont .description {
    font-size: 15px;
    padding-top: 30px;
}
.mockup-6 .left .link {
    font-size: 17px;
    padding-top: 30px;
}
.mockup-6 .left .link a {
    color: #5852a8;
}
.mockup-6 .left .link a:hover {
    color: #5852a8;
    text-decoration: none;
    border-bottom: 1px solid #5852a8;
}
.mockup-6 .right {
    padding: 0px;
    text-align: center;
}
.mockup-6 .right img {
    height: auto;
    max-width: 100%;
    padding-top: 60px;
    text-align: center;
    margin-left: auto;
}
/*------------------------------ MOCKUP 6 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 7 --------------------------------------*/

.mockup-7 {
    padding-top: 100px;
}
.mockup-7 .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.mockup-7 .cont {
    padding: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.mockup-7 .cont .icon {
    font-size: 50px;
    font-weight: 500;
    line-height: 27px;
    padding-bottom: 10px;
}
.mockup-7 .cont .head {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 10px;
}
.mockup-7 .cont .description {
    font-size: 15px;
}
.mockup-7 .cont img {
    max-width: 100%;
    height: auto;
}
.mockup-7-mrg {
    margin-top: 20px;
}
.pd-30 {
    padding-left: 30px;
}
/*------------------------------ MOCKUP 7 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 8 --------------------------------------*/

.mockup-8 {
    padding: 0px;
    background: #eee;
}
.mockup-8 .left {
    padding: 0px;
}
.mockup-8 .left .cont {
    padding-top: 100px;
}
.mockup-8 .left .cont img {
    max-width: 100%;
    height: auto;
}
.mockup-8-mrg {
    margin-top: 50px;
}
.mockup-8 .right {
    padding: 0px;
}
.mockup-8 .right .cont {
    padding: 100px 60px 100px 60px;
    margin: 0 auto;
    max-width: 500px;
}
@media(max-width: 640px) {
    .mockup-8 .right .cont {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.mockup-8 .right .cont .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.mockup-8 .right .cont .description {
    font-size: 15px;
    padding-top: 30px;
}
.mockup-8 .right .cont .button {
    border: 1px solid #2f3035;
    background: transparent;
    color: #2f3035;
    padding: 10px 25px 10px 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    transition: all .5s ease;
}
.mockup-8 .right .cont .button:hover {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
}
/*------------------------------ MOCKUP 8 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 9 --------------------------------------*/

.mockup-9 {
    padding: 0px;
}
.mockup-9 .left {
    padding: 0px;
}
.mockup-9 .left .cont {
    padding: 100px 60px 100px 60px;
    margin: 0 auto;
    max-width: 500px;
}
@media(max-width: 640px) {
    .mockup-9 .left .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-9-mrg {
    margin-top: 35px;
}
.mockup-9 .left .cont .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.mockup-9 .left .cont .description {
    font-size: 15px;
    padding-top: 40px;
}
.mockup-9 .left .cont .button {
    border: 1px solid #2f3035;
    background: transparent;
    color: #2f3035;
    padding: 10px 25px 10px 25px;
    margin-top: 30px;
    transition: all .5s ease;
}
.mockup-9 .left .cont .button:hover {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
}
.mockup-9 .right {
    padding-top: 80px;
}
.mockup-9 .right img {
    max-width: 100%;
    height: auto;
}
/*------------------------------ MOCKUP 9 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 10 --------------------------------------*/

.mockup-10 {
    padding: 0px;
    border-top: 1px solid #eee;
}
.mockup-10 .left {
    padding: 0px;
}
.mockup-10 .left .image {
    width: 100%;
    height: 650px;
    background: url(../images/man-people-office-writing-bw.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.mockup-10 .left .image .overlay {
    width: 100%;
    height: 650px;
    background: url(../images/grid.png);
}
.mockup-10 .left .image .overlay a i {
    font-size: 80px;
    padding-top: 45%;
    display: block;
    color: #fff;
    text-align: center;
    margin-left: auto;
}
.mockup-10 .left .image .overlay a:hover {
    text-decoration: none !important;
}
.mockup-10 .left .image .overlay a:active {
    text-decoration: none !important;
}
.mockup-10 .left .image .overlay a:focus {
    outline: none;
    text-decoration: none;
}
.mockup-10-mrg {
    margin-top: 80px;
}
.mockup-10 .right {
    padding: 0px;
}
.mockup-10 .right .cont {
    padding: 60px;
    padding-left: 100px;
    display: inline-block;
}
@media(max-width: 640px) {
    .mockup-10 .right .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-10 .right .cont .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.mockup-10 .right .cont .description {
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.mockup-10 .right .cont ul {
    list-style-type: none;
}
.mockup-10 .right .cont ul li {
    font-size: 16px;
}
.mockup-10 .right .cont ul li i {
    color: #5852a8;
}
/*------------------------------ MOCKUP 10 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 11 --------------------------------------*/

.mockup-11 {
    padding: 0px;
}
.mockup-11 .left {
    background: url(../images/tiles-black-and-white.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
}
.mockup-11 .left .overlay {
    padding: 0px;
    background: rgba(47, 48, 53, 0.75);
}
.mockup-11 .left .overlay .cont {
    padding: 100px 60px 100px 60px;
    margin: 0 auto;
    max-width: 500px;
}
@media(max-width: 640px) {
    .mockup-11 .left .overlay .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-11 .left .overlay .cont .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    color: #eee;
}
.mockup-11 .left .overlay .cont .description {
    padding-top: 30px;
    font-size: 15px;
    color: #eee;
}
.mockup-11 .left .overlay .cont .button {
    border: 1px solid #eee;
    background: transparent;
    color: #eee;
    padding: 10px 25px 10px 25px;
    margin-top: 30px;
    transition: all .5s ease;
}
.mockup-11 .left .overlay .cont .button:hover {
    border: 1px solid #eee;
    background: #eee;
    color: #2f3035;
}
.mockup-11 .right {
    background: url(../images/hand-watch.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
}
.mockup-11 .right .overlay {
    background: rgba(238, 238, 238, 0.77);
    padding: 0px;
}
.mockup-11 .right .overlay .cont {
    padding: 100px 60px 100px 60px;
    margin: 0 auto;
    max-width: 500px;
}
@media(max-width: 640px) {
    .mockup-11 .right .overlay .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-11 .right .overlay .cont .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.mockup-11 .right .overlay .cont .description {
    padding-top: 30px;
    font-size: 15px;
    max-width: 400px;
}
.mockup-11 .right .overlay .cont .button {
    border: 1px solid #2f3035;
    background: transparent;
    color: #2f3035;
    padding: 10px 25px 10px 25px;
    margin-top: 30px;
    transition: all .5s ease;
}
.mockup-11 .right .overlay .cont .button:hover {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
}
.btce {
    border-top-color: #eee;
}
/*------------------------------ MOCKUP 11 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 12 --------------------------------------*/

.mockup-12 {
    padding: 0px;
    background: url(../images/gray.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 600px;
}
.mockup-12 .left {
    padding: 0px;
}
.mockup-12 .left .cont {
    padding: 130px 60px 100px 60px;
}
@media(max-width: 640px) {
    .mockup-12 .left .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-12 .left .cont .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.mockup-12 .left .cont .description {
    font-size: 15px;
    margin-top: 30px;
    max-width: 400px;
}
.mockup-12 .left .cont .button {
    border: 1px solid #2f3035;
    background: transparent;
    color: #2f3035;
    padding: 10px 25px 10px 25px;
    margin-top: 30px;
    transition: all .5s ease;
}
.mockup-12 .left .cont .button:hover {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
}
.mockup-12 .right {
    padding: 0px;
}
.mockup-12 .right .cont {
    padding: 150px 60px 100px 60px;
}
.mockup-12 .right .cont .video-thumb {
    text-align: center;
    margin: 0 auto;
    height: 300px;
    max-width: 500px;
    background: url(../images/black-and-white-person-train-motion-42153.jpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.mockup-12 .right .cont .video-thumb .overlay {
    width: 100%;
    height: auto;
    background: url(../images/grid.png);
}
.mockup-12 .right .cont .video-thumb .overlay a i {
    font-size: 80px;
    padding-top: 100px;
    display: block;
    color: #fff;
    text-align: center;
    margin-left: auto;
}
.mockup-12 .right .cont .video-thumb .overlay a:hover {
    text-decoration: none !important;
}
.mockup-12 .right .cont .video-thumb .overlay a:active {
    text-decoration: none !important;
}
.mockup-12 .right .cont .video-thumb .overlay a:focus {
    outline: none;
    text-decoration: none;
}
/*------------------------------ MOCKUP 12 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 13 --------------------------------------*/

.mockup-13 {
    padding: 0px;
    border-top: 1px solid #eee;
}
.mockup-13 .left {
    padding: 0px;
}
.mockup-13 .left .image {
    background: url(../images/man-standing.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 700px;
}
.mockup-13 .right {
    padding: 0px;
}
.mockup-13 .right .cont {
    padding: 60px;
    padding-left: 100px;
}
@media(max-width: 640px) {
    .mockup-13 .right .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-13 .right .cont .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.mockup-13 .right .cont .description {
    font-size: 15px;
    padding-top: 30px;
    max-width: 400px;
}
/*------------------------------ MOCKUP 13 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 14 --------------------------------------*/

.mockup-14 {
    padding: 0px;
    background: #eee;
}
.mockup-14 .left {
    padding: 0px;
}
.mockup-14 .left .image {
    background: url(../images/building-5.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 600px;
}
/*------------------------------ MOCKUP 14 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 15 --------------------------------------*/

.mockup-15 {
    padding: 0px;
}
.mockup-15 .left {
    padding: 0px;
}
.mockup-15 .left .cont {
    padding: 60px;
}
@media(max-width: 640px) {
    .mockup-15 .left .cont {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.mockup-15 .right {
    padding: 0px;
}
.mockup-15 .right img {
    max-width: 100%;
    height: auto;
}
.pd-50-md {
    padding-top: 50%;
}
/*------------------------------ MOCKUP 15 ENDS --------------------------------------*/
/*------------------------------ MOCKUP 16 --------------------------------------*/

.mockup-16 {
    padding: 0px;
    border-top: 1px solid #eee;
}
.mockup-16 .left {
    padding: 0px;
}
.mockup-16 .left .image {
    background: url(../images/black-and-white-apple-desk-macbook-pro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: fixed;
    width: 100%;
    height: 600px;
}
.mockup-16 .left .image .overlay {
    width: 100%;
    height: 100%;
    background: transparent;
}
.mockup-16 .left .image .overlay .cont {
    padding: 100px 60px 100px 60px;
    margin: 0 auto;
    max-width: 450px;
}
.mockup-16 .left .image .overlay .cont .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.mockup-16 .left .image .overlay .cont .description {
    font-size: 15px;
    padding-top: 30px;
}
.mockup-16 .left .image .overlay .cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    padding: 10px 25px 10px 25px;
    margin-top: 30px;
    transition: all .5s ease;
}
.mockup-16 .left .image .overlay .cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.mockup-16 .right {
    padding: 0px;
}
.mockup-16 .right .a {
    padding: 0px;
    height: 300px;
}
.mockup-16 .right .a .cont {
    padding: 60px;
}
.mockup-16 .right .a .cont .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.mockup-16 .right .a .cont .description {
    font-size: 15px;
    padding-top: 10px;
}
.mockup-16 .right .b {
    padding: 0px;
    background: #eee;
    min-height: 300px;
}
.mockup-16 .right .b .cont {
    background: url(../images/creative-smartphone-notebook-typography.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
}
.mockup-16 .right .c {
    padding: 0px;
    background: #eee;
    min-height: 300px;
}
.mockup-16 .right .c .cont {
    background: url(../images/building-eee.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
}
.mockup-16 .right .d {
    padding: 0px;
    min-height: 300px;
}
.mockup-16 .right .d .cont {
    padding: 60px;
}
.mockup-16 .right .d .cont .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.mockup-16 .right .d .cont .description {
    font-size: 15px;
    padding-top: 10px;
}
/*------------------------------ MOCKUP 16 ENDS --------------------------------------*/
/*------------------------------ PROMO 1 --------------------------------------*/

.promo-1 {
    margin-top: 30px;
    background: #eee;
}
.promo-1 .cont {
    padding-top: 60px;
    padding-bottom: 60px;
}
.promo-1 .cont .text {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 25px;
    padding-bottom: 10px;
}
.promo-1 .cont .button {
    border: 1px solid #2f3035;
    background: transparent;
    color: #2f3035;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.promo-1 .cont .button:hover {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
}
/*------------------------------ PROMO 1 ENDS --------------------------------------*/
/*------------------------------ PROMO 2 --------------------------------------*/

.promo-2 {
    margin-top: 30px;
}
.promo-2 .cont {
    padding-top: 60px;
    padding-bottom: 60px;
}
.promo-2 .cont .text {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 25px;
    padding-bottom: 10px;
}
.promo-2 .cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.promo-2 .cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
/*------------------------------ PROMO 2 ENDS --------------------------------------*/
/*------------------------------ PROMO 3 --------------------------------------*/

.promo-3 {
    margin-top: 30px;
    background: #2f3035;
}
.promo-3 .cont {
    padding-top: 60px;
    padding-bottom: 60px;
}
.promo-3 .cont .text {
    color: #eee;
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 25px;
    padding-bottom: 10px;
}
.promo-3 .cont .button {
    border: 1px solid #eee;
    background: #eee;
    color: #2f3035;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.promo-3 .cont .button:hover {
    border: 1px solid #ccc;
    background: #ccc;
    color: #2f3035;
}
/*------------------------------ PROMO 3 ENDS --------------------------------------*/
/*------------------------------ PROMO 4 --------------------------------------*/

.promo-4 {
    margin-top: 30px;
}
.promo-4 .cont {
    padding-top: 100px;
    padding-bottom: 100px;
}
.promo-4 .cont .text {
    color: #eee;
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 25px;
    padding-bottom: 10px;
}
.promo-4 .cont span {
    color: #eee;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 18px;
    padding-bottom: 10px;
}
.promo-4 .cont .button {
    border: 1px solid #eee;
    background: #eee;
    color: #2f3035;
    margin-top: 15px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.promo-4 .cont .button:hover {
    border: 1px solid #ccc;
    background: #ccc;
    color: #2f3035;
}
/*------------------------------ PROMO 4 ENDS --------------------------------------*/
/*------------------------------ PROMO 5 --------------------------------------*/

.promo-5 {
    margin-top: 30px;
    background: #eee;
}
.promo-5 .cont {
    padding-top: 60px;
    padding-bottom: 60px;
}
.promo-5 .cont .text {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 25px;
    padding-bottom: 10px;
    text-align: center;
}
.promo-5 .cont .text-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 10px;
    text-align: center;
}
.promo-5 .cont .button {
    border: 1px solid #2f3035;
    background: transparent;
    color: #2f3035;
    margin-left: auto;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.promo-5 .cont .button:hover {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
}
/*------------------------------ PROMO 5 ENDS --------------------------------------*/
/*------------------------------ PROMO 6 --------------------------------------*/

.promo-6 {
    margin-top: 30px;
}
.promo-6 .cont {
    padding-top: 60px;
    padding-bottom: 60px;
    display: inline-block;
}
.promo-6 .cont .text {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 25px;
    padding-bottom: 10px;
    text-align: center;
}
.promo-6 .cont .text-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 10px;
    text-align: center;
}
.promo-6 .cont .button {
    border: 1px solid #2f3035;
    background: transparent;
    color: #2f3035;
    margin-left: auto;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.promo-6 .cont .button:hover {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
}
.promo-6 .cont .button-2 {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    margin-left: auto;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.promo-6 .cont .button-2:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
/*------------------------------ PROMO 6 ENDS --------------------------------------*/
/*------------------------------ PROMO 7 --------------------------------------*/

.promo-7 {
    margin-top: 30px;
    background: #eee;
}
.promo-7 .cont {
    padding-top: 100px;
    padding-bottom: 100px;
}
.promo-7 .cont .text {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 25px;
    padding-bottom: 10px;
    text-align: center;
}
.promo-7 .cont .text-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 10px;
    text-align: center;
}
.promo-7 .cont .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    height: 50px;
    color: #2f3035;
    background-color: transparent;
}
.promo-7 .cont .form-control:focus {
    border-color: #2f3035;
}
.promo-7 .cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    margin-left: auto;
    min-width: 200px;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.promo-7 .cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
/*------------------------------ PROMO 7 ENDS --------------------------------------*/
/*------------------------------ PROMO 8 --------------------------------------*/

.promo-8 {
    margin-top: 30px;
}
.promo-8 .cont {
    padding-top: 100px;
    padding-bottom: 100px;
}
.promo-8 .cont .text {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    line-height: 25px;
    padding-bottom: 10px;
    text-align: center;
}
.promo-8 .cont .text-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 10px;
    text-align: center;
}
.promo-8 .cont .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
    height: 50px;
    color: #2f3035;
    background-color: transparent;
}
.promo-8 .cont .form-control:focus {
    border-color: #2f3035;
}
.promo-8 .cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    width: 100%;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.promo-8 .cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.promo-8-mt {
    margin-top: 50px;
}
/*------------------------------ PROMO 8 ENDS --------------------------------------*/
/*------------------------------ PROMO 9 --------------------------------------*/

.promo-9 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.promo-9 .cont {
    padding: 30px;
}
.promo-9 .cont .numbr {
    font-size: 100px;
    line-height: 120px;
    color: #eee;
    font-weight: 800;
}
.promo-9 .cont .head {
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
}
.promo-9 .cont p {
    font-size: 15px;
    padding-top: 20px;
}
/*------------------------------ PROMO 9 ENDS --------------------------------------*/
/*------------------------------ BLOG POST BOX 1 --------------------------------------*/

.blog-box-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog-box-1 .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
    margin-left: 15px;
}
.blog-box-1 .cont {
    padding-top: 60px;
}
.blog-box-1 .cont .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-height: 250px;
}
.blog-box-1 .cont .video {
    width: 100%;
    min-height: 250px;
    border: none;
    margin-bottom: -8px !important;
}
.blog-box-1 .cont .image .overlay {
    background: #eee;
    opacity: 0;
    width: 100%;
    min-height: 250px;
    transition: all .5s ease;
}
.blog-box-1 .cont .image .overlay:hover {
    opacity: .6;
}
.blog-box-1 .cont .meta {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-box-1 .cont .meta h2 {
    font-size: 18px;
}
.blog-box-1 .cont .meta .date {
    font-size: 15px;
    color: #9c9a9a;
    font-weight: 500;
    font-style: italic;
}
.blog-box-1 .cont .meta p {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-box-1 .cont .meta .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    width: 100%;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.blog-box-1 .cont .meta .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.ml-15 {
    margin-left: 15px;
}
/*------------------------------ BLOG POST BOX 1 ENDS --------------------------------------*/
/*------------------------------ BLOG POST BOX 2 --------------------------------------*/

.blog-box-2 {
    padding-top: 100px;
}
.blog-box-2 .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
    text-align: center;
}
.blog-box-2 .left {
    padding: 0px;
}
.blog-box-2 .left .box {
    padding: 0px;
}
.blog-box-2 .left .box .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-height: 300px;
}
.blog-box-2 .left .box .video {
    width: 100%;
    min-height: 300px;
    border: 0px;
}
.blog-box-2 .left .box .arrow {
    position: absolute;
    right: 0;
    top: 140px;
    width: 0;
    height: 0;
    z-index: 999;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
}
.blog-box-2 .left .box .image .overlay {
    background: #eee;
    opacity: 0;
    width: 100%;
    height: 300px;
    transition: all .5s ease;
}
.blog-box-2 .left .box .image .overlay:hover {
    opacity: .6;
}
.blog-box-2 .left .box .cont {
    padding: 4%;
    height: 300px;
    border-top: 1px solid #eee;
}
.blog-box-2 .left .box .cont h2 {
    font-size: 18px;
    font-weight: 500;
}
.blog-box-2 .left .box .cont .date {
    font-size: 15px;
    color: #9c9a9a;
    font-weight: 500;
    font-style: italic;
}
.blog-box-2 .left .box .cont p {
    font-size: 15px;
}
.blog-box-2 .left .box .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.blog-box-2 .left .box .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.blog-box-2 .right {
    padding: 0px;
}
.blog-box-2 .right .box {
    padding: 0px;
}
.blog-box-2 .right .box .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-height: 300px;
}
.blog-box-2 .right .box .arrow {
    position: absolute;
    left: 0;
    z-index: 999;
    top: 140px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
}
.blog-box-2 .right .box .image .overlay {
    background: #eee;
    opacity: 0;
    width: 100%;
    height: 300px;
    transition: all .5s ease;
}
.blog-box-2 .right .box .image .overlay:hover {
    opacity: .6;
}
.blog-box-2 .right .box .cont {
    padding: 4%;
    border-top: 1px solid #eee;
}
.blog-box-2 .right .box .cont h2 {
    font-size: 18px;
    font-weight: 500;
}
.blog-box-2 .right .box .cont .date {
    font-size: 15px;
    color: #9c9a9a;
    font-weight: 500;
    font-style: italic;
}
.blog-box-2 .right .box .cont p {
    font-size: 15px;
}
.blog-box-2 .right .box .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.blog-box-2 .right .box .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.h-300 {
    height: 300px;
}
/*------------------------------ BLOG POST BOX 2 ENDS --------------------------------------*/
/*----------------------------- PARALLAX --------------------------------*/

.parallax-1 {
    background-attachment: fixed;
    background-image: url(../images/coffee-apple-iphone-desk.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.parallax-2 {
    background-attachment: fixed;
    background-image: url(../images/people-woman-coffee-meeting.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
/*----------------------------- PARALLAX ENDS --------------------------------*/
/*------------------------------ MAGNIFIC POPUP ------------------------------*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/*------------------------------ MAGNIFIC POPUP ENDS ------------------------------*/
/*----------------------------- PROGRESS BAR 1 --------------------------------*/

.progress-1 {
    padding-top: 30px;
}
.progress-1 .blue .box {
    padding-bottom: 8px;
}
.progress-1 .blue .box .progress {
    height: 2px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-1 .blue .box .progress-bar {
    background-color: #5852a8;
    position: relative;
}
.progress-1 .blue .box .progress-label .caption {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    float: left;
}
.progress-1 .blue .box .progress-label .percentage {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 12px;
    float: right;
}
.progress-1 .black .box {
    padding-bottom: 8px;
}
.progress-1 .black .box .progress {
    height: 2px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-1 .black .box .progress-bar {
    background-color: #2f3035;
    position: relative;
}
.progress-1 .black .box .progress-label div {
    display: inline-block;
}
.progress-1 .black .box .progress-label .caption {
    font-size: 15px;
    color: #2f3035;
    font-weight: 500;
    text-transform: capitalize;
    float: left;
}
.progress-1 .black .box .progress-label .percentage {
    font-size: 15px;
    color: #2f3035;
    font-weight: 500;
    text-transform: capitalize;
    float: right;
    margin-left: -30px;
}
/*----------------------------- PROGRESS BAR 1 ENDS --------------------------------*/
/*----------------------------- PROGRESS BAR 2 --------------------------------*/

.progress-2 {
    padding-top: 30px;
}
.progress-2 .blue .box {
    padding-bottom: 8px;
}
.progress-2 .blue .box .progress {
    height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-radius: 0px;
    box-shadow: none;
}
.progress-2 .blue .box .progress-bar {
    background-color: #5852a8;
    position: relative;
}
.progress-2 .blue .box .progress .caption {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    color: #fff;
    left: 10px;
    top: 9px;
}
.progress-2 .black .box {
    padding-bottom: 8px;
}
.progress-2 .black .box .progress {
    height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-radius: 0px;
}
.progress-2 .black .box .progress-bar {
    background-color: #2f3035;
    position: relative;
}
.progress-2 .black .box .progress-label div {
    display: inline-block;
}
.progress-2 .black .box .progress .caption {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    color: #fff;
    left: 10px;
    top: 9px;
}
/*----------------------------- PROGRESS BAR 2 ENDS --------------------------------*/
/* -----------------------------TAB STYLE 1 STARTS  ------------------ */

.tab-style-1 {
    padding: 100px 60px 100px 60px;
}
@media(max-width: 640px) {
    .tab-style-1 {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.tab-style-1 ul.icon-tabs {} .tab-style-1 ul.icon-tabs .icon {
    font-size: 35px;
    color: #a4a3a3;
    padding-bottom: 2px;
    text-align: center;
}
.tab-style-1 ul.icon-tabs .caption {
    font-size: 15px;
    color: #a4a3a3;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 2px;
    padding-bottom: 12px;
    text-align: center;
    font-family: 'Karla', sans-serif;
}
.tab-style-1 .tab-content {
    padding-bottom: 0px;
}
.tab-style-1 .tab-content .heading {
    font-size: 35px;
    text-align: left;
    font-weight: 800;
    line-height: 35px;
}
.tab-style-1 .tab-content .description {
    font-size: 15px;
    padding-top: 30px;
    max-width: 400px;
}
.tab-style-1.nav>li>a:focus,
.tab-style-1 .nav>li>a:hover {
    background-color: transparent;
}
.tab-style-1 .nav>li.active .icon,
.tab-style-1 .nav>li>a:focus .icon,
.tab-style-1 .nav>li>a:hover .icon {
    color: #2f3035;
}
.tab-style-1 .nav>li.active .caption,
.tab-style-1 .nav>li>a:focus .caption,
.tab-style-1 .nav>li>a:hover .caption {
    color: #2f3035;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
@media (max-width: 768px) .nav-justified>li {
    display: table-cell;
    width: 1%;
}
/* ----------------------- TAB STYLE 1 ENDS  ------------------ */
/* ----------------------- TAB STYLE 2  ------------------ */

.tab-style-2 {
    padding: 0px;
}
.tab-style-2 ul.icon-tabs {} .tab-style-2 ul.icon-tabs .icon {
    font-size: 35px;
    color: #a4a3a3;
    padding-bottom: 10px;
}
.tab-style-2 ul.icon-tabs .icon img {
    height: 70px;
}
.tab-style-2 ul.icon-tabs .caption {
    font-size: 15px;
    color: #a4a3a3;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: 'Karla', sans-serif;
}
.tab-style-2 .tab-content {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 25px;
}
.tab-style-2 .tab-content .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.tab-style-2 .tab-content .description {
    font-size: 15px;
    padding-top: 30px;
    max-width: 400px;
}
.tab-style-2 .nav>li>a:focus,
.tab-style-2 .nav>li>a:hover {
    background-color: transparent;
}
.tab-style-2 .nav>li.active .icon,
.tab-style-2 .nav>li>a:focus .icon,
.tab-style-2 .nav>li>a:hover .icon {
    color: #2f3035;
}
.tab-style-2 .nav>li.active .caption,
.tab-style-2 .nav>li>a:focus .caption,
.tab-style-2 .nav>li>a:hover .caption {
    color: #2f3035;
}
/* ------------------------- TAB STYLE 2 ENDS  ------------------ */
/* ------------------------- TAB STYLE 3  ------------------ */

.tab-style-3 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.tab-style-3 .herotext {
    padding-bottom: 50px;
    text-align: center;
}
.tab-style-3 .tab-content {
    padding: 25px;
    border: 1px solid #ccc;
}
.tab-style-3 .tab-content .description {
    font-size: 15px;
}
.tab-style-3 .nav>li>a:focus,
.tab-style-3 .nav>li>a:hover {
    background-color: transparent;
}
.tab-style-3 .nav>li>a {
    padding: 0px;
}
.tab-style-3 .nav>li .caption,
.tab-style-3 .nav>li>a .caption {
    font-size: 15px;
    color: #2f3035;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff
}
.tab-style-3 .nav>li.active .caption,
.tab-style-3 .nav>li>a:focus .caption,
.tab-style-3 .nav>li>a:hover .caption {
    color: #2f3035;
    background: #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: transparent;
    border-left-color: #ccc;
}
/* ------------------------ TAB STYLE 3 ENDS  ------------------ */
/* ------------------------- TAB STYLE 4  ------------------ */

.tab-style-4 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.tab-style-4 .herotext {
    padding-bottom: 50px;
    text-align: center;
}
.tab-style-4 .tab-content {
    padding: 25px;
    border: 1px solid #ccc;
}
.tab-style-4 .tab-content .description {
    font-size: 15px;
}
.tab-style-4 .nav {
    margin-bottom: -1px;
}
.tab-style-4 .nav>li>a:focus,
.tab-style-4 .nav>li>a:hover {
    background-color: transparent;
}
.tab-style-4 .nav>li>a {
    padding: 0px;
}
.tab-style-4 .nav>li .caption,
.tab-style-4 .nav>li>a .caption {
    font-size: 15px;
    color: #2f3035;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #ccc;
    border-left-color: transparent;
}
.tab-style-4 .nav>li.active .caption,
.tab-style-4 .nav>li>a:focus .caption,
.tab-style-4 .nav>li>a:hover .caption {
    color: #2f3035;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #fff;
    border-left-color: #ccc;
}
/* ------------------------ TAB STYLE 4 ENDS  ------------------ */
/* ------------------------- TAB STYLE 5  ------------------ */

.tab-style-5 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.tab-style-5 .herotext {
    padding-bottom: 50px;
    text-align: center;
}
.tab-style-5 .tab-content {
    padding: 25px;
    border: 1px solid #eee;
    background: #eee;
}
.tab-style-5 .tab-content .description {
    font-size: 15px;
}
.tab-style-5 .nav>li>a:focus,
.tab-style-5 .nav>li>a:hover {
    background-color: transparent;
}
.tab-style-5 .nav>li>a {
    padding: 0px;
}
.tab-style-5 .nav>li .caption,
.tab-style-5 .nav>li>a .caption {
    font-size: 15px;
    color: #2f3035;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.tab-style-5 .nav>li.active .caption,
.tab-style-5 .nav>li>a:focus .caption,
.tab-style-5 .nav>li>a:hover .caption {
    color: #2f3035;
    background: #eee;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eee;
    border-right-color: #eee;
    border-bottom-color: transparent;
    border-left-color: #eee;
}
/* ------------------------ TAB STYLE 5 ENDS  ------------------ */
/* ------------------------- TAB STYLE 6  ------------------ */

.tab-style-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.tab-style-6 .herotext {
    padding-bottom: 50px;
    text-align: center;
}
.tab-style-6 .tab-content {
    padding: 25px;
}
.tab-style-6 .tab-content .description {
    font-size: 15px;
}
.tab-style-6 .nav>li>a:focus,
.tab-style-6 .nav>li>a:hover {
    background-color: transparent;
}
.tab-style-6 .nav>li>a {
    padding: 0px;
}
.tab-style-6 .nav>li .caption,
.tab-style-6 .nav>li>a .caption {
    font-size: 15px;
    color: #2f3035;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tab-style-6 .nav>li.active .caption,
.tab-style-6 .nav>li>a:focus .caption,
.tab-style-6 .nav>li>a:hover .caption {
    color: #2f3035;
    border-bottom: 1px solid #000;
}
/* ------------------------ TAB STYLE 6 ENDS  ------------------ */
/* ------------------------- TAB STYLE 7  ------------------ */

.tab-style-7 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.tab-style-7 .herotext {
    padding-bottom: 50px;
    text-align: center;
}
.tab-style-7 .tab-content {
    padding: 25px;
    border: 1px solid #eee;
    background: #eee;
}
.tab-style-7 .tab-content .description {
    font-size: 15px;
}
.tab-style-7 .nav>li>a:focus,
.tab-style-7 .nav>li>a:hover {
    background-color: transparent;
}
.tab-style-7 .nav>li>a {
    padding: 0px;
}
.tab-style-7 .nav>li .caption,
.tab-style-7 .nav>li>a .caption {
    font-size: 15px;
    color: #2f3035;
    font-weight: 500;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.tab-style-7 .nav>li.active .caption,
.tab-style-7 .nav>li>a:focus .caption,
.tab-style-7 .nav>li>a:hover .caption {
    color: #2f3035;
    background: #eee;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eee;
    border-right-color: #eee;
    border-bottom-color: transparent;
    border-left-color: #eee;
}
/* ------------------------ TAB STYLE 7 ENDS  ------------------ */
/* ------------------------ PORTFOLIO ------------------ */

.port-filter {
    text-align: right;
}
.port-filter a {
    margin-right: 10px;
    color: #2f3035;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.port-filter a.current {
    font-weight: 800;
}
.port-item {
    float: left;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}
.port-img-overlay {
    position: relative;
    overflow: hidden;
}
.port-img-overlay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    transition: all .5s ease;
}
.port-item:hover .port-img-overlay:after {
    background: rgba(255, 255, 255, 0.69);
    transition: all .5s ease;
}
.port-img {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0px;
    transition: all .5s ease;
}
.port-item:hover .port-img {
    -webkit-transform: scale(1.3) translateZ(0);
    -moz-transform: scale(1.3) translateZ(0);
    -o-transform: scale(1.3) translateZ(0);
    -ms-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}
.port-img-cont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all .5s ease;
    height: 100%;
    width: 100%;
    padding: 20px 40px 40px;
}
.port-title-cont {
    transform: translateY(0);
    opacity: 0;
}
.port-item:hover .port-title-cont {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    transition: all .5s ease;
    transform: translateY(-50%);
    opacity: 1;
}
.port-title-cont h3 {
    margin: 0;
    color: #2f3035;
    font-size: 20px;
    line-height: 30px;
}
.port-title-cont span {
    margin: 0;
    color: #666;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
}
.port-gutter {
    padding: 0 0 15px 15px;
}
.port-cont-gutter {
    margin: 0 0 0 -15px;
}
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/* ----------------------- PORTFOLIO ENDS ------------------ */
/* ----------------------- PRICING 1 ------------------ */

.pricing-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-1 .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.pricing-1 .cont {
    margin-top: 100px;
    padding: 15px;
    border: 2px solid #eee;
    width: 100%;
    height: 600px;
}
.pricing-1 .cont .box {
    background: #f4f4f4;
    height: 100%;
    width: 100%;
}
.pricing-1 .cont .box .type {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    padding-top: 70px;
}
.pricing-1 .cont .box .price {
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;
}
.pricing-1 .cont .box .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;
}
.pricing-1 .cont .box ul {
    padding: 20px;
    margin-top: 50px;
}
.pricing-1 .cont .box ul li {
    padding-top: 4px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
}
.pricing-1 .cont .box .button-cont {
    text-align: center;
    margin: 0 auto;
}
.pricing-1 .cont .box .button-cont .button {
    border: 1px solid #2f3035;
    background: transparent;
    color: #2f3035;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-1 .cont .box .button-cont .button:hover {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
}
.pricing-1 .cont-2 {
    margin-top: 50px;
    padding: 15px;
    border: 2px solid #2f3035;
    width: 100%;
    height: 700px;
}
.pricing-1 .cont-2 .box {
    height: 100%;
    width: 100%;
}
.pricing-1 .cont-2 .box .type {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    padding-top: 120px;
}
.pricing-1 .cont-2 .box .price {
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;
}
.pricing-1 .cont-2 .box .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;
}
.pricing-1 .cont-2 .box ul {
    padding: 20px;
    margin-top: 50px;
}
.pricing-1 .cont-2 .box ul li {
    padding-top: 4px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
}
.pricing-1 .cont-2 .box .button-cont {
    text-align: center;
    margin: 0 auto;
}
.pricing-1 .cont-2 .box .button-cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-1 .cont-2 .box .button-cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.bl-none {
    border-left: none !important;
}
.br-none {
    border-right: none !important;
}
/* ----------------------- PRICING 1 ENDS ------------------ */
/* ----------------------- PRICING 2 ------------------ */

.pricing-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-2 .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.pricing-2 .cont {
    padding: 50px 15px 50px 15px;
    height: auto;
    margin-top: 100px;
    border: 2px solid #eee;
    border-right-color: transparent;
    transition: all .5s ease;
}
.pricing-2 .cont:last-child {
    border-right-color: #eee;
}
.pricing-2 .cont:hover {
    border: 2px solid #2f3035;
}
.pricing-2 .cont .type {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
}
.pricing-2 .cont .price {
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;
}
.pricing-2 .cont .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;
}
.pricing-2 .cont ul {
    padding: 20px;
    margin-top: 50px;
}
.pricing-2 .cont ul li {
    padding-top: 4px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
}
.pricing-2 .cont .button-cont {
    text-align: center;
    margin: 0 auto;
}
.pricing-2 .cont .button-cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-2 .cont .button-cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
/* ----------------------- PRICING 2 ENDS ------------------ */
/* ----------------------- PRICING 3 ------------------ */

.pricing-3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-3 .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.pricing-3 .cont {
    padding: 0px;
    margin-top: 100px;
}
.pricing-3 .cont .head {
    height: 200px;
    width: 100%;
    background-color: #2f3035;
}
.pricing-3 .cont .head .price {
    font-size: 60px;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 65px;
}
.pricing-3 .cont .head .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;
}
.pricing-3 .cont .head .overlay {
    height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.10);
}
.pricing-3 .cont .head .overlay .type {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
}
.pricing-3 .cont .body {
    background-color: #eee;
    padding: 50px 15px 20px 15px;
}
.pricing-3 .cont .body ul {
    padding: 0px;
}
.pricing-3 .cont .body ul li {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.pricing-3 .cont .body .button-cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.pricing-3 .cont .body .button-cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    width: 100%;
    border-radius: 0px;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-3 .cont .body .button-cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.pricing-3-bg-2 {
    background-color: #5852a8 !important;
}
.pricing-3-bg-3 {
    background-color: #ffea00 !important;
}
/* ----------------------- PRICING 3 ENDS ------------------ */
/* ----------------------- PRICING 4 ------------------ */

.pricing-4 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-4 .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.pricing-4 .cont {
    padding: 0px;
    margin-top: 100px;
}
.pricing-4 .cont .head {
    height: 200px;
    width: 100%;
    background-color: #2f3035;
}
.pricing-4 .cont .head .price {
    font-size: 60px;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 65px;
}
.pricing-4 .cont .head .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-top: 50px;
}
.pricing-4 .cont .head .overlay {
    height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.10);
}
.pricing-4 .cont .head .overlay .type {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
}
.pricing-4 .cont .body {
    background-color: #eee;
    padding: 50px 15px 20px 15px;
}
.pricing-4 .cont .body ul {
    padding: 0px;
}
.pricing-4 .cont .body ul li {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.pricing-4 .cont .body .button-cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.pricing-4 .cont .body .button-cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #eee;
    width: 100%;
    border-radius: 0px;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-4 .cont .body .button-cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.pricing-4 .cont-2 {
    padding: 0px;
    margin-top: 100px;
    height: 587px;
    background-color: #2f3035;
}
.pricing-4 .cont-2 .overlay {
    height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.10);
}
.pricing-4 .cont-2 .overlay .type {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    padding-top: 8px;
}
.pricing-4 .cont-2 .body {
    padding: 50px 15px 20px 15px;
    margin-top: 160px;
}
.pricing-4 .cont-2 .body ul {
    padding: 0px;
}
.pricing-4 .cont-2 .body ul li {
    padding-top: 15px;
    text-align: right;
    padding-bottom: 4px;
    color: #eee;
    list-style-type: none;
}
/* ----------------------- PRICING 4 ENDS ------------------ */
/* ----------------------- PRICING 5 ------------------ */

.pricing-5 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-5 .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.pricing-5 .cont-1 {
    padding: 0px;
    margin-top: 100px;
    height: 587px;
}
.pricing-5 .cont-1 .head {
    height: 200px;
    width: 100%;
    background-color: #5852a8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pricing-5 .cont-1 .head .box {
    padding: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.pricing-5 .cont-1 .head .box .ribbon {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 70px;
    border: 30px solid #ffea00;
    border-top: 0 solid;
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    top: 102px;
    right: 30px;
}
.pricing-5 .cont-1 .head .box .ribbon .text {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: -18px;
    top: 10px;
}
.pricing-5 .cont-1 .head .box .type {
    color: #fff;
    font-weight: 100;
    font-size: 30px;
    text-align: center;
    padding-top: 8px;
}
.pricing-5 .cont-1 .head .box .price {
    color: #ffea00;
    font-weight: 100;
    font-size: 50px;
    text-align: center;
    padding-top: 34px;
}
.pricing-5 .cont-1 .head .box .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #eee;
}
.pricing-5 .cont-1 .body {
    padding: 30px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.pricing-5 .cont-1 .body ul {
    padding: 0px;
}
.pricing-5 .cont-1 .body ul li {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.pricing-5 .cont-1 .body .button-cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.pricing-5 .cont-1 .body .button-cont .button {
    border: 1px solid #5852a8;
    background: #5852a8;
    color: #eee;
    width: 150px;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-5 .cont-1 .body .button-cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.pricing-5 .cont-2 {
    padding: 0px;
    margin-top: 100px;
    height: 587px;
}
.pricing-5 .cont-2 .head {
    height: 200px;
    width: 100%;
    background-color: #2f3035;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pricing-5 .cont-2 .head .box {
    padding: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.pricing-5 .cont-2 .head .box .ribbon {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 70px;
    border: 30px solid #ccc;
    border-top: 0 solid;
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    top: 102px;
    right: 30px;
}
.pricing-5 .cont-2 .head .box .ribbon .text {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: -18px;
    top: 10px;
}
.pricing-5 .cont-2 .head .box .type {
    color: #fff;
    font-weight: 100;
    font-size: 30px;
    text-align: center;
    padding-top: 8px;
}
.pricing-5 .cont-2 .head .box .price {
    color: #ccc;
    font-weight: 100;
    font-size: 50px;
    text-align: center;
    padding-top: 34px;
}
.pricing-5 .cont-2 .head .box .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #eee;
}
.pricing-5 .cont-2 .body {
    padding: 30px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.pricing-5 .cont-2 .body ul {
    padding: 0px;
}
.pricing-5 .cont-2 .body ul li {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.pricing-5 .cont-2 .body .button-cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.pricing-5 .cont-2 .body .button-cont .button {
    border: 1px solid #ccc;
    background: #ccc;
    color: #2f3035;
    width: 150px;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-5 .cont-2 .body .button-cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.pricing-5 .cont-3 {
    padding: 0px;
    margin-top: 100px;
    height: 587px;
}
.pricing-5 .cont-3 .head {
    height: 200px;
    width: 100%;
    background-color: #ffea00;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pricing-5 .cont-3 .head .box {
    padding: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.pricing-5 .cont-3 .head .box .ribbon {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 70px;
    border: 30px solid #2f3035;
    border-top: 0 solid;
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    top: 102px;
    right: 30px;
}
.pricing-5 .cont-3 .head .box .ribbon .text {
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: -18px;
    top: 10px;
}
.pricing-5 .cont-3 .head .box .type {
    color: #fff;
    font-weight: 100;
    font-size: 30px;
    text-align: center;
    padding-top: 8px;
}
.pricing-5 .cont-3 .head .box .price {
    color: #2f3035;
    font-weight: 100;
    font-size: 50px;
    text-align: center;
    padding-top: 34px;
}
.pricing-5 .cont-3 .head .box .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
.pricing-5 .cont-3 .body {
    padding: 30px;
    border: 1px solid #ccc;
    border-top-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.pricing-5 .cont-3 .body ul {
    padding: 0px;
}
.pricing-5 .cont-3 .body ul li {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.pricing-5 .cont-3 .body .button-cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.pricing-5 .cont-3 .body .button-cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #fff;
    width: 150px;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-5 .cont-3 .body .button-cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
/* ----------------------- PRICING 5 ENDS ------------------ */
/* ----------------------- PRICING 6 ------------------ */

.pricing-6 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-6 .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.pricing-6 .cont-1 {
    padding: 0px;
    margin-top: 100px;
    height: 587px;
}
.pricing-6 .cont-1 .head {
    height: 200px;
    width: 100%;
    background-color: #5852a8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pricing-6 .cont-1 .head .box {
    padding: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.pricing-6 .cont-1 .head .box .ribbon {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 70px;
    border: 30px solid #ffea00;
    border-top: 0 solid;
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    top: 102px;
    right: 30px;
}
.pricing-6 .cont-1 .head .box .ribbon .text {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: -18px;
    top: 10px;
}
.pricing-6 .cont-1 .head .box .type {
    color: #fff;
    font-weight: 100;
    font-size: 30px;
    text-align: center;
    padding-top: 8px;
}
.pricing-6 .cont-1 .head .box .price {
    color: #ffea00;
    font-weight: 100;
    font-size: 50px;
    text-align: center;
    padding-top: 34px;
}
.pricing-6 .cont-1 .head .box .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #eee;
}
.pricing-6 .cont-1 .body {
    padding: 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.pricing-6 .cont-1 .body ul {
    padding: 0px;
}
.pricing-6 .cont-1 .body ul li {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.pricing-6 .cont-1 .body .button-cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.pricing-6 .cont-1 .body .button-cont .button {
    border: 1px solid #5852a8;
    background: #5852a8;
    color: #eee;
    width: 150px;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-6 .cont-1 .body .button-cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.pricing-6 .cont-2 {
    padding: 0px;
    margin-top: 40px;
    height: auto;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 17px 6px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 1px 1px 17px 6px rgba(0, 0, 0, 0.39);
    box-shadow: 1px 1px 17px 6px rgba(0, 0, 0, 0.39);
}
.pricing-6 .cont-2 .head {
    height: 200px;
    width: 100%;
    background-color: #2f3035;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pricing-6 .cont-2 .head .box {
    padding: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.pricing-6 .cont-2 .head .box .ribbon {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 70px;
    border: 30px solid #ccc;
    border-top: 0 solid;
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    top: 42px;
    right: 30px;
}
.pricing-6 .cont-2 .head .box .ribbon .text {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: -18px;
    top: 10px;
}
.pricing-6 .cont-2 .head .box .type {
    color: #fff;
    font-weight: 100;
    font-size: 30px;
    text-align: center;
    padding-top: 8px;
}
.pricing-6 .cont-2 .head .box .price {
    color: #ccc;
    font-weight: 100;
    font-size: 50px;
    text-align: center;
    padding-top: 34px;
}
.pricing-6 .cont-2 .head .box .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #eee;
}
.pricing-6 .cont-2 .body {
    padding: 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.pricing-6 .cont-2 .body ul {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
}
.pricing-6 .cont-2 .body ul li {
    padding-top: 20px;
    font-size: 17px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.pricing-6 .cont-2 .body .button-cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.pricing-6 .cont-2 .body .button-cont .button {
    border: 1px solid #ccc;
    background: #ccc;
    color: #2f3035;
    width: 170px;
    font-size: 17px;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-6 .cont-2 .body .button-cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.pricing-6 .cont-3 {
    padding: 0px;
    margin-top: 100px;
    height: 587px;
}
.pricing-6 .cont-3 .head {
    height: 200px;
    width: 100%;
    background-color: #ffea00;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pricing-6 .cont-3 .head .box {
    padding: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.pricing-6 .cont-3 .head .box .ribbon {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 70px;
    border: 30px solid #2f3035;
    border-top: 0 solid;
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 1);
    -o-text-overflow: clip;
    text-overflow: clip;
    position: absolute;
    top: 102px;
    right: 30px;
}
.pricing-6 .cont-3 .head .box .ribbon .text {
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: -18px;
    top: 10px;
}
.pricing-6 .cont-3 .head .box .type {
    color: #fff;
    font-weight: 100;
    font-size: 30px;
    text-align: center;
    padding-top: 8px;
}
.pricing-6 .cont-3 .head .box .price {
    color: #2f3035;
    font-weight: 100;
    font-size: 50px;
    text-align: center;
    padding-top: 34px;
}
.pricing-6 .cont-3 .head .box .time {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
.pricing-6 .cont-3 .body {
    padding: 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-top-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.pricing-6 .cont-3 .body ul {
    padding: 0px;
}
.pricing-6 .cont-3 .body ul li {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 4px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.pricing-6 .cont-3 .body .button-cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}
.pricing-6 .cont-3 .body .button-cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #fff;
    width: 150px;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    transition: all .5s ease;
}
.pricing-6 .cont-3 .body .button-cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
}
.high-stack {
    z-index: 999;
}
/* ----------------------- PRICING 6 ENDS ------------------ **/
/* ----------------------- OWL CAROUSEL ------------------ **/
/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item img {
    display: block;
    /*width: 100%;*/
    
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js .owl-carousel {
    display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
/* ----------------------- OWL CAROUSEL ENDS ------------------ **/
/* ----------------------- OWL THEME ------------------ **/

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    position: absolute;
    z-index: 10;
    right: -30px;
    top: 25%;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 10;
    left: -30px;
    top: 25%;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #2f3035;
    font-size: 38px;
    background-color: rgba(255, 255, 255, 0.67);
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    padding-top: 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    margin-top: 10px;
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 6px 6px;
    background: #ccc;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2f3035;
    height: 10px;
    width: 10px;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    
    opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* ----------------------- OWL THEME ENDS ------------------ **/
/* ----------------------- TESTIMONIAL 1 ------------------ **/

.test-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.test-1 .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.test-1 .cont {
    padding-top: 50px;
    padding-bottom: 50px;
}
.test-1 .cont .content {
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 20px;
    height: auto;
    padding: 20px;
    font-size: 15px;
}
.test-1 .cont .arrow {
    width: 0;
    height: 0;
    margin-left: 20px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ccc;
}
.test-1 .cont .meta {
    width: 100%;
    height: auto;
    padding: 0px;
}
.test-1 .cont .meta .image {
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
    border-radius: 50%;
    border: 2px solid #ccc;
}
.test-1 .cont .meta .name {
    font-size: 18px;
    font-weight: 500;
    padding-top: 16px;
    padding-left: 10px;
}
.test-1 .cont .meta .info {
    font-size: 15px;
    padding-left: 10px;
}
/* ----------------------- TESTIMONIAL 1 ENDS ------------------ **/
/* ----------------------- TESTIMONIAL 2 ------------------ **/

.test-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.test-2 .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.test-2 .cont {
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    border-radius: 15px;
    margin-top: 30px;
    background-color: #fff;
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
}
.test-2 .cont .image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
}
.test-2 .cont .content {
    padding-left: 130px;
    padding-right: 20px;
    font-size: 15px;
}
.test-2 .cont .author {
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    padding-top: 10px;
}
.test-2 .cont .author-meta {
    font-size: 15px;
    text-align: right;
}
.test-2-mrg {
    margin-top: 80px;
}
/* ----------------------- TESTIMONIAL 2 ENDS ------------------ **/
/* ----------------------- TESTIMONIAL 3 ------------------ **/

.test-3 {
    padding: 0px;
}
.test-3 .overlay {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(0, 0, 0, 0.78);
    padding-left: 20px;
    padding-right: 20px;
}
.test-3 .overlay .quote-cont {
    display: block;
}
.test-3 .overlay .quote-cont .image {
    width: 100px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.test-3 .overlay .text {
    max-width: 600px;
    padding-top: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    margin: 0 auto;
}
.test-3 .overlay .author {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-top: 50px;
    color: #fff;
}
.test-3 .overlay .meta {
    font-size: 15px;
    text-align: center;
    color: #fff;
}
/* ----------------------- TESTIMONIAL 3 ENDS ------------------ **/
/* ----------------------- TESTIMONIAL 4 ------------------ **/

.test-4 {
    padding-top: 100px;
    padding-bottom: 50px;
}
.test-4 .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.test-4 .cont .image-cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 30px;
}
.test-4 .cont .image-cont .image {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
}
.test-4 .cont .content {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 15px;
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
}
.test-4 .cont .content .arrow {
    width: 0;
    position: absolute;
    height: 0;
    left: 3px;
    top: 100px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ccc;
}
.test-4 .cont .content p {
    font-size: 15px;
    padding-left: 15px;
    margin: 0px;
}
.test-4 .cont .content .author {
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    padding-right: 15px;
}
.test-4 .cont .content .author-meta {
    font-size: 15px;
    text-align: right;
    padding-right: 15px;
}
/* ----------------------- TESTIMONIAL 4 ENDS ------------------ **/
/* ----------------------- TESTIMONIAL 5 ------------------ **/

.test-5 {
    background: rgba(88, 82, 168, 0.81);
}
.test-5 .overlay {
    padding-top: 100px;
    padding-bottom: 50px;
}
.test-5 .overlay .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
}
.test-5 .overlay .cont .image-cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 30px;
}
.test-5 .overlay .cont .image-cont .image {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    text-align: center;
    margin: 0 auto;
}
.test-5 .overlay .cont .content {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 50px;
    border-radius: 15px;
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
}
.test-5 .overlay .cont .content .arrow {
    width: 0;
    position: absolute;
    height: 0;
    left: 4px;
    top: 100px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
}
.test-5 .overlay .cont .content p {
    font-size: 15px;
    padding-left: 15px;
    margin: 0px;
}
.test-5 .overlay .cont .content .author {
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    padding-right: 15px;
}
.test-5 .overlay .cont .content .author-meta {
    font-size: 15px;
    text-align: right;
    padding-right: 15px;
}
/* ----------------------- TESTIMONIAL 5 ENDS ------------------ **/
/** ----------------------- TEAM STYLE 1 ------------------ **/

.team-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.team-1 .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.team-1 .cont {
    width: 100%;
    cursor: pointer;
}
.team-1 .cont .image {
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.team-1 .cont:hover .image {
    -webkit-filter: none;
    filter: none;
}
.team-1 .cont .meta {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    height: auto;
    background: #fff;
    margin-bottom: 20px;
}
.team-1 .cont .meta .title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
}
.team-1 .cont .meta .position {
    font-size: 14px;
    font-weight: 800;
    line-height: 25px;
    text-align: center;
}
.team-1 .cont .meta .description {
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.team-1 .cont .meta .social {
    text-align: center;
}
.team-1 .cont .meta .social ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-inline-box;
}
.team-1 .cont .meta .social ul li a {
    font-size: 18px;
    padding: 10px;
    color: #2f3035;
}
.team-1 .cont .meta .social ul li a:hover {
    text-decoration: none;
}
/** ----------------------- TEAM STYLE 1 ENDS ------------------ **/
/** ----------------------- TEAM STYLE 2 ------------------ **/

.team-2 {
	padding-bottom: 100px;
	background: #f8f8f8;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 85px;
}
.team-2 .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.team-2 .cont {
    width: 100%;
}
.team-2 .cont .image {
    width: 100%;
    height: auto;
    margin: 0;
}
.team-2 .cont .meta {
    width: 100%;
    padding: 15px;
    border: 1px solid #fff;
    height: auto;
    background: #fff;
    margin-bottom: 20px;
}
.team-2 .cont .meta .title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
}
.team-2 .cont .meta .position {
    font-size: 14px;
    font-weight: 800;
    line-height: 25px;
    text-align: center;
}
.team-2 .cont .meta .description {
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.team-2 .cont .meta .social {
    text-align: center;
}
.team-2 .cont .meta .social ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-inline-box;
}
.team-2 .cont .meta .social ul li a {
    font-size: 18px;
    padding: 10px;
    color: #2f3035;
}
.team-1 .cont .meta .social ul li a:hover {
    text-decoration: none;
}
/** ----------------------- TEAM STYLE 2 ENDS ------------------ **/
/** ----------------------- TEAM STYLE 3 ------------------ **/

.team-3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.team-3 .heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    text-align: center;
}
.team-3 .cont {
    padding: 0px;
    margin-bottom: 50px;
}
.team-3 .cont .image {
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-3 .cont .overlay {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 30px;
    background: rgba(252, 249, 0, 0.64);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.team-3 .cont .overlay:hover {
    opacity: 1;
}
.team-3 .cont .overlay .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.team-3 .cont .overlay .meta .name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
.team-3 .cont .overlay .meta .line {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #2f3035;
    height: 3px;
    margin-top: 5px;
    padding-bottom: 0px;
}
.team-3 .cont .overlay .meta .position {
    font-size: 14px;
    text-transform: uppercase;
}
.team-3 .cont .overlay .meta ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-inline-box;
}
.team-3 .cont .overlay .meta ul li a {
    font-size: 14px;
    padding: 10px;
    padding-left: 0px;
    color: #2f3035;
}
.team-3 .cont .overlay .meta ul li a:hover {
    text-decoration: none;
}
/** ----------------------- TEAM STYLE 3 ENDS ------------------ **/
/** ----------------------- TEAM STYLE 4 ------------------ **/

.team-4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f8f8f8;
}
.team-4 .left {
    padding: 0px;
}
.team-4 .left .cont {
    padding-top: 120px;
    padding-bottom: 120px;
}
.team-4 .left .cont .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
}
.team-4 .left .cont .description {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 40px;
    max-width: 400px;
}
.team-4 .left .cont .button {
    border: 1px solid #2f3035;
    background: #2f3035;
    color: #fff;
    width: 150px;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 25px 10px 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.team-4 .left .cont .button:hover {
    border: 1px solid #4c4c4e;
    background: #4c4c4e;
    color: #eee;
    text-decoration: none;
}
.team-4 .right {
    padding: 0px;
}
.team-4 .right .cont {
    padding: 0px;
}
.team-4 .right .cont .image {
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-4 .right .cont .overlay {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 30px;
    background: rgba(252, 249, 0, 0.64);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.team-4 .right .cont .overlay:hover {
    opacity: 1;
}
.team-4 .right .cont .overlay .meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.team-4 .right .cont .overlay .meta .name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
.team-4 .right .cont .overlay .meta .line {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #2f3035;
    height: 3px;
    margin-top: 5px;
    padding-bottom: 0px;
}
.team-4 .right .cont .overlay .meta .position {
    font-size: 14px;
    text-transform: uppercase;
}
.team-4 .right .cont .overlay .meta ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-inline-box;
}
.team-4 .cont .overlay .meta ul li a {
    font-size: 14px;
    padding: 10px;
    padding-left: 0px;
    color: #2f3035;
}
.team-4 .cont .overlay .meta ul li a:hover {
    text-decoration: none;
}
/** ----------------------- TEAM STYLE 4 ENDS ------------------ **/
/** ----------------------- TEAM STYLE 5 ------------------ **/

.team-5 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.team-5 .heading {
    font-size: 35px;
    line-height: 35px;
    font-weight: 800;
    text-align: center;
}
.team-5 .cont {
    padding: 20px;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 20px;
}
.team-5 .cont:hover {
    border: 1px solid #2f3035;
}
.team-5 .cont .image-cont {
    text-align: center;
    margin: 0 auto;
}
.team-5 .cont .image-cont .image {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin: 0;
}
.team-5 .cont .meta {
    padding: 20px;
    padding-bottom: 0px;
}
.team-5 .cont .meta .title {
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
}
.team-5 .cont .meta .line {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #2f3035;
    height: 3px;
    margin: 5px auto;
    text-align: center;
    padding-bottom: 0px;
}
.team-5 .cont .meta .position {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.team-5 .cont .meta ul {
    list-style-type: none;
    padding-left: 0;
    padding-top: 30px;
    display: -webkit-inline-box;
}
.team-5 .cont .meta ul li a {
    font-size: 14px;
    padding: 10px;
    padding-left: 0px;
    color: #2f3035;
}
.team-5 .cont .meta ul li a:hover {
    text-decoration: none;
}
/** ----------------------- TEAM STYLE 5 ENDS ------------------ **/
/** ----------------------- COUNTER 1 ------------------ **/

.counter-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.counter-1 .cont {
    padding: 30px 0px 30px 0px;
}
.counter-1 .cont .count {
    font-size: 40px;
    text-align: center;
}
.counter-1 .cont .text {
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}
/** ----------------------- COUNTER 1 ENDS ------------------ **/
/** ----------------------- COUNTER 2 ------------------ **/

.counter-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f8f8f8;
}
.counter-2 .cont {
    padding: 30px 0px 30px 0px;
}
.counter-2 .cont .count {
    font-size: 40px;
    text-align: center;
}
.counter-2 .cont .icon {
    font-size: 40px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.counter-2 .cont .text {
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}
/** ----------------------- COUNTER 2 ENDS ------------------ **/
/** ----------------------- COUNTER 3 ------------------ **/

.counter-3 {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media(max-width: 960px) {
    .counter-3 .cont {
        border-right: none !important;
    }
}
.counter-3 .cont {
    padding: 30px 0px 30px 0px;
    border-right: 1px solid #ccc;
}
.counter-3 .cont:last-child {
    border-right: none;
}
.counter-3 .cont .line {
    width: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    position: relative;
    border-top-color: #2f3035;
    height: 2px;
    margin: 20px auto 10px;
}
.counter-3 .cont .count {
    font-size: 40px;
    font-weight: 100;
    text-align: center;
}
.counter-3 .cont .text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
}
/** ----------------------- COUNTER 3 ENDS ------------------ **/
/** ----------------------- CLIENTS 1 ------------------ **/

.clients-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.clients-1 .image {
    width: 100%;
}
/** ----------------------- CLIENTS 1 ENDS ------------------ **/
/** ----------------------- CLIENTS 2 ------------------ **/

.clients-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.clients-2 .image {
    width: 100%;
}
/** ----------------------- CLIENTS 2 ENDS ------------------ **/
/** ----------------------- CLIENTS 2 ENDS ------------------ **/

.image-carousel {
    padding-top: 20px;
    padding-bottom: 20px;
}
.image-carousel .image-cont {
    text-align: center;
}
.image-carousel .image-cont .image {
    width: 100%;
}
/** ----------------------- CLIENTS 2 ENDS ------------------ **/
/** ----------------------- LOADER ------------------ **/

.spinner {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #f8f8f8;
    z-index: 99999;
}
.double-bounce1,
.double-bounce2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #5852a8;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/** ----------------------- LOADER ENDS ------------------ **/
/** ----------------------- SHORTCODE SIDEBAR ------------------ **/

.shortcode-sidebar {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.shortcode-sidebar .heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.shortcode-sidebar ul {
    list-style-type: none;
    padding-left: 0;
}
.shortcode-sidebar ul li {
    padding-bottom: 5px;
}
.shortcode-sidebar ul li a {
    color: #777;
    padding: 10px;
    padding-bottom: 20px;
    font-size: 15px;
}
.shortcode-sidebar ul li a:hover {
    text-decoration: none;
    color: #2f3035;
}
/** ----------------------- SHORTCODE SIDEBAR ENDS ------------------ **/
/** ----------------------- BLOCKQUOTE 1 ------------------ **/

.blockquote-1 {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 3px solid #ccc;
}
.blockquote-1 p {
    font-size: 19px;
    color: #555;
}
.blockquote-1 footer {
    font-size: 14px;
    color: #777;
}
/** ----------------------- BLOCKQUOTE 1 ENDS ------------------ **/
/** ----------------------- BLOCKQUOTE 2 ------------------ **/

.blockquote-2 {
    padding: 10px 20px;
    margin: 0 0 20px;
    padding-right: 15px;
    padding-left: 0;
    border-right: 3px solid #ccc;
    border-left: 0;
    text-align: right;
}
.blockquote-2 p {
    font-size: 19px;
    color: #555;
}
.blockquote-2 footer {
    font-size: 14px;
    color: #777;
}
/** ----------------------- BLOCKQUOTE 2 ENDS ------------------ **/
/** ----------------------- BLOCKQUOTE 3 ------------------ **/

.blockquote-3 {
    padding: 10px 20px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
    max-width: 300px;
    margin: 5px 20px 10px 0;
    padding-right: 0;
    float: left;
}
.blockquote-3 p {
    font-size: 19px;
    color: #555;
}
.blockquote-3 footer {
    font-size: 14px;
    color: #777;
}
/** ----------------------- BLOCKQUOTE 3 ENDS ------------------ **/
/** ----------------------- BLOCKQUOTE 4 ------------------ **/

.blockquote-4 {
    padding: 20px;
    margin: 0 0 20px;
    background: #f8f8f8;
    border-left: 3px solid #2f3035;
}
.blockquote-4 p {
    font-size: 19px;
    color: #555;
}
.blockquote-4 footer {
    font-size: 14px;
    color: #777;
}
/** ----------------------- BLOCKQUOTE 4 ENDS ------------------ **/
/** ----------------------- BLOCKQUOTE 5 ------------------ **/

.blockquote-5 {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: none;
    position: relative;
}
.blockquote-5:before {
    font-family: 'icomoon';
    content: "\e9f6";
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 40px;
    top: -40px;
    left: 20px;
    color: #2f3035;
}
.blockquote-5 p {
    font-size: 19px;
    color: #555;
}
.blockquote-5 footer {
    font-size: 14px;
    color: #777;
}
/** ----------------------- BLOCKQUOTE 5 ENDS ------------------ **/
/** ----------------------- BLOCKQUOTE 6 ------------------ **/

.blockquote-6 {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: none;
    position: relative;
}
.blockquote-6:before {
    font-family: 'icomoon';
    content: "\e9f6";
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 40px;
    top: -40px;
    right: 20px;
    color: #2f3035;
}
.blockquote-6 p {
    font-size: 19px;
    color: #555;
    text-align: right;
}
.blockquote-6 footer {
    font-size: 14px;
    color: #777;
    text-align: right;
}
/** ----------------------- BLOCKQUOTE 6 ENDS ------------------ **/
/** ----------------------- BUTTONS ------------------ **/

.btn-small {
    padding: 10px 20px;
    font-size: 13px;
}
.btn-medium {
    padding: 10px 35px;
    font-size: 13px;
}
.btn-large {
    padding: 10px 50px;
    font-size: 14px;
}
.btn-bordered {
    border-bottom: 3px solid rgba(0, 0, 0, .15);
}
.btn-rounded {
    border-radius: 4px !important;
}
.btn-full-rounded {
    border-radius: 50px !important;
}
a.btn:focus {
    outline: none;
}
/** Black **/

.btn-black {
    background-color: #2f3035 !important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-black:hover {
    background-color: #4c4c4e;
    color: #fff;
}
/** Black Inverse **/

.btn-black-2 {
    background: transparent;
    color: #2f3035;
    font-weight: 800;
    border: 1px solid #2f3035;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-black-2:hover {
    background: #2f3035;
    border: 1px solid #2f3035;
    color: #fff;
}
/** Green **/

.btn-green {
    background: #2ecc71;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-green:hover {
    background: #43d983;
    color: #fff;
}
/** Green Inverse **/

.btn-green-2 {
    background: transparent;
    color: #2ecc71;
    font-weight: 800;
    border: 1px solid #2ecc71;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-green-2:hover {
    background: #2ecc71;
    border: 1px solid #2ecc71;
    color: #fff;
}
/** Blue **/

.btn-blue {
    background: #5852a8;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-blue:hover {
    background: #6560ae;
    color: #fff;
}
/** Blue Inverse **/

.btn-blue-2 {
    background: transparent;
    color: #6560ae;
    font-weight: 800;
    border: 1px solid #6560ae;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-blue-2:hover {
    background: #6560ae;
    border: 1px solid #6560ae;
    color: #fff;
}
/** Yellow **/

.btn-yellow {
    background: #ffcd00;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-yellow:hover {
    background: #fada59;
    color: #fff;
}
/** Yellow Inverse **/

.btn-yellow-2 {
    background: transparent;
    color: #ffcd00;
    font-weight: 800;
    border: 1px solid #ffcd00;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-yellow-2:hover {
    background: #ffcd00;
    border: 1px solid #ffcd00;
    color: #fff;
}
/** Red **/

.btn-red {
    background: #e74c3c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-red:hover {
    background: #ea685b;
    color: #fff;
}
/** Yellow Inverse **/

.btn-red-2 {
    background: transparent;
    color: #e74c3c;
    font-weight: 800;
    border: 1px solid #e74c3c;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-red-2:hover {
    background: #e74c3c;
    border: 1px solid #e74c3c;
    color: #fff;
}
/** Grey **/

.btn-grey {
    background: #7f8c8d;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-grey:hover {
    background: #9a9d9e;
    color: #fff;
}
/** Grey Inverse **/

.btn-grey-2 {
    background-color: transparent !important;
    color: #9a9d9e;
    font-weight: 800;
    border: 1px solid #9a9d9e;
    text-transform: uppercase;
    border-radius: 0px;
    margin-bottom: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-grey-2:hover {
    background-color: #9a9d9e !important;
    border: 1px solid #9a9d9e;
    color: #fff;
}
/** ----------------------- BUTTONS ENDS ------------------ **/
/** ----------------------- DIVIDERS ------------------ **/

.divider {
    color: #eee;
    position: relative;
    overflow: hidden;
}
.divider i {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 1;
    font-size: 25px !important;
    text-align: center;
}
.divider:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 12px;
    left: 30px;
    height: 0;
    border-top: 2px solid #EEE;
}
.divider.divider-right {
    text-align: right;
}
.divider.divider-right:after {
    left: auto;
    right: 30px;
}
.divider.divider-center {
    text-align: center;
}
.divider.divider-center.divider-short:before,
.divider.divider-center:before,
.divider:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 11px;
    left: 30px;
    height: 0;
    border-top: 2px solid #EEE;
}
.divider.divider-center:before {
    left: -50%!important;
    right: 0;
    margin-left: -20px;
}
.divider.divider-center:after {
    left: 50%!important;
    right: 0;
    margin-left: 20px;
}
.divider.divider-center i {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
}
.divider.divider-center.divider-short:before {
    left: auto!important;
    right: 50%;
    margin-right: 20px;
    width: 30%;
}
.divider.divider-short:after {
    width: 30%;
}
.divider-simple {
    height: 2px;
    width: 100%;
    background: #eee;
    margin: 20px 0;
}
.divider-dotted {
    height: 0;
    width: 100%;
    margin: 20px 0;
    border-top: 2px dotted #eee;
}
.divider-dashed {
    height: 0;
    width: 100%;
    margin: 20px 0;
    border-top: 2px dashed #eee;
}
hr.small {
    margin: 11px 0;
}
hr.tall {
    margin: 33px 0;
}
hr.invisible {
    background: 0 0;
}
/** ----------------------- DIVIDERS ENDS ------------------ **/
/** ----------------------- TEXT HIGHLIGHTS ------------------ **/

.highlight-yellow {
    background-color: #ffcd00;
    color: #fff;
}
.highlight-red {
    background-color: #ff5616;
    color: #fff;
}
.highlight-grey {
    background-color: #7f8c8d;
    color: #fff;
}
/** ----------------------- TEXT HIGHLIGHTS ENDS ------------------ **/
/** ----------------------- DROP CAPS  ------------------ **/

.dropcap-1,
.dropcap-2,
.dropcap-3,
.dropcap-4,
.dropcap-5 {
    float: left;
    padding-bottom: 2px;
    text-align: center;
    display: inline-block;
}
.dropcap-1 {
    color: #2f3035;
    font-size: 60px;
    height: 50px;
    width: 50px;
    font-weight: lighter;
    line-height: 60px;
    margin: 5px 20px 0 0;
}
.dropcap-2 {
    color: #2f3035;
    font-size: 60px;
    height: 70px;
    width: 70px;
    padding: 0px 10px 0px 10px;
    font-weight: lighter;
    border: 2px solid #2f3035;
    line-height: 60px;
    margin: 10px 20px 0 0;
}
.dropcap-3 {
    color: #2f3035;
    font-size: 60px;
    border-radius: 50%;
    padding: 0px 10px 0px 10px;
    height: 70px;
    width: 70px;
    font-weight: lighter;
    border: 2px solid #2f3035;
    line-height: 60px;
    margin: 10px 20px 0 0;
}
.dropcap-4 {
    color: #fff;
    background-color: #2f3035;
    font-size: 60px;
    border-radius: 50%;
    padding: 0px 10px 0px 10px;
    height: 70px;
    width: 70px;
    font-weight: lighter;
    border: 2px solid #2f3035;
    line-height: 60px;
    margin: 10px 20px 0 0;
}
.dropcap-5 {
    color: #fff;
    background-color: #ccc;
    font-size: 60px;
    padding: 0px 10px 0px 10px;
    height: 70px;
    width: 70px;
    font-weight: lighter;
    line-height: 60px;
    margin: 10px 20px 0 0;
}
/** ----------------------- DROP CAPS ENDS ------------------ **/
/** ----------------------- CUSTOM PAGINATION ------------------ **/

.pagination li a {
    color: #2f3035 !important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #2f3035;
    border-color: #2f3035;
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #2f3035;
}
/** ----------------------- CUSTOM PAGINATION ------------------ **/
/** ----------------------- ALERTS ------------------ **/

.alert-1 {
    color: #fff;
    background-color: #2f3035;
    border-color: #2f3035;
}
.alert-2 {
    color: #fff;
    background-color: #2ecc71;
    border-color: #2ecc71;
}
.alert-3 {
    color: #fff;
    background-color: #ffcd00;
    border-color: #ffcd00;
}
.alert-4 {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.alert-5 {
    color: #fff;
    background-color: #5852a8;
    border-color: #5852a8;
}
.alert-6 {
    color: #fff;
    background-color: #7f8c8d;
    border-color: #7f8c8d;
}
/** ----------------------- ALERTS ENDS ------------------ **/
/** ----------------------- LIGHTBOX ------------------ **/

.lightbox {
    display: block;
}
.lightbox-image {
    position: relative;
    overflow: hidden;
}
.lightbox-image img {
    width: 100%;
    display: block;
    overflow: hidden;
    transition: all .3s cubic-bezier(.3, .1, .58, 1);
    margin: 0;
}
.lightbox a:focus {
    outline: none;
}
.lightbox-overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    transition: all .3s ease 0s;
}
.lightbox-overlay:hover {
    opacity: 1;
}
.lightbox-overlay .cont {
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    transition: all .3s ease 0s;
}
.lightbox-overlay .cont .caption {
    position: absolute;
    bottom: 10%;
    left: 10%;
    font-size: 19px;
    color: #2f3035;
}
.lightbox-video {
    position: relative;
    overflow: hidden;
}
.lightbox-video img {
    width: 100%;
    display: block;
    overflow: hidden;
    transition: all .5s ease;
    margin: 0;
}
/** ----------------------- LIGHTBOX ENDS ------------------ **/
/** ----------------------- FOOTER 1 ------------------ **/

.footer-1 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-1 .logo-cont {
    position: relative;
    text-align: center;
    margin-left: auto;
}
.footer-1 .logo {
    width: 60px;
}
.footer-1 ul {
    margin-top: 40px;
    margin-left: auto;
    text-align: center;
    padding: 0px;
    list-style-type: none;
}
.footer-1 ul li {
    display: inline-block;
    padding: 15px 10px 15px 10px;
}
.footer-1 ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #2f3035;
    font-weight: 800;
}
.footer-1 ul li a:hover {
    text-decoration: none;
    color: #2f3035;
}
.footer-1 .copyright {
    font-size: 14px;
    color: #2f3035;
    font-weight: 800;
    text-align: center;
}
/** ----------------------- FOOTER 1 ENDS ------------------ **/
/** ----------------------- FOOTER 2 ------------------ **/

.footer-2 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #2f3035;
}
.footer-2 .logo-cont {
    position: relative;
    text-align: center;
    margin-left: auto;
}
.footer-2 .logo {
    width: 60px;
}
.footer-2 ul {
    margin-top: 40px;
    margin-left: auto;
    text-align: center;
    padding: 0px;
    list-style-type: none;
}
.footer-2 ul li {
    display: inline-block;
    padding: 15px 10px 15px 10px;
}
.footer-2 ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #d9d9d9;
    font-weight: 800;
}
.footer-2 ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-2 .copyright {
    font-size: 14px;
    color: #d9d9d9;
    text-align: center;
}
/** ----------------------- FOOTER 2 ENDS ------------------ **/
/** ----------------------- FOOTER 3 ------------------ **/

.footer-3 {
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer-3 .logo-cont {
    padding-top: 40px;
    padding-bottom: 20px;
    display: table;
    position: relative;
}
.footer-3 .logo-cont .logo {
    width: 60px;
    margin: 0;
}
@media(max-width: 960px) {
    .footer-3 .logo-cont {
        text-align: center;
    }
}
.footer-3 .logo-cont .meta {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
    color: #2f3035;
}
.footer-3 .logo-cont .address {
    font-size: 18px;
    padding-top: 20px;
    color: #2f3035;
}
.footer-3-head {
    font-size: 18px;
    text-transform: uppercase !important;
    color: #2f3035;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 20px;
}
.footer-3 ul {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px;
    list-style-type: none;
}
.footer-3 ul li {
    padding-bottom: 5px;
}
.footer-3 ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #2f3035;
}
@media(max-width: 767px) {
    .footer-3 ul {
        text-align: center;
    }
}
.footer-3 ul li a:hover {
    text-decoration: none;
    color: #111;
}
.footer-3 .subscribe {
    padding-top: 20px;
}
.footer-3 .subscribe .form-control {
    height: 40px;
    padding-left: 0px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    color: #2f3035;
    border-bottom: 1px solid #ccc;
}
.footer-3 .copyright-cont {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
.footer-3 .copyright-cont .copyright {
    font-size: 14px;
    color: #2f3035;
    font-weight: 800;
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .footer-3 .copyright-cont .copyright {
        text-align: center;
    }
}
.footer-3 .copyright-cont ul {
    list-style-type: none;
    text-align: right;
    margin: 0 auto;
}
@media(max-width: 767px) {
    .footer-3 .copyright-cont ul {
        list-style-type: none;
        text-align: center;
        margin: 0 auto;
    }
}
.footer-3 .copyright-cont ul li {
    list-style-type: none;
    display: inline-block;
}
.footer-3 .copyright-cont ul li a {
    font-size: 15px;
    color: #2f3035;
    padding-left: 10px;
}
.facebook {
    color: #2f3035;
}
.facebook:hover {
    color: #3b5998;
}
.twitter {
    color: #2f3035;
}
.twitter:hover {
    color: #55acee;
}
.google {
    color: #2f3035;
}
.google:hover {
    color: #dd4b39;
}
.dribbble {
    color: #2f3035;
}
.dribbble:hover {
    color: #ea4c89;
}
.linkedin {
    color: #2f3035;
}
.linkedin:hover {
    color: #0077b5;
}
/** ----------------------- FOOTER 3 ENDS ------------------ **/
/** ----------------------- FOOTER 3 ------------------ **/

.footer-3 {
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer-3 .logo-cont {
    padding-top: 40px;
    padding-bottom: 20px;
    display: table;
    position: relative;
}
.footer-3 .logo-cont .logo {
    width: 60px;
    margin: 0;
}
@media(max-width: 960px) {
    .footer-3 .logo-cont {
        text-align: center;
    }
}
.footer-3 .logo-cont .meta {
    font-size: 18px;
    font-weight: 500;
    padding-top: 20px;
    color: #2f3035;
}
.footer-3 .logo-cont .address {
    font-size: 18px;
    padding-top: 20px;
    color: #2f3035;
}
.footer-3-head {
    font-size: 18px;
    text-transform: uppercase !important;
    color: #2f3035;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 20px;
}
.footer-3 ul {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px;
    list-style-type: none;
}
.footer-3 ul li {
    padding-bottom: 5px;
}
.footer-3 ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #2f3035;
}
@media(max-width: 767px) {
    .footer-3 ul {
        text-align: center;
    }
}
.footer-3 ul li a:hover {
    text-decoration: none;
    color: #111;
}
.footer-3 .subscribe {
    padding-top: 20px;
}
.footer-3 .subscribe .form-control {
    height: 40px;
    padding-left: 0px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    color: #2f3035;
    border-bottom: 1px solid #ccc;
}
.footer-3 .copyright-cont {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
.footer-3 .copyright-cont .copyright {
    font-size: 14px;
    color: #2f3035;
    font-weight: 800;
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .footer-3 .copyright-cont .copyright {
        text-align: center;
    }
}
.footer-3 .copyright-cont ul {
    list-style-type: none;
    text-align: right;
    margin: 0 auto;
}
@media(max-width: 767px) {
    .footer-3 .copyright-cont ul {
        list-style-type: none;
        text-align: center;
        margin: 0 auto;
    }
}
.footer-3 .copyright-cont ul li {
    list-style-type: none;
    display: inline-block;
}
.footer-3 .copyright-cont ul li a {
    font-size: 15px;
    color: #2f3035;
    padding-left: 10px;
}
/** ----------------------- FOOTER 3 ENDS ------------------ **/
/** ----------------------- FOOTER 3 ------------------ **/

.footer-3 {
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer-3 .logo-cont {
    padding-top: 40px;
    padding-bottom: 20px;
    display: table;
    position: relative;
}
.footer-3 .logo-cont .logo {
    width: 60px;
    margin: 0;
}
@media(max-width: 960px) {
    .footer-3 .logo-cont {
        text-align: center;
    }
}
.footer-3 .logo-cont .meta {
    font-size: 18px;
    font-weight: 500;
    padding-top: 40px;
    color: #2f3035;
}
.footer-3 .logo-cont .address {
    font-size: 18px;
    padding-top: 20px;
    color: #2f3035;
}
.footer-3-head {
    font-size: 18px;
    text-transform: uppercase !important;
    color: #2f3035;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 20px;
}
.footer-3 ul {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px;
    list-style-type: none;
}
.footer-3 ul li {
    padding-bottom: 5px;
}
.footer-3 ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #2f3035;
}
@media(max-width: 767px) {
    .footer-3 ul {
        text-align: center;
    }
}
.footer-3 ul li a:hover {
    text-decoration: none;
    color: #111;
}
.footer-3 .subscribe {
    padding-top: 20px;
}
.footer-3 .subscribe .form-control {
    height: 40px;
    padding-left: 0px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    color: #2f3035;
    border-bottom: 1px solid #ccc;
}
.footer-3 .copyright-cont {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
.footer-3 .copyright-cont .copyright {
    font-size: 14px;
    color: #2f3035;
    font-weight: 800;
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .footer-3 .copyright-cont .copyright {
        text-align: center;
    }
}
.footer-3 .copyright-cont ul {
    list-style-type: none;
    text-align: right;
    margin: 0 auto;
}
@media(max-width: 767px) {
    .footer-3 .copyright-cont ul {
        list-style-type: none;
        text-align: center;
        margin: 0 auto;
    }
}
.footer-3 .copyright-cont ul li {
    list-style-type: none;
    display: inline-block;
}
.footer-3 .copyright-cont ul li a {
    font-size: 15px;
    cursor: pointer;
    color: #2f3035;
    padding-left: 10px;
}
.facebook {
    color: #2f3035;
}
.facebook:hover {
    color: #3b5998;
}
.twitter {
    color: #2f3035;
}
.twitter:hover {
    color: #55acee;
}
.google {
    color: #2f3035;
}
.google:hover {
    color: #dd4b39;
}
.dribbble {
    color: #2f3035;
}
.dribbble:hover {
    color: #ea4c89;
}
.linkedin {
    color: #2f3035;
}
.linkedin:hover {
    color: #0077b5;
}
/** ----------------------- FOOTER 3 ENDS ------------------ **/
/** ----------------------- FOOTER 4 ------------------ **/

.footer-4 {
    padding-top: 50px !important;
    background: #2f3035;
}
.footer-4 .logo-cont {
    padding-top: 40px;
    padding-bottom: 20px;
    display: table;
    position: relative;
}
.footer-4 .logo-cont .logo {
    width: 60px;
    margin: 0;
}
@media(max-width: 960px) {
    .footer-4 .logo-cont {
        text-align: center;
    }
}
.footer-4 .logo-cont .meta {
    font-size: 19px;
    font-weight: 500;
    padding-top: 40px;
    color: #d9d9d9;
}
.footer-4 .logo-cont .address {
    font-size: 14px;
    padding-top: 20px;
    color: #d9d9d9;
}
.footer-4 .logo-cont .phone {
    font-size: 14px;
    padding-top: 5px;
    color: #d9d9d9;
}
.footer-4-head {
    font-size: 18px;
    text-transform: uppercase !important;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 20px;
}
.footer-4 ul {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px;
    list-style-type: none;
}
.footer-4 ul li {
    padding-bottom: 5px;
}
.footer-4 ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #d9d9d9;
}
@media(max-width: 767px) {
    .footer-4 ul {
        text-align: center;
    }
}
.footer-4 ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-4 .subscribe {
    padding-top: 20px;
}
.footer-4 .subscribe .form-control {
    height: 40px;
    padding-left: 10px;
    border: none;
    box-shadow: none;
    color: #d9d9d9;
    background-color: #28282c;
}
.footer-4 .copyright-cont {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #28282c;
}
.footer-4 .copyright-cont .copyright {
    font-size: 14px;
    color: #d9d9d9;
    font-weight: 800;
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .footer-4 .copyright-cont .copyright {
        text-align: center;
    }
}
.footer-4 .copyright-cont ul {
    list-style-type: none;
    text-align: right;
    margin: 0 auto;
}
@media(max-width: 767px) {
    .footer-4 .copyright-cont ul {
        list-style-type: none;
        text-align: center;
        margin: 0 auto;
    }
}
.footer-4 .copyright-cont ul li {
    list-style-type: none;
    display: inline-block;
}
.footer-4 .copyright-cont ul li a {
    font-size: 15px;
    cursor: pointer;
    color: #d9d9d9 !important;
    padding-left: 10px;
}
.footer-4 .copyright-cont ul li a:hover {
    color: #fff !important;
}
/** ----------------------- FOOTER 4 ENDS ------------------ **/
/** ----------------------- FOOTER 5 ------------------ **/

.footer-5 {
    padding-top: 50px !important;
}
.footer-5 .logo-cont {
    padding-top: 40px;
    padding-bottom: 20px;
    display: table;
    position: relative;
}
.footer-5 .logo-cont .logo {
    width: 60px;
    margin: 0;
}
@media(max-width: 960px) {
    .footer-5 .logo-cont {
        text-align: center;
    }
}
.footer-5 .logo-cont .meta {
    font-size: 19px;
    font-weight: 500;
    padding-top: 40px;
    color: #2f3035;
}
.footer-5 .logo-cont .address {
    font-size: 14px;
    padding-top: 20px;
    color: #2f3035;
}
.footer-5 .logo-cont .phone {
    font-size: 14px;
    padding-top: 5px;
    color: #2f3035;
}
.footer-5-head {
    font-size: 18px;
    text-transform: uppercase !important;
    color: #2f3035;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 20px;
}
.footer-5 ul {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px;
    list-style-type: none;
}
.footer-5 ul li {
    padding-bottom: 5px;
}
.footer-5 ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #2f3035;
}
@media(max-width: 767px) {
    .footer-5 ul {
        text-align: center;
    }
}
.footer-5 ul li a:hover {
    text-decoration: none;
    color: #111;
}
.footer-5 .twitter-feeds {
    padding-top: 20px;
}
.footer-5 .twitter-feeds .cont {
    display: block;
}
.footer-5 .twitter-feeds .cont .icon {
    float: left;
    padding-top: 7px;
    font-size: 20px;
    color: #55acee;
}
.footer-5 .twitter-feeds .cont .feed {
    font-size: 16px;
    color: #2f3035;
    padding-left: 30px;
}
.footer-5 .twitter-feeds .cont .feed a {
    font-size: 16px;
    color: #55acee;
    font-weight: 800;
}
.footer-5 .twitter-feeds .cont .time {
    font-size: 13px;
    color: #2f3035;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 30px;
    margin-bottom: 30px;
}
.footer-5 .copyright-cont {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
}
.footer-5 .copyright-cont .copyright {
    font-size: 14px;
    color: #2f3035;
    font-weight: 800;
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .footer-5 .copyright-cont .copyright {
        text-align: center;
    }
}
.footer-5 .copyright-cont ul {
    list-style-type: none;
    text-align: right;
    margin: 0 auto;
}
@media(max-width: 767px) {
    .footer-5 .copyright-cont ul {
        list-style-type: none;
        text-align: center;
        margin: 0 auto;
    }
}
.footer-5 .copyright-cont ul li {
    list-style-type: none;
    display: inline-block;
}
.footer-5 .copyright-cont ul li a {
    font-size: 15px;
    cursor: pointer;
    color: #253035 !important;
    padding-left: 10px;
}
.footer-5 .copyright-cont ul li a:hover {
    color: #fff !important;
}
/** ----------------------- FOOTER 5 ENDS ------------------ **/
/** ----------------------- FOOTER 6 ------------------ **/

.footer-6 {
    padding-top: 50px !important;
    background-color: #2f3035;
}
.footer-6 .logo-cont {
    padding-top: 40px;
    padding-bottom: 20px;
    display: table;
    position: relative;
}
.footer-6 .logo-cont .logo {
    width: 200px;
    margin: 0;
}
@media(max-width: 960px) {
    .footer-6 .logo-cont {
        text-align: center;
    }
}
.footer-6 .logo-cont .meta {
    font-size: 19px;
    font-weight: 500;
    padding-top: 40px;
    color: #d9d9d9;
}
.footer-6 .logo-cont .address {
    font-size: 14px;
    padding-top: 20px;
    color: #d9d9d9;
}
.footer-6 .logo-cont .phone {
    font-size: 14px;
    padding-top: 5px;
    color: #d9d9d9;
}
.footer-6-head {
    font-size: 18px;
    text-transform: uppercase !important;
    color: #d9d9d9;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 20px;
}
.footer-6 ul {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0px;
    list-style-type: none;
}
.footer-6 ul li {
    padding-bottom: 5px;
}
.footer-6 ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #d9d9d9;
}
@media(max-width: 767px) {
    .footer-6 ul {
        text-align: center;
    }
}
.footer-6 ul li a:hover {
    text-decoration: none;
    color: #fff;
}
.footer-6 .twitter-feeds {
    padding-top: 20px;
}
.footer-6 .twitter-feeds .cont {
    display: block;
}
.footer-6 .twitter-feeds .cont .icon {
    float: left;
    padding-top: 7px;
    font-size: 20px;
    color: #fff;
}
.footer-6 .twitter-feeds .cont .feed {
    font-size: 16px;
    color: #d9d9d9;
    padding-left: 30px;
}
.footer-6 .twitter-feeds .cont .feed a {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}
.footer-6 .twitter-feeds .cont .time {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 30px;
    margin-bottom: 30px;
}
.footer-6 .copyright-cont {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #28282c;
}
.footer-6 .copyright-cont .copyright {
    font-size: 14px;
    color: #d9d9d9;
    font-weight: 800;
    margin-bottom: 10px;
}
@media(max-width: 767px) {
    .footer-6 .copyright-cont .copyright {
        text-align: center;
    }
}
.footer-6 .copyright-cont ul {
    list-style-type: none;
    text-align: right;
    margin: 0 auto;
}
@media(max-width: 767px) {
    .footer-6 .copyright-cont ul {
        list-style-type: none;
        text-align: center;
        margin: 0 auto;
    }
}
.footer-6 .copyright-cont ul li {
    list-style-type: none;
    display: inline-block;
}
.footer-6 .copyright-cont ul li a {
    font-size: 15px;
    cursor: pointer;
    color: #253035 !important;
    padding-left: 10px;
}
.footer-6 .copyright-cont ul li a:hover {
    color: #fff !important;
}
/** ----------------------- FOOTER 6 ENDS ------------------ **/
/** ----------------------- ACCORDIAN 1 ------------------ **/

.accordian-1 {
    display: block;
}
.accordian-1 .panel {
    margin-bottom: -6px;
    background-color: #fff;
    border-radius: 0px !important;
}
.accordian-1 .panel-default> .panel-heading {
    width: 100%;
    display:block;
    color: #2f3035;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f8f8f8;
    border-radius: 0;
}
.accordian-1 .panel-active {
    background-color: #2f3035;
    color: #d9d9d9;
}
.accordian-1 .panel-default> .panel-heading:hover {
    background-color: #eee;
}
.accordian-1 .panel-title {
    margin-top: 0;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}
.accordian-1 a:hover,
a:focus,
a:active {
    text-decoration: none;
}
/** ----------------------- ACCORDIAN 1 ENDS ------------------ **/
/** ----------------------- ACCORDIAN 2 ------------------ **/

.accordian-2 {
    display: block;
}
.accordian-2 .panel {
    margin-bottom: -6px;
    background-color: #fff;
    border-radius: 0px !important;
}
.accordian-2 .panel-default> .panel-heading {
    width: 100%;
    display: block;
    color: #2f3035;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    border-radius: 0;
}
.accordian-2 .panel-active {
    background-color: #2f3035;
    color: #d9d9d9;
}
.accordian-2 .panel-default> .panel-heading:hover {
    background-color: #eee;
}
.accordian-2 .panel-title {
    margin-top: 0;
    font-weight: 800;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}
.accordian-2 a:hover,
a:focus,
a:active {
    text-decoration: none;
}
/** ----------------------- ACCORDIAN 2 ENDS ------------------ **/
/** ----------------------- MODAL 1 ------------------ **/

.modal-box {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
.modal-box h2 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 30px;
}
.modal-box a.modal-dismiss {
    position: absolute;
    top: 1px;
    right: 5px;
    color: #2f3035;
    font-size: 40px;
}
.modal-box a.modal-dismiss:hover {
    text-decoration: none;
}
/** ----------------------- MODAL 1 ENDS ------------------ **/
/** ----------------------- MODAL 2 ENDS ------------------ **/

.modal-box-2 {
    background-image: url(../images/women-b&w.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}
.modal-box-2 h2 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 800;
    padding-top: 20px;
}
.modal-box-2 p {
    color: #d9d9d9;
    max-width: 400px;
    margin-bottom: 30px;
}
.modal-box-2 a.modal-dismiss {
    position: absolute;
    top: 1px;
    right: 5px;
    color: rgba(238, 238, 238, 0.28);
    font-size: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.modal-box-2 a.modal-dismiss:hover {
    text-decoration: none;
    color: #fff;
}
/** ----------------------- MODAL 2 ENDS ------------------ **/
/** ----------------------- MODAL 3 ------------------ **/

.modal-box-3 {
    background: #fff;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}
.modal-box-3 img {
    width: 100%;
    height: auto;
    margin: 0;
}
.modal-box-3 .info {
    padding: 40px;
    width: 100%;
    background-color: #fff;
}
.modal-box-3 .info h2 {
    font-size: 20px;
    color: #2f3035;
    font-weight: 800;
    margin-top: 0px;
}
.modal-box-3 .info p {
    color: #2f3035;
    margin-bottom: 30px;
}
.modal-box-3 a.modal-dismiss {
    position: absolute;
    top: 1px;
    right: 5px;
    color: #ccc;
    font-size: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.modal-box-3 a.modal-dismiss:hover {
    text-decoration: none;
    color: #2f3035;
}
/** ----------------------- MODAL 3 ENDS ------------------ **/
/** ----------------------- MODAL 4 ------------------ **/

.modal-box-4 {
    text-align: left;
    max-width: 900px;
    margin: 40px auto;
    position: relative;
}
.modal-box-4 .left {
    width: 100%;
    height: 500px;
    margin: 0;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.modal-box-4 .left h2 {
    font-size: 25px;
    line-height: 30px;
    color: #2f3035;
    font-weight: 800;
    margin-bottom: 30px;
    padding-left: 10px;
}
.modal-box-4 .pswd-reset {
    color: #2f3035;
    float: right;
    padding-top: 10px;
}
.modal-box-4 .left .form-control {
    height: 50px;
    padding-left: 20px;
    border-radius: 50px;
    box-shadow: none;
}
.modal-box-4 .left .form-control:focus {
    border-color: #5852a8;
    box-shadow: none;
}
.modal-box-4 .left button {
    width: 100%;
    height: 50px;
}
.modal-box-4 .right {
    width: 100%;
    height: 500px;
    background: #fff;
    background-image: url(../images/indoor-bicycles.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.modal-box-4 .right .overlay {
    background: rgba(255, 255, 255, 0.7);
    padding: 50px;
    height: 500px;
}
.modal-box-4 .right h2 {
    font-size: 40px;
    line-height: 50px;
    color: #2f3035;
    font-weight: 800;
    padding-top: 20px;
}
.modal-box-4 .right p {
    color: #2f3035;
    max-width: 400px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.modal-box-4 a.modal-dismiss {
    position: absolute;
    top: 1px;
    right: 5px;
    color: #ccc;
    font-size: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.modal-box-4 a.modal-dismiss:hover {
    text-decoration: none;
    color: #2f3035;
}
/** ----------------------- MODAL 4 ENDS ------------------ **/
/** ----------------------- MODAL SEARCH ------------------ **/

.modal-box-5 {
    text-align: left;
    max-width: 900px;
    margin: 40px auto;
    position: relative;
}
.modal-box-5 .cont {
    width: 100%;
    height: 500px;
    margin: 0;
    background-color: transparent;
    padding-top: 150px;
    padding-bottom: 80px;
}
.modal-box-5 .cont h2 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
    padding-left: 10px;
}
.modal-box-5 .cont .form-control {
    height: 50px;
    padding-left: 20px;
    border-radius: 50px;
    box-shadow: none;
    color: #fff;
    font-size: 17px;
    background-color: rgba(204, 204, 204, 0.7);
    border-color: #fff;
}
.modal-box-5 .cont .form-control:focus {
    box-shadow: none;
}
.modal-box-5 .cont .form-control::-webkit-input-placeholder {
    color: #eee;
}
.modal-box-5 .cont button {
    float: right;
}
.modal-box-5 a.modal-dismiss {
    position: absolute;
    top: 1px;
    right: 5px;
    color: #eee;
    font-size: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.modal-box-5 a.modal-dismiss:hover {
    text-decoration: none;
    color: #fff;
}
/** ----------------------- MODAL SEARCH ENDS ------------------ **/
/** ----------------------- CONTACT 1 ------------------ **/

.contact-1 {
    padding: 0px;
    background-color: #f8f8f8;
}
.contact-1 .form-cont {
    padding: 80px;
}
@media (max-width: 543px) {
    .contact-1 .form-cont {
        padding: 10px;
    }
}
.contact-1 .form-cont .heading {
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
    margin-left: 15px;
}
.contact-1 .form-cont form {
    margin-top: 50px;
}
.contact-1 .form-cont form textarea {
    max-width: 100%;
    height: 100px;
}
.contact-1 .form-cont form button {
    margin-left: 15px;
}
.contact-1 .form-control {
    background-color: transparent;
    border-radius: 0px;
    color: #2f3035;
    box-shadow: none;
    padding-left: 0px;
    border: none;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
}
.contact-1 .form-control:focus {
    border-bottom: 1px solid #2f3035;
}
.contact .icons-box-5 {
    background: #f4f4f4;
}
.contact .icons-box-5 .box .icon {
    color: #333;
    font-size: 50px;
}
.contact .icons-box-5 .box .meta .heading {
    color: #2f3035;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Karla', sans-serif;
}
.contact .icons-box-5 .box .meta .description {
    color: #9e9e9c;
    font-size: 15px;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    font-family: 'Karla', sans-serif;
}
/** ----------------------- CONTACT 1 ENDS ------------------ **/
/** ----------------------- BLOG STARTS ------------------ **/

.blog {
    padding-top: 100px;
    background: #f8f8f8;
}
.blog .blog-title {
    padding: 100px;
}
@media(max-width: 768px) {
    .blog .blog-title {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.blog .blog-title h1 {
    font-size: 50px;
    font-weight: 800;
    max-width: 700px;
    text-transform: uppercase;
}
@media(max-width: 768px) {
    .blog .blog-title h1 {
        font-size: 35px;
    }
}
.blog .blog-title .meta-cont {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-inline-box;
}
.blog .blog-title .meta-cont .date {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #666;
    padding-right: 20px;
}
.blog .blog-title .meta-cont .author {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #999;
    padding-right: 20px;
}
.blog .blog-title .meta-cont .category {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #4dcd32;
    padding-right: 20px;
}
.blog .blog-header-image {
    width: 100%;
    height: auto;
}
.blog .blog-header-image img {
    width: 100%;
}
.blog .blog-content {
    padding: 100px;
}
@media(max-width: 768px) {
    .blog .blog-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.blog .blog-content h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 30px;
}
.blog .blog-content p a {
    color: #000;
    font-weight: 800;
}
.blog .blog-content .image-cont {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog .blog-content .image-cont img {
    width: 100%;
}
.blog .blog-content .image-cont .img-title {
    font-size: 17px;
    font-weight: 800;
    color: #999;
    padding-top: 10px;
    text-transform: uppercase;
}
.blog .share-cont {
    padding: 0px 100px 0px 100px;
}
@media(max-width: 768px) {
    .blog .share-cont {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.blog .share-cont .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: auto;
    width: 100%;
    text-align: center
}
.blog .share-cont .wrap i {
    font-size: 12px;
    margin-right: 10px;
}
.blog .share-cont .wrap .button {
    width: 200px;
    height: 45px;
    border-radius: 50px;
    margin: 15px;
    padding-top: 11px;
    color: #fff;
    font-weight: 800;
    vertical-align: middle;
    text-transform: uppercase;
}
.blog .share-cont .wrap .facebook {
    background: rgb(59, 89, 152);
}
.blog .share-cont .wrap .google {
    background: rgb(221, 75, 57);
}
.blog .share-cont .wrap .twitter {
    background: rgb(0, 172, 237);
}
.blog .share-cont .wrap .facebook:hover,
.blog .share-cont .wrap .google:hover,
.blog .share-cont .wrap .twitter:hover {
    opacity: 0.9;
}
.blog .pager li>a {
    background-color: transparent;
    padding: 8px 25px 8px 25px;
    border-radius: 50px;
}
.blog .pager li>a:hover {
    background-color: #eee;
}
.blog .blog-comments {
    padding: 30px 100px 30px 100px;
}
@media(max-width: 768px) {
    .blog .blog-comments {
        padding: 30px 0px 30px 0px;
    }
}
.blog .blog-comments .header {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
}
.blog .blog-comments .comment {
    border-bottom: 1px solid #ddd;
    height: auto;
    width: 100%;
    display: table;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.blog .blog-comments ul {
    list-style-type: none;
    padding-left: 0px;
}
.blog .blog-comments .reply {
    padding-left: 20%;
}
.blog .blog-comments .comment .image {
    display: inline-block;
    width: 20%;
    float: left;
}
.blog .blog-comments .comment .image img {
    width: 60%;
    border-radius: 50%;
}
@media(max-width: 480px) {
    .blog .blog-comments .comment .image img {
        width: 100%;
    }
}
.blog .blog-comments .comment .text {
    display: inline-block;
    width: 80%;
    float: right;
    padding-left: 20px;
}
.blog .blog-comments .comment .text h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 20px;
    float: left;
}
.blog .blog-comments .comment .text .date {
    font-size: 15px;
    font-weight: 800;
    float: right;
}
.blog .blog-comments .comment .text p {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.blog .blog-comments .comment .text a {
    text-transform: uppercase;
    color: #666;
    font-weight: 800;
}
.blog .blog-comments .post-comment {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog .blog-comments .post-comment .comment-form .form-control {
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border-color: #eee;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 100;
    color: #333;
    font-family: 'Poppins', sans-serif;
}
.blog .blog-comments .post-comment .comment-form textarea {
    max-width: 100%;
    min-height: 200px;
}
.blog .blog-comments .post-comment .comment-form .form-control::-webkit-input-placeholder {
    color: #c3c4ce;
}
.blog-page {
    background: #f8f8f8;
}
.blog-page .blog-header {
    background: #f4f4f4;
    min-height: 400px;
    padding-top: 200px;
}
.blog-page .blog-header h1 {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}
.blog-grid {
    max-width: 100%;
}
.blog-grid:after {
    content: '';
    display: block;
    clear: both;
}
.blog-item,
.grid-sizer {} .blog-card {
    background: #fff;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.blog-card:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}
.blog-card .image {
    width: 100%;
}
.blog-card .image img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.blog-card .image img:hover {
    opacity: .8;
}
.blog-card .video {
    width: 100%;
    border: 0px;
    min-height: 250px;
}
.blog-card .content {
    padding: 20px;
    margin-bottom: 30px;
}
.blog-card .content .blog-title {
    font-size: 18px;
    font-weight: 800;
    color: #2f3035;
    text-decoration: none;
}
.blog-card .meta {
    padding-top: 10px;
    padding-bottom: 10px;
}
.blog-card .meta .date {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #666;
    padding-right: 15px;
}
.blog-card .meta .author {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #999;
    padding-right: 15px;
}
.blog-card .meta .category {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 15px;
}
.blog-card .meta .cat-1 {
    color: #4dcd32;
}
.blog-card .meta .cat-2 {
    color: #F22613;
}
.blog-card .meta .cat-3 {
    color: #913D88;
}
.blog-card .meta .cat-4 {
    color: #2C3E50;
}
.blog-card p {
    font-size: 14px;
    color: #333;
    padding-right: 15px;
}
.blog-card .read-more {
    font-weight: 800;
    color: #2f3035;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    display: block;
}
.blog-page .pagination>li>a,
.pagination>li>span {
    margin-left: 8px;
    background-color: transparent;
}
.blog-page .pagination>li>a:hover,
.pagination>li>span:hover {
    background-color: #2f3035;
    color: #fff !important;
}
.blog-page .pagination .active a {
    background-color: #2f3035;
}
.blog-sidebar {} .blog-sidebar .widget {
    margin-bottom: 40px;
}
.blog-sidebar .widget h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    font-weight: 800;
    margin-top: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.blog-sidebar .widget .form-control {
    height: 45px;
    background-color: #fff;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
}
.blog-sidebar .widget .categories {
    list-style-type: none;
    padding-left: 0px;
}
.blog-sidebar .widget .categories a {
    font-weight: 800;
    color: #9a9d9e;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.blog-sidebar .widget .categories a:hover {
    text-decoration: none;
    color: #333;
    padding-left: 10px;
}
.blog-sidebar .widget p {
    color: #9c9c9e;
    line-height: 20px;
    font-weight: 100;
}
/** ----------------------- BLOG ENDS ------------------ **/
/** ----------------------- MAIN PAGE ------------------ **/

.main-page {
    background: #f8f8f8;
}
.main-page .hero-section {
    height: 700px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding-top: 100px;
}
.main-page .hero-section .hero-wrap {
    padding-top: 100px;
}
.main-page .hero-section .hero-wrap .logo {
    text-align: center;
}
.main-page .hero-section .hero-wrap .logo img {
    width: 200px;
}
.main-page .hero-section .hero-wrap h1 {
    display: block;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: 100;
    font-size: 50px;
    font-family: 'Roboto', sans-serif !important;
}
@media(max-width: 768px) {
    .main-page .hero-section .hero-wrap h1 {
        font-size: 30px;
    }
}
.main-page .hero-section .hero-wrap p {
    text-align: center;
    color: #eee;
    padding-top: 20px;
}
.main-page .demo-cont {
    padding-top: 100px;
    padding-bottom: 100px;
}
.main-page .demo-cont a:hover {
    text-decoration: none;
}
.main-page .demo-cont h2 {
    color: #333;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin-bottom: 100px;
}
.main-page .demo-cont .demo-item {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.main-page .demo-cont .demo-item:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}
.main-page .demo-cont .demo-item .img-cont {
    position: relative;
    overflow: hidden;
}
.main-page .demo-cont .demo-item .img-cont img {
    width: 100%;
}
.main-page .demo-cont .demo-item .overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.main-page .demo-cont .demo-item .overlay:hover {
    opacity: 1;
}
.main-page .demo-cont .demo-item .item-meta {
    width: 100%;
    background: #f1f1f1;
    padding: 10px;
}
.main-page .demo-cont .demo-item .item-meta p {
    margin-bottom: 0;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
}
.main-page .mockup-3 {
    padding: 0px;
    border-top: none;
    background: #f1f1f1;
}
.main-page .mockup-3 .right .cont {
    padding-top: 100px;
}
.main-page .mockup-3 .right .cont .heading {
    font-weight: 800;
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
}
.main-page .mockup-3 .left .image {
    background-image: url(../images/iphone-in-hand.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}
.main-page .mockup-3 .right .cont .icons-cont .box .meta .desc {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    color: #888;
    line-height: 20px;
}
.main-page .mockup-3 .right .cont .description {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    color: #888;
    font-size: 17px;
}
.main-page .mockup-3 .right .cont .icons-cont .box .meta .head {
    font-size: 19px;
    font-weight: 500;
    color: #444;
    font-family: 'Roboto', sans-serif !important;
}
.main-page .mockup-3 .right .cont .icons-cont .box .icon {
    font-size: 40px;
    float: left;
    padding-top: 15px;
    color: #5852a8;
}
.main-page .mockup-2-img {
    background: rgba(0, 0, 0, 0.7);
}
.main-page .mockup-2 .left .cont .description {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    color: #888;
    font-size: 17px;
}
.main-page .mockup-2 .left .cont .heading {
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.main-page .mockup-2 .left {
    padding: 0px;
    background: #f1f1f1;
}
.main-page .promo-1 {
    margin-top: 0;
    background: #f8f8f8;
}
.main-page .promo-1 .cont .text {
    color: #333;
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif !important;
}
@media(max-width: 768px) {
    .main-page .promo-1 .cont .text {
        font-size: 30px;
        line-height: 35px;
    }
}
/** ----------------------- MAIN PAGE ENDS ------------------ **/