/* Table Of Contents */


/* General Styling and Tags

Google Font

1. Nav-bar
  - navbar

2. Services
   - services Section

3. Counters
   - countera section

4. Team
  - team section

5. Features
 - features section

6. Parallax
  - parallax section

7. Portfolio
  - portfolio section

8. Packages
 - packages section

9. Client
 - client section

10. Video parallax
    - video parallax section

11. Testimonial
  - testimonial section

12. Blog
 - blog section

13. Contact Us
 - contact section

14. Map
 - map section


15. Footer
 - footer section

 14. Responsive
 - Media Quries
                    */






/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700');

/* font family */
.alt-font {font-family: 'Raleway', sans-serif;}
.main-font {font-family: 'Open Sans', sans-serif;}


/*========================
     index-2 bottom nav
 ==========================*/
header nav .row { align-items: center; display: -ms-flex; display: -webkit-flex; display: -moz-flex; display: flex; height: auto; padding: 0;}
header nav .row > div:first-child { flex: 1 1 auto;}

.center-logo {
    left: 50%;
    position: absolute;
    margin-top: -14px;
    top: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 20%;
}
.menu-logo-center .navbar-right>li {
    float: right;
}

.header-appear .navbar-inverse .navbar-nav > li > a {color: #384141!important; }
.index-9 .header-appear .navbar-inverse .navbar-nav > li > a {color: #FFFFFF!important; }
.header-appear .navbar-inverse .navbar-nav .nav-item .nav-link {color: #FFFFFF !important; }


.navbar-brand {max-width: 200px;}
.navbar-nav {
    font-size: 15px;
}
.blog-details .navbar-nav {margin-top: 5px;}

.logo img {max-width: 130px; height: auto; margin-top: 16px;}
.index-2 .logo img {margin-top: 0;}

.navbar {
    position: absolute;
    margin-bottom: 0px; border-radius: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header-appear .navbar{
    position: fixed;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.index-2 .header-appear .navbar{
    position: absolute;
    -webkit-animation-name:none;
    -o-animation-name:none;
    animation-name:none;
    -webkit-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.index-2 .navbar-inverse .navbar-nav > li.active > a,.index-2 .navbar-inverse .navbar-nav > li.active > a:focus,.index-2 .navbar-inverse .navbar-nav > li.active > a:hover {
    color: #FFFFFF ;
}
.navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li.active > a:focus, .navbar-inverse li.navbar-nav > li.active > a:hover {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
    color: #384141;
    background: transparent;
    transition: all .5s ease-in-out 0s;
}
.index-9 .navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    background: transparent;
    background: transparent;
    transition: all .5s ease-in-out 0s;
}
.index-8 .navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    background: transparent;
    transition: all .5s ease-in-out 0s;
}
.index-3 .navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    background: transparent;
    transition: all .5s ease-in-out 0s;
}

.index-2 .navbar-inverse .navbar-nav > li > a  {
    color: #FFFFFF;
    background: transparent;
    transition: all .5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #384141;
}
.index-8 .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
}
.index-3 .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
}
.blog-details .navbar-inverse .navbar-nav > li > a {color: #FFFFFF;}
.index-2 .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
}
.header-appear .navbar-inverse .navbar-nav > li > a:active {
    color: #24c4f4 !important;
}

nav.navbar ul.nav > li > a{padding: 7px 15px; font-weight: 400;
    margin: 12px 5px;border-radius: 50px;}
.index-8 nav.navbar ul.nav > li > a{padding: 7px 15px; font-weight: 400;
    margin: 12px 5px;border-radius: 0px !important;}
.nav>li>a:focus, .nav>li>a:hover {background-color: transparent;}
.header-appear .sidemenu_btn {bottom: 27px;}
.header-appear .navbar {min-height: 68px; box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35)}
.index-2 .header-appear .navbar {min-height: 72px; -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);}
.navbar-inverse .navbar-nav > li > a:hover {
color: #24c4f4;}

nav.navbar ul.nav > li.active a {color:#FFFFFF !important; background-color: #24c4f4;}
.fullwidthbanner-container {
overflow: hidden;
}
.fullscreen-container, .fullwidthbanner-container {
padding: 0;
position: relative;
}
.rev_slider_wrapper {
position: relative;
z-index: 0;
width: 100%;
}


/*Header Social Icons*/
.navbar .social-icons li a {
    height: 28px; width: 28px;
    line-height: 28px;
    font-size: 14px;
}
.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}
.side-menu .social-icons-simple li a:hover,
.side-menu .social-icons-simple li a:focus {
    color: #fff;
}
.social-icons-simple {display: inline-block;}


/*-----box nav ---*/
.box-nav {margin-top: 20px; background-color: #FFFFFF;}
.header-appear .box-nav {margin-top: 0;}
.header-appear .navbar-header {margin-top: 5px;}
/*---index-11---*/
.index-11 .sidemenu_btn > span {background-color: #FFFFFF;}
/*-----end box nav ---*/
/*wrapper on opened sidebar*/
.wrapper {
    padding-left: 290px;
}
.wrapper .full-screen {
    width: 100% !important;
}



.social-icons-simple li {display: inline-block; letter-spacing: 30px;}
.social-icons-simple li .fa {color: #FFFFFF; font-size: 20px;}
.social-icons-simple li .fa:hover {
    color: #FFFFFF;
    font-size: 20px;
}

.tp-bullet.selected,.tp-bullet, .tp-bullet:hover {background-color: #24c4f4;
    transition: all .3s ease-in-out !important;}
.no-bullet .tp-bullet {display: none}
.header-appear .navbar {background-color: #FFFFFF; }
.index-9 .header-appear .navbar {background: -webkit-linear-gradient(90deg, #53be53, #24c4f4);
background: -webkit-gradient(linear, left top, right top, color-stop(#53be53), color-stop(#24c4f4));
background: -webkit-linear-gradient(left, #53be53, #24c4f4);
background: -o-linear-gradient(left, #53be53, #24c4f4);
background: -webkit-gradient(linear, left top, right top, from(#53be53), to(#24c4f4));
background: linear-gradient(90deg, #53be53, #24c4f4);}
.index-2 .header-appear .navbar { background-color: #FFFFFF; }
.index-2 .navbar.bottom-fixedmenu {position: fixed; background-color: #FFFFFF; }
.index-2 .header-appear .navbar-inverse .navbar-nav > li > a {color: #384141; border-radius: 50px}
.index-2 .header-appear .navbar-inverse .navbar-nav > li.active > a {background: #24c4f4; color: #FFFFFF;
}
.header-appear .sidemenu_btn > span {background: #384141;}
.index-9 .sidemenu_btn > span {background: #FFFFFF;}
.index-9 .header-appear .sidemenu_btn > span {background: #FFFFFF;}
.index-8 .header-appear .sidemenu_btn > span {background: #384141;}
.index-2 .header-appear .sidemenu_btn > span {background: #384141;}

header .logo .logo-dark.default, header .logo .logo-light.default {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background-color: #24c4f4;
}
header .logo .logo-dark, header .logo .logo-light {
    visibility: visible;
    opacity: 1;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
header.header-appear .logo .logo-light {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
header.header-appear .logo .logo-dark {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    bottom: 20px;
}
/*side nav*/
.side-width {width: 500px;}
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: #222;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.navbar-inverse {background: transparent; border: none;}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
}
.side-bars {font-size:30px;cursor:pointer; right:0; top: 25px; z-index: 9;position: absolute; color: #FFFFFF; margin-right: 30px;}

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #24c4f4;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.index-9 .side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(90deg, #53be53, #24c4f4);
    background: -webkit-gradient(linear, left top, right top, color-stop(#53be53), color-stop(#24c4f4));
    background: -webkit-linear-gradient(left, #53be53, #24c4f4);
    background: -o-linear-gradient(left, #53be53, #24c4f4);
    background: -webkit-gradient(linear, left top, right top, from(#53be53), to(#24c4f4));
    background: linear-gradient(90deg, #53be53, #24c4f4);
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.gradent {
    background: -webkit-linear-gradient(90deg, #53be53, #24c4f4);
    background: -webkit-gradient(linear, left top, right top, color-stop(#53be53), color-stop(#24c4f4));
    background: -webkit-linear-gradient(left, #53be53, #24c4f4);
    background: -o-linear-gradient(left, #53be53, #24c4f4);
    background: -webkit-gradient(linear, left top, right top, from(#53be53), to(#24c4f4));
    background: linear-gradient(90deg, #53be53, #24c4f4);
}
.transparent-sidemenu .side-menu {
    background: rgba(0,0,0,.95);
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}
/*---  fixed bottom  ---*/
.fixed-bottom {
    bottom: 0;
}
.navbar.bottom-fixedmenu {
    position: fixed;
    top: 0;
    bottom: auto;

}
.static-nav .fixed-bottom {
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.navbar.bottom-fixedmenu {
    position: fixed;
    top: 0;
    bottom: auto;

}
.static-nav .fixed-bottom {
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

.center-brand, .transparent-bg, .fixed-bottom, .bg-transparent-light, .bg-transparent-white, .bg-invisible, .boxed-nav {
    position: absolute;
    width: 100%;
}
.fixed-bottom .navbar-nav .nav-link{
    color: #fff;
}
/*-- fixed-menu --*/

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side close btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
    box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.just-sidemenu #sidemenu_toggle {
position: fixed;
    z-index: 999;
    padding: 6px;
    top: 16px;
    bottom: auto;
    border-radius: 5px;
    background-color: #ffffff14;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);

}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding:0 6px;
    margin-right: 1rem;
    position: absolute;
    float: right;
    right: 15px;
    bottom: 21px;
}
header nav .nav-header{  vertical-align: middle;
    position: relative;}

.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn > span {
    height: 2px;
    max-width: 36px;
    background: #384141;
    display: block;
}
.index-8 .sidemenu_btn > span {
    height: 2px;
    max-width: 36px;
    background: #FFFFFF;
    display: block;
}
.index-5 .sidemenu_btn > span {
    height: 2px;
    max-width: 36px;
    background: #FFFFFF;
    display: block;
}
.side-logo {margin-left: 26px;}
.index-5 .header-appear .sidemenu_btn > span {
    height: 2px;
    max-width: 36px;
    background: #384141;
    display: block;
}
.index-3 .header-appear .sidemenu_btn > span {
    height: 2px;
    max-width: 36px;
    background: #384141;
    display: block;
}
.index-3 .sidemenu_btn > span {
    height: 2px;
    max-width: 36px;
    background: #FFFFFF;
    display: block;
}
.blog-details .sidemenu_btn > span {
    height: 2px;
    max-width: 36px;
    background: #FFFFFF;
    display: block;
}
.blog-details .header-appear .sidemenu_btn > span {
     height: 2px;
     max-width: 36px;
     background: #384141;
     display: block;
 }
.index-2 .sidemenu_btn > span {
    height: 2px;
    max-width: 36px;
    background: #24c4f4;
    display: block;
}
.center-brand .sidemenu_btn > span,
.transparent-bg .sidemenu_btn > span,
.fixed-bottom .sidemenu_btn > span,
.just-sidemenu .toggle_white.sidemenu_btn > span,
.bg-invisible .sidemenu_btn > span,
.boxed-nav .sidemenu_btn > span {
    background: #fff;
}
.center-brand.fixedmenu .sidemenu_btn > span,
.bg-invisible.fixedmenu .sidemenu_btn > span,
.boxed-nav.fixedmenu .sidemenu_btn > span {
    background: #384141;
}
.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    width:100%;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff !important;
    padding: 0px 0 3px 0 !important;
    font-size: 2.0rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link::after {
    display: none;
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover,
.transparent-sidemenu .side-nav .navbar-nav .nav-link:focus {
    margin-left: 5px;
}

.side-menu p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
    margin-left: 40px;
    color: #FFFFFF;
}
/*side nav */
.tp-bullet::before {
    content: "";
    height: 100%;
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    position: absolute;
    left: 0;
    top: 0;
    background: #384141;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.tp-bullet {
    height: 15px;
    width: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #384141;
}
/*=======================
     four  boxes
 ========================*/
.bg-img-box-2 {background: url(../img/2-box-bg.jpg); background-size: cover; background-repeat: no-repeat;}
.bg-img-box-1 {background: url(../img/1-box-bg.jpg);}
.bg-fit-box-2 {background: url(../img/web34.jpg); background-size: cover; background-repeat: no-repeat; background-position: center;}
.bg-fit-box-1 {background: url(../img/web26.jpg); background-size: cover; background-repeat: no-repeat; background-position: center;}
.picture-box{
    height: 500px;
}
/*-------------------------------*/
/*Horizontal Half Blocks ends*/
/*-------------------------------*/

/* before after Button Setting + Hover Effects */
/* Button Setting + Hover Effects */
.button-setting {
    padding: 12px 32px !important;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: color 300ms ease-in-out, -webkit-box-shadow 400ms ease-in-out !important;
    transition: color 300ms ease-in-out, -webkit-box-shadow 400ms ease-in-out !important;
    -o-transition: box-shadow 400ms ease-in-out, color 300ms ease-in-out !important;
    transition: box-shadow 400ms ease-in-out, color 300ms ease-in-out !important;
    transition: box-shadow 400ms ease-in-out, color 300ms ease-in-out, -webkit-box-shadow 400ms ease-in-out !important;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button-setting:hover, .button-setting:focus {
    color: #fff;
}
.button-setting-primary:hover, .button-setting-primary:focus {
    -webkit-box-shadow: 0 0 40px 40px #53be53 inset !important;
    box-shadow: 0 0 40px 40px #53be53 inset !important;
}
.button-setting-secondary:hover, .button-setting-secondary:focus {
    -webkit-box-shadow: 0 0 40px 40px #11b0cc inset !important;
    box-shadow: 0 0 40px 40px #11b0cc inset !important;
}
.button-setting-white:hover {
    -webkit-box-shadow: 0 0 40px 40px #ffffff inset !important;
    box-shadow: 0 0 40px 40px #ffffff inset !important;
}
.button-setting-white:hover {
    color: #333333 !important;
}
.rev_slider_wrapper .button-setting:hover a,
.rev_slider_wrapper .button-setting:focus a {
    color: #fff;
}
#banner-dotted .button-setting:hover,
#banner-dotted .button-setting:focus {
    -webkit-box-shadow: 0 0 40px 40px #fff inset !important;
    box-shadow: 0 0 40px 40px #fff inset !important;
    color: #333;
}
.company-information-inner .button-setting {
    color: #FFFFFF;
}
.company-information-inner .button-setting:hover,
.company-information-inner .button-setting:focus {
    color: #fff !important;
}
.main-slider-detail-text {
    font-size: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    line-height: 30px !important;
}

/*========================
   index-3 progress bars
========================= */
.progress {height: 10px;}
.progress-bar {background-color: #24c4f4;}


/* counters */
.demo-banner {
    background: url(../img/paralax-1.jpg) no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
/* counters */
.fitness-parallax1 {
    background: url(../img/web38.jpg) no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.bit-banner {
    background: url(../img/bg-bit-coin.jpg) no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.serial-box {background-color: #53be53; max-width: 193px; border-radius: 5px; height: 165px; color:#FFFFFF; }
.serial-box-1 {background-color: #24c4f4; max-width: 193px; border-radius: 5px; height: 165px; color:#FFFFFF; }
.serial-box-2 {background-color: #384141; max-width: 193px; border-radius: 5px;  height: 165px; color:#FFFFFF; }
.text-xx-large {font-size: 40px; line-height: 50px;}

.serial-box:hover i {  transform: translateY(-10px);}
.serial-box-1:hover i {  transform: translateY(-10px);}
.serial-box-2:hover i {  transform: translateY(-10px);}
/* end counters */

/*=======================
  index-4 counters statr
 ========================*/
/*-- counter --*/

.bg-counters {
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.count-item{
    font-size: 50px;
    color: #fff;
}
.count-item i:hover {color: #53be53; }

/* ----- index-3 Counters ends ----- */


/*-- team section--*/
.team-top-text {
    font-size: 1.5em;
    display: block;
    text-transform: capitalize;
    color: #00bcd4;
}
.team-text {max-width: 600px; margin: 0 auto;}
element.style {
    visibility: visible;
    animation-delay: 300ms;
    animation-name: fadeInUp;
}
.team-box {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
    padding: 0px 0px 50px 0px;
    overflow: hidden;
}
.team-box, .team-box .team-content {
    -webkit-transition: all .4s ease-in .1s;
    -o-transition: all .4s ease-in .1s;
    transition: all .4s ease-in .1s;
}
.team-box .team-content {
    padding: 30px 1.25em;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(53%);
    -ms-transform: translateY(53%);
    -o-transform: translateY(53%);
    transform: translateY(39%);
    text-align: center;
}
.team-box .team-content h3 {
    font-weight: normal;
    font-size: 1.75rem;
}
.team-box .team-content p {
    font-size: 12px;
}


.team-box:hover .team-content, .team-box.single:hover .team-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.team-box {
    border: 20px solid #fff;
}
.team-box::before {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
}
.team-img img {transform: scale(1); transition: 1s;}
.team-box:hover .team-img img {transform: scale(1.1); transition: 1s;
}

.team-img {
    opacity: 1;
    display: block;
    max-width: 343px;
    margin: 0 auto;
    width: 100%;
    height: 383px;
}

.item-img img {width: 100%; }
.team-box .team-content h3 {
    font-weight: normal;
    font-size: 2em;
}



.team-box .team-content p {
    font-size: 12px;
}

.img-circle {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

.team-content h3{
    line-height: 1;
    margin-bottom: 5px;
}

/* only design bar show */
.team-box, .team-box .team-content-design {
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.team-box .team-content-design {
    padding: 30px 1.25em;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 20px;
    right: 20px;
    -webkit-transform: translateY(53%);
    -ms-transform: translateY(53%);
    -o-transform: translateY(53%);
    transform: translateY(53%);
    text-align: center;
}
.team-box .team-content-design h3 {
    font-weight: normal;
    font-size: 1.75rem;
}
.team-box .team-content-design p {
    font-size: 12px;
}

.team-box:hover .team-content-design, .team-box.single:hover .team-content-design {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-box .team-content-design h3 {
    font-weight: normal;
    font-size: 2em;
}

.team-ani {visibility: visible; animation-delay: 300ms; animation-name: fadeInUp;}

.team-box .team-content-design p {
    font-size: 12px;
}

.team-content-design h3{
    line-height: 1;
    margin-bottom: 30px;
}
/* End of only design bar show */

.team-box.single .team-content-design {
    -webkit-transform: translateY(38%);
    -ms-transform: translateY(38%);
    -o-transform: translateY(38%);
    transform: translateY(38%);
}

.team-icons i { color: #FFFFFF; text-align: center; border-radius: 50%;
    height: 30px; width: 30px;
    line-height: 30px;
    -webkit-transition: 600ms all linear;
    -o-transition: 600ms all linear;
    transition: 600ms all linear;
}
.team-icons i:hover {-webkit-transition: 600ms all linear;
    -o-transition: 600ms all linear;
    transition: 600ms all linear; cursor: pointer; background-color: #FFFFFF;}


.facbook-code:hover {color: #3b5998; }
.twitter-code:hover  {color: #55acee;}
.viemo-code:hover {color:#1ab7ea;}
.google-plus-code:hover {color: #dd4b39;}
.dribbble-code:hover {color: #ea4c89;}


/*Single Porfolio*/
.item-one {
    background: url(../img/bg-single-1.jpg) no-repeat;
}
.item-two {
    background: url(../img/bg-single-2.jpg) no-repeat;
}
.item-three {
    background: url(../img/bg-single-3.jpg) no-repeat;
}
.item-four {
    background: url(../img/bg-single-4.jpg) no-repeat;
}
.item-five {
    background: url(../img/bg-single-5.jpg) no-repeat;
}
.item-six {
    background: url(../img/bg-single-6.jpg) no-repeat;
}
.item-seven {
    background: url(../img/bg-single-7.jpg) no-repeat;
}
.item-eight {
    background: url(../img/bg-single-8.jpg) no-repeat;
}
.item-nine {
    background: url(../img/bg-single-9.jpg) no-repeat;
}

.parallax-demo {font-size: 14px !important;}
.single-items {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}
@media (max-width: 768px) {
    #portfolio_top::after {
        background: inherit;
    }
    .bottom-text > .cells {
        display: table;
    }
}

@media (max-width: 767px) {
    #portfolio_top::before {
        display: none;
    }
    #portfolio_top .text_wrap {
        padding-top: 0;
    }
    #portfolio_top .bottom-text {
        text-align: center;
        display: block;
    }
    .bottom-text > .cells {
        display: inline-block;
        width: 100%;
        padding: 30px 15px;
    }

}



/*-------------------------------*/
/*Gallery ends */
/*-------------------------------*/
/*------- start features -------------*/

.half-section-left{
    left: 0;
    position:absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.half-section-right{
    right: 0;
    position:absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.half-section-left img,.half-section-right img{
    max-width: 640px;
    margin: 0 auto;
    margin-top: -35px;
}
.feature-icon {font-size: 4em; text-align: center; color: #24c4f4;}
.feature-hover:hover i {color: #53be53;}

/*-- ends features --*/

/*hover on images*/
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/*-- hover on img ends --*/
/* ------ Parallax  & Bg starts ------ */



.parallax-bg{
    background: url("../img/fingerlakes.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.parallax h2{
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 4rem;
}
.parallax h2 i{
    font-size: 2.5rem;
    color: #384141;
}
.parallax p{
    color: #384141;
    font-size: 2rem;
}

/* ------end Parallax starts ------ */
/*  particles   */

.flex-column {-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important;}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    /* display: flex!important; */
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.particles-screen {min-height: 100vh;}
#particles-js {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .6;
}
.padding_half {
    padding: 4.375rem 0;
}
/* ===================================
    Portfolio Starts
====================================== */
.portfolio h2 {
    margin-top: 0;
}
.cbp-l-filters-buttonCenter {
    margin-bottom: 20px;
    text-align: center;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
    background-color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-family: 'Aileron-Ultralight', sans-serif;
    font-size: 14px;
    color: #384141 !important;
    font-weight: 100;
    margin: 0 0 0 0px;
    overflow: visible;
    padding: 0 8px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    color: #53be53 !important;
    cursor: default;
}
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link.cbp-l-loadMore-stop {
    color: #B0B0B0;
    cursor: default;
    display: none;
}
.cbp-l-filters-buttonCenter .cbp-filter-counter {
    background-color: #24c4f4;
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
    border-top: 4px solid #53be53;
}
.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: rgba(23, 172, 198, 0.95);
}
.cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 16px;
    overflow: hidden;
}
.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 5%;
    left: 5%;
    visibility: hidden;
    z-index: 1;
    background-color: rgba(23, 172, 198, 0.95);

    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.index-9 .cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 5%;
    left: 5%;
    visibility: hidden;
    z-index: 1;
    background: -webkit-linear-gradient(90deg, #53be53d9, #24c4f4d9);
    background: -webkit-gradient(linear, left top, right top, color-stop(#53be53d9), color-stop(#24c4f4d9));
    background: -webkit-linear-gradient(left, #53be53d9, #24c4f4d9);
    background: -o-linear-gradient(left, #53be53d9, #24c4f4d9);
    background: -webkit-gradient(linear, left top, right top, from(#53be53d9), to(#24c4f4d9));
    background: linear-gradient(90deg, #53be53d9, #24c4f4d9);

    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.cbp-item:hover .cbp-caption-activeWrap,
.cbp-item:focus .cbp-caption-activeWrap{
    opacity: 1; visibility: visible;
    border-radius: 0;
}
.cbp-caption-active .cbp-caption-activeWrap {
    width: 90%;
    position: absolute;
    z-index: 2;
    height: 90%;
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    font: 400 18px/14px "Aileron-Ultralight", sans-serif;
    color: #ffffff;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: inline-block;
}
.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after {
    display: none;
}
.cbp-caption-activeWrap .cbp-l-caption-body .plus {
    display: block;
    width: 30px;
    height: 34px;
    margin: 0 auto;
}
.cbp-popup-lightbox .cbp-popup-prev {
    background: url("../img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
}
.cbp-popup-next, .cbp-popup-prev {display: block !important; }
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link {
    padding: 11px;
    border: 1px solid #384141;
    color: #FFFFFF;
    width: 150px;
    height: 47px;
    border-radius: 26px;
    background-color: #384141;
    font: 400 15px/22px "Open Sans",sans-serif;
    transition-duration: 0.3s;
    transition: all 0.3s !important;
transition-timing-function: ease-in-out;;
}
.cbp-l-loadMore-bgbutton .cbp-l-loadMore-link:hover{
    color: #ffffff;
    background-color: #24c4f4 !important;
    border-color: #24c4f4;
}
.no-radious {border-radius: 0 !important;}
.portfolio-img-button.btn {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
}
.portfolio-img-button.btn:before {
    background-color:#fff !important;
}
.portfolio-img-button.btn:hover, .portfolio-img-button .btn:focus, .portfolio-img-button .btn:active {
    color: #17c0d6;
    background: #ffffff;
    border-color: #17c0d6;
}
.line-bar {width: 50px; height: 1px; color: #FFFFFF; margin:  0 auto;}
.brand-graphic {color: #FFFFFF; font-size: 14px; margin-top: 20px; }
/* ===================================
    Portfolio ends
====================================== */
/*---Shop page---*/

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.cart_table table {
    margin-bottom: 0;
}

.cart_table .table-responsive thead {
    background: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
}

.apply_coupon {
    border: 1px solid #d1d1d1 !important;
    border-top: none;
    padding: 20px;
}

.apply_coupon .coupon > form .form-group > input {
    width: 100%;
    margin-bottom: 0px;
}

.apply_coupon .coupon > form input {
    border: 1px solid #d1d1d1;
    padding: 6px 12px;
    vertical-align: top;
    height: 40px;
}

.apply_coupon .coupon > form input .btn {
    vertical-align: top;
}

.cart_table .table-responsive tbody tr > td {
    vertical-align: middle;
    padding: 10px;
}

.cart_table .table-responsive tbody tr > td img {
    width: 80px;
}

.cart_table .product-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.cart_table .table-responsive thead tr > th {
    padding: 15px 20px;
    border-bottom-width: 1px;
    color: #3b3b3b;
}

.quote .quote,
.quote a {
    display: inline-block;
}

.quote .quote {
    border: 1px solid #d1d1d1;
    max-width: 50px;
    padding: 8px 18px;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.quote::-webkit-input-placeholder,
.apply_coupon .coupon > form .form-group > input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.quote::-moz-placeholder,
.apply_coupon .coupon > form .form-group > input::-moz-placeholder {
    color: #b2b2b2;
}

.quote:-ms-input-placeholder,
.apply_coupon .coupon > form .form-group > input::-moz-placeholder {
    color: #b2b2b2;
}

.quote:-moz-placeholder,
.apply_coupon .coupon > form .form-group > input:-moz-placeholder {
    color: #b2b2b2;
}

.totals {
    border: 1px solid #d1d1d1;
}

.total_form select {
    border: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px;
    width: 100%;
    color: #b2b2b2;
    font-weight: 400;
    margin-bottom: 36px;
}

.total_form label {
    width: 100%;
    margin-bottom: -20px;
}

.totals .table > tbody > tr > td {
    padding-bottom: 15px;
    border: 0;
}

#shop .shopping_box {
    -webkit-box-shadow: 0 0 2px #d1d1d1;
    box-shadow: 0 0 2px #d1d1d1;
    min-height: 386px;
    overflow: hidden;
}

.overlay {
    background-color: rgba(15, 15, 15, 0.59);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -o-transition: opacity .5s linear;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.shopping_box .image {
    min-width: 260px;
    min-height: 220px;
    overflow: hidden;
}

.image-zoom {
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.shopping_box .image img,
.image-zoom img {
    -o-transition: all .8s linear;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    width: 100%;
}

.shopping_box a.btn-cart {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    bottom: 10px;
    opacity: 0;
}

.shopping_box .overlay:hover,
.shopping_box .overlay:hover a.btn-cart {
    opacity: 1;
}

.shopping_box .image:hover img,
.image-zoom:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

#shop .shopping_box a:hover,
#shop .shopping_box a:active {
    color: #384141;
}

.shop-details .quote .quote {
    padding: 6px 18px;
}

.shop-details .share {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}

.shop-details .share p {
    line-height: 35px;
}

.shop-details .share ul li {
    display: inline-block;
    margin: 0 5px;
}
.shop-details .extra-small-icon a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid;
    text-align: center;
    border-radius: 50px;
    margin: 2px;
    color: #646464;
}




/*-- pricing---*/
.price-text {max-width:600px; margin:0 auto}
.pricing-item{
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.startup:hover {background-color: #384141;}
.startup:hover,
.startup:hover .text-blackish{
color: #FFFFFF;
}
.startup:hover,
.startup:hover .text-medium-gray
{
    color: #FFFFFF;
}
.startup:hover,
.startup:hover .price span
{color: #FFFFFF;}

.standard:hover {background-color: #24c4f4;}
.standard:hover,
.standard:hover .text-blackish{
    color: #FFFFFF;
}
.standard:hover,
.standard:hover .text-medium-gray
{
    color: #FFFFFF;
}
.standard:hover,
.standard:hover .price span
{color: #FFFFFF;}

.premium:hover {background-color: #53be53;}
.premium:hover,
.premium:hover .text-blackish{
    color: #FFFFFF;
}
.premium:hover,
.premium:hover .text-medium-gray
{
    color: #FFFFFF;
}
.premium:hover,
.premium:hover .price span
{color: #FFFFFF;}

.pricing-item:hover .btn-green, .pricing-item:hover .btn-blue, .pricing-item:hover .btn-blackish {
    background: transparent;
    border-color: #fff;
}
.pricing-item .btn-green:hover, .pricing-item .btn-blue:hover, .pricing-item .btn-blackish:hover,
.pricing-item .btn-green:focus, .pricing-item .btn-blue:focus, .pricing-item .btn-blackish:focus {
    background: #fff;
    border-color: #fff;
    color: #384141;
}

.price-tag {
    margin-top: -10px;
    padding: 10px 0 25px 0;
}
.price .currency {
    font-size: 5.3rem;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}
.price .sign {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    vertical-align: super;
}
.price .month {
    font-size: 18px;
    font-weight: 400;
    vertical-align: bottom;
}

.bg-pricing {background: url(../img/pricing-bg.jpg);}
.bg-pricing-section {background: url(../img/bg-pricing-section.jpg);}



/* ends pricing */



/* start Testimonials*/
/*-------------------------------*/
.testimonial-wrapp,
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted, .testimonial-quote{
    position: relative;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.client-text {margin:  0 auto; max-width: 600px;}
.testimonial-wrapp,
.testimonial-wrapp .testimonial-text {
    text-align: center;
}
.testimonial-wrapp .quoted,
.testimonial-wrapp .testimonial-photo {
    display: inline-block;
}
.testimonial-wrapp .quoted {
    background: #53be53;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
}
.testimonial-wrapp .testimonial-text {
    background: #f6f6f6;
    padding: 7.25rem 2.5rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}
.testimonial-wrapp .testimonial-photo {
    height: 100px;
    width: 100px;
    margin-top: -50px;
}
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .testimonial-photo > img{
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted,
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text{
    background: #24c4f4;
}
.index-9 #testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text{
    background: -webkit-linear-gradient(90deg, #53be53, #24c4f4);
    background: -webkit-gradient(linear, left top, right top, color-stop(#53be53), color-stop(#24c4f4));
    background: -webkit-linear-gradient(left, #53be53, #24c4f4);
    background: -o-linear-gradient(left, #53be53, #24c4f4);
    background: -webkit-gradient(linear, left top, right top, from(#53be53), to(#24c4f4));
    background: linear-gradient(90deg, #53be53, #24c4f4);
}
.index-9 .testimonial-wrapp:hover .testimonial-text{
    background: -webkit-linear-gradient(90deg, #24c4f4, #53be53);
    background: -webkit-gradient(linear, left top, right top, color-stop(#24c4f4), color-stop(#53be53));
    background: -webkit-linear-gradient(left, #24c4f4, #53be53);
    background: -o-linear-gradient(left, #24c4f4, #53be53);
    background: -webkit-gradient(linear, left top, right top, from(#24c4f4), to(#53be53));
    background: linear-gradient(90deg, #24c4f4, #53be53);
}
.testimonial-wrapp:hover .testimonial-text{
    background: #53be53;
    color: #fff;
}
.testimonial-wrapp:hover .testimonial-text p{
    color: #fff;
}

/*Testimonial Quotes*/
.testimonial-bg, .testimonial-bg-light{
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
}


.testimonial-quote {
    text-align: left;
    padding-top: 10px;
}
.no-quote .testimonial-quote {
    text-align: center;
}
.testimonial-quote h3{
    position: relative;
}
.no-quote .testimonial-quote h3::before,
.no-quote .testimonial-quote h3::after {
    display: none;
}
.testimonial-quote h3::before, .testimonial-quote h3::after {
    display: inline-block;
    font-size: 17px;
}
.testimonial-quote h3::before {
    content: "\f10d";
    margin-right: 3px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.testimonial-quote h3::after{
    content: "\f10e";
    margin-left: 3px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.testimonial-quote h6{
    font-weight: 300;
}

#owl-thumbs.owl-dots{
    text-align: left;
}
#owl-thumbs.owl-dots .owl-dot {
    background: transparent;
    height: 60px;
    margin: 0;
    position: relative;
    width: 60px;
    border: 5px solid rgba(255,255,255,.3);
    margin-left: -30px;
    opacity: .65;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}
.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot {
    border: 5px solid rgba(0,0,0,.3);
}
#owl-thumbs.owl-dots .owl-dot > img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#owl-thumbs.owl-dots .owl-dot:first-child{
    margin-left: 0;
}
#owl-thumbs.owl-dots .owl-dot::after{
    display: none;
}
#owl-thumbs.owl-dots .owl-dot:hover,
#owl-thumbs.owl-dots .owl-dot.active{
    z-index: 5;
    opacity: 1;
    border: 5px solid rgba(255,255,255,.53);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.testimonial-bg-light #owl-thumbs.owl-dots .owl-dot.active {
    border: 5px solid rgba(0,0,0,.53);
}

#testimonial-slider .owl-item.active.center .testimonial-wrapp{;}

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border: 1px solid #384141;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #384141;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}
/*-------------------------------*/
/* Testimonials ends*/


/*-------------------------------*/
/* Error */
/*-------------------------------*/
#error .error,  .error h1 {
    position:relative;
}
.error h1,  .error h2 {
    font-weight: bold;
}
.error h1 {
    color:#ebebeb;
    font-size:10rem;
}
.error h2 {
    color:#414141;
    font-size: 3.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#error p {
    margin-left: 10%;
    margin-right: 10%;
}
.page-header {
    background: url(../img/blog-bg.jpg) no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
.page-header .page-titles {
    position: relative;
    margin-top: 5rem;
    text-transform: capitalize;
}
.breadcrumb {
    background: transparent;
    padding: 0;
}
.breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 14px;
}
.breadcrumb .breadcrumb-item:hover,
.breadcrumb .breadcrumb-item:focus,
.breadcrumb .breadcrumb-item.active {
    color: #00bcd4;
}
/*-------------------------------*/
/* Error ends */
/*-------------------------------*/

/*--- parallax video --*/

.bg-video-parallax {background: url(../img/video-img.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;}
.bg-video-parallax-index-4 {background: url(../img/video-img-index-4.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;}
.bg-video-parallax-index-7 {background: url(../img/video-img-index-7.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;}
/*-------------------------------*/
/* Partner/ Logo's*/
/*-------------------------------*/
#partners-slider .item {
    text-align: center;
}
#partners-slider .item,
#partners-slider .logo-item {
    position: relative;
}
#partners-slider .logo-item {
    width: 100%;
    height: 60px;
    overflow: hidden;
}
#partners-slider .logo-item, #partners-slider  .logo-item > img{
    display: inline-block;
}
.logo-item > img {
    width: 98%;
    max-width: 200px;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}

/*-------------------------------*/
/* Partner/ Logo's ends*/
/*-------------------------------*/




/* ===================================
    Blog Page + Blog details Starts
====================================== */

.bg-img-blog {background: url(../img/blog-bg.jpg);}
.bg-blog-right {background: url(../img/bg-blog-right.jpg);}

.blog-page-padding-top {
    padding-top: 140px;
    padding-bottom: 91px!important;
}
.blog-page-heading-font-size {
    font-size: 48px;
}
.blog-listing-footer-outer {
    border-top: 5px solid #f6f6f6;
    padding: 10px 25px;
    background: #ffffff;
}
.blog-listing-footer-inner-socialicons ul {margin-bottom:  0px;}

.blog-listing-inner ,
.blog-widgets-outer ,
.blog-detail-page-inner,
.blog-detail-contact-form{
    padding: 30px 25px;
}
.blog-detail-page-inner h3 {
    margin: 0;
}
.blog-listing-image-slider .swiper-pagination .swiper-pagination-bullet{
    font-size: 12px;
    opacity: 1;
    background: #6f6f6f;
    border: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 15px;
    height: 15px;
    margin: 0 6px;
}
.blog-listing-image-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #00bcd4;
}
.blog-video-button {
    height: 70px;
    width: 70px;
    background: #24c4f4;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 78px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}
.blog-video-button:hover{
    background: #53be53;
    color: #ffffff;
}
.blog-video-button:focus {
    color: #ffffff;
}
.blog-video-button i {
    font-size: 22px;
    margin-left: 8px;
}
.blog-listing-heading h3 {
    margin: 0;
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

.blog-listing-heading a:hover {
    color: #53be53 !important;
}
.blog-listing-footer-outer {
    border-top: 5px solid #f6f6f6;
    padding: 10px 25px;
    background: #ffffff;
}
.blog-detail-page-text p {
    line-height: 24px;
}
.back-color {background-color: #FFFFFF;}
.blog-listing-footer-inner-tags p {
    font-size: 16px;
    font-weight: 600;
    color: #384141;
    padding-top: 10px;
    padding-bottom: 7px;
    margin: 0;
}

.search-button-blog {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #384141 ;
    color: #fff;
    width: 20%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    cursor: pointer;
}
.search-box-blog {
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #384141;
    color: #384141 ;
}
.search-box-blog:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #384141 ;
}
.search-button-blog:hover {
    background: #24c4f4;
}
.categories-name > a {
    display: block;
    padding: 20px 0 10px;
    border-bottom: 1px solid #d8d8d8;
}
.categories-name > a > p:hover {
    color: #24c4f4 !important;
}
.categories-name > a > p {
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.categories-name > a > p > span {
    float: right;
}
.blog-widget-tags-list-iner li {
    display: inline-block;
    padding: 8px 16px;
    background: #efefef;
    cursor: pointer;
    -webkit-transition: 300ms all linear !important;
    -o-transition: 300ms all linear !important;
    transition: 300ms all linear !important;
    margin: 0 10px 15px 0  ;  }
.blog-widgets-outer p {
    margin: 0;
}
.blog-widget-tags-list-iner li:hover {
    background: #53be53;
    color: #ffffff;

    -webkit-transition: 300ms all linear !important;
    -o-transition: 300ms all linear !important;
    transition: 300ms all linear !important;
}
.blog-detail-bloqquote {
    background: #f6f6f6;
    padding: 30px;
    border-left: 3px solid #00bcd4;
}
.blog-detail-page-text-list ul{
    list-style: circle ;
    margin-left: 15px;
}
.blog-detail-page-text-list ul li {
    margin-top: 10px;
}
.blog-detail-contact-form {
    margin-top: 30px;
}
.blog-listing-detail .coffee-p {
    line-height: 30px;
}
.blog-listing-footer-inner-socialicons {
    float: right;
}
.about-box {max-width:700px;}
/* ===================================
    Blog Page + Blog details ends
====================================== */
/*-------------------------------*/
/*Crypto*/
/*-------------------------------*/
.crypto-ver{
    background: url(../img/crypto-banner1.jpg)no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.btc-calcus {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 2.5rem 3rem;
}
.btc-calcus .cal-convertor .ccc-widget.ccc-converter > div:first-child {
    border: none !important;
    padding: 0px !important;
    background: none !important;
}
.convertForm label.priceLabel {
    font-weight: 300;
    padding-bottom: 0;
}
.convertForm label.priceLabel,
.convertForm  .fromSymbolLabel,
.convertForm .styledSelect {
    font-size: 14px;
    color: #212331 !important;
}
.convertForm  .fromSymbolLabel {
    line-height: 44px;
    border: 1px solid #00bcd4;
    background: #00bcd4;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.convertForm input.priceInput {
    font-family: 'Open Sans', sans-serif;
    height: 45px;
    -webkit-border-top-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
    -webkit-border-bottom-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.convertForm .styledSelect {
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 45px;
}
.convertForm .poweredByWrapper {
    display: none;
}
.section-converter-ccc {
    margin-bottom: 20px;
}
.height {height: 100vh;}
#crypto {

}
/*-------------------------------*/
/* Crypto ends */
/*-------------------------------*/
/*-------------------------------*/
/* start Ccntact US*/
/*-------------------------------*/
#map-container {
    height: 450px;
    width: 100%;
    position: relative;
}
.our-address h5 {
    color: #222;
    font-weight: bold;
}
.our-address .pickus {
    font-size: 13px;
    text-transform: uppercase;
    color: #00bcd4;
    font-weight: 800;
    position: relative;
}
.our-address .pickus,
.our-address .pickus::after {
    display: inline-block;
}
.our-address .pickus::after {
    content: attr(data-text);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    color: #53be53;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.our-address .pickus:hover::after {
    width: 100%;
}
.our-address .pickus:hover,
.our-address .pickus:focus {
    color: #212331;
}

/*Contact Form*/
.getin_form .form-control {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 12px 0;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}
textarea {
    min-height: 150px;
    resize: none;
}
button {
    border: none;
    cursor: pointer;
}
.getin_form .form-control:focus {
    border-bottom: 1px solid #212331;
}
.border-form .form-control {
    border: 1px solid #dedada;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}
.getin_form .button {
    width: 100%;
}
.logincontainer {
    padding: 3.5rem 1.5rem;
}
.border-form .form-control:focus {
    border: 1px solid #212331;
}
/*---- gradient-bg ----*/
.gradient_bg_alt{
    background: -webkit-linear-gradient(90deg, #90A4AE 31%, #607D8B 69%);
    background: -webkit-gradient(linear, left top, right top, color-stop(31%, #90A4AE), color-stop(69%, #607D8B));
    background: -webkit-linear-gradient(left, #90A4AE 31%, #607D8B 69%);
    background: -o-linear-gradient(left, #90A4AE 31%, #607D8B 69%);
    background: linear-gradient(90deg, #90A4AE 31%, #607D8B 69%);
}
/*---- gradient-bg ----*/
/*CheckBox*/
.form-check {
    position: relative;
    display: block;
    font-size: 13px;
}
.form-group label, .checkbox label {
    font-size: 12px;
    font-weight: 500;
    color: #a5a5a5;
    display: inline-block;
    position: relative;
    min-height: 20px;
    cursor: pointer;
}

.form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-check input[type="checkbox"]:checked + label::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
}
.form-check input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}
.form-check input[type="checkbox"]:checked + label::before {
    background-color: #00bcd4;
    border-color: #00bcd4;
    color: #fff;
}
.log-meta {
    margin-bottom: 0;
}
.log-meta > a:hover, .log-meta > a:focus {
    color: #00bcd4;
}
.form-btn {width: 100%;}

/* Form general- */
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #a5a5a5;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #a5a5a5;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #a5a5a5;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #a5a5a5;
}
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #a5a5a5;
    opacity: 1;
}

/*-------------------------------*/
/* ends COntact US */
/*-------------------------------*/
/*------ FAQ's ------ */
.faq_content .items > li > a {
    background: #fff;
    color: #384141;
    display: block;
    margin-bottom: 10px;
    padding: 15px 10px 15px 55px;
    position: relative;
    border: 1px solid #d5d5d5;
}
.faq_content .items > li > a:hover,
.faq_content .items > li > a.expanded {
    background: #24c4f4;
    color: #fff;
}
.faq_content .items > li > a:after {
    background: #fff;
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 100%;
    left: 0;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    border-right: 1px solid #d5d5d5;
}
.faq_content .items > li > a.expanded:after,
.faq_content .items > li > a:hover::after {
    background: #53be53;
    border-color: #53be53;
}
.faq_content .sub-items {
    display: none;
    padding: 20px 15px;
    border: 1px solid #d5d5d5;
    border-top: none;
    margin-bottom: 10px;
}
.faq_content .sub-items p {
    margin: 0;
}
faq_content .tab_drawer_heading:after {
    content: "\f107";
    display: inline-block;
    right: 20px;
    position: absolute;
    font-family: 'FontAwesome';
}
.faq_content .items > li > a.expanded {
    margin-bottom: 0;
}
.faq_content .items > li > a.expanded:after .faq_content .tab_drawer_heading.d_active:after {
    content: "\f106";
}

/* ------ FAQ's ------ */


/*-------------------------------*/
/* start Footer*/
/*-------------------------------*/
ul.social-icons-simple li,
ul.social-icons li {
    display: inline-block;
}
ul.social-icons li a {
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 17px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0.1rem;
    text-align: center;
    display: block;
    color: #676767;
    background: #00bcd4;
}
ul.social-icons.whitebg li a {
    background: #fff;
}
ul.social-icons-simple li a {
    height: 24px;
    line-height: 24px;
    width: 24px;
    margin: 0 4px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
}
ul.social-icons.white li a,
ul.social-icons-simple.white li a{
    color: #fff;
}
ul.social-icons-simple li:last-child a,
ul.social-icons li:last-child a{
    margin-right: 0;
}
ul.social-icons-simple li:first-child a,
ul.social-icons li:first-child a{
    margin-left: 0;
}
ul.social-icons-simple li a:hover,
ul.social-icons-simple li a:focus{
    color: #00bcd4;
}
ul.social-icons li a:hover,
ul.social-icons li a:focus,
ul.social-icons.white li a:hover,
ul.social-icons.white li a:focus{
    color: #fff;
    -webkit-box-shadow: 0 0 15px 30px #384141 inset;
    box-shadow: 0 0 15px 30px #384141 inset;
}

footer .copyrights{
    font-size: 13px;
}
.footer-logo {
    display: inline-block;
    max-width: 230px;
}
footer ul.social-icons:not(.small) li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 24px;
    border: none;
    background: transparent;
}
footer ul.social-icons li a {
    background: #f5f5f5;
}
footer .copyrights > a:hover,
footer .copyrights > a:focus {
    color: #00bcd4;
}

/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/

/*======================
    curser pointer
 ======================*/
.pointer {cursor: pointer;}
/*---------
ends curser pointer
 ---------------------*/

.center {position: absolute; top: 50%; left: 50%; }
.center-img {position: relative;}
/*==============
     loader
 ===============*/
svg {
    display: none;
}
#loader {position: fixed;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    z-index: 999;
}

.loader {
    position: relative;
    width: 75px;
    height: 100px;
    left: 48%;
    top: 50%;
    transform: translateY(-100%);

}
.loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #24c4f4;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}
.loader__bar:nth-child(1) {
    left: 0px;
    transform: scale(1, 0.2);
    animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
    left: 15px;
    transform: scale(1, 0.4);
    animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
    left: 30px;
    transform: scale(1, 0.6);
    animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
    left: 45px;
    transform: scale(1, 0.8);
    animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
    left: 60px;
    transform: scale(1, 1);
    animation: barUp5 4s infinite;
}
.loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #53be53;
    border-radius: 50%;
    animation: ball 4s infinite;
}
@keyframes ball {
    0% {
        transform: translate(0, 0);
    }
    5% {
        transform: translate(8px, -14px);
    }
    10% {
        transform: translate(15px, -10px);
    }
    17% {
        transform: translate(23px, -24px);
    }
    20% {
        transform: translate(30px, -20px);
    }
    27% {
        transform: translate(38px, -34px);
    }
    30% {
        transform: translate(45px, -30px);
    }
    37% {
        transform: translate(53px, -44px);
    }
    40% {
        transform: translate(60px, -40px);
    }
    50% {
        transform: translate(60px, 0);
    }
    57% {
        transform: translate(53px, -14px);
    }
    60% {
        transform: translate(45px, -10px);
    }
    67% {
        transform: translate(37px, -24px);
    }
    70% {
        transform: translate(30px, -20px);
    }
    77% {
        transform: translate(22px, -34px);
    }
    80% {
        transform: translate(15px, -30px);
    }
    87% {
        transform: translate(7px, -44px);
    }
    90% {
        transform: translate(0, -40px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes barUp1 {
    0% {
        transform: scale(1, 0.2);
    }
    40% {
        transform: scale(1, 0.2);
    }
    50% {
        transform: scale(1, 1);
    }
    90% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.2);
    }
}
@keyframes barUp2 {
    0% {
        transform: scale(1, 0.4);
    }
    40% {
        transform: scale(1, 0.4);
    }
    50% {
        transform: scale(1, 0.8);
    }
    90% {
        transform: scale(1, 0.8);
    }
    100% {
        transform: scale(1, 0.4);
    }
}
@keyframes barUp3 {
    0% {
        transform: scale(1, 0.6);
    }
    100% {
        transform: scale(1, 0.6);
    }
}
@keyframes barUp4 {
    0% {
        transform: scale(1, 0.8);
    }
    40% {
        transform: scale(1, 0.8);
    }
    50% {
        transform: scale(1, 0.4);
    }
    90% {
        transform: scale(1, 0.4);
    }
    100% {
        transform: scale(1, 0.8);
    }
}
@keyframes barUp5 {
    0% {
        transform: scale(1, 1);
    }
    40% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1, 0.2);
    }
    90% {
        transform: scale(1, 0.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

/*==============
    end loader
 ===============*/
/* ===================================
   Coming Soon Starts
====================================== */

.ComingSoon-Highlight {
    background: #24c4f4 !important;
}

/* ===================================
   Coming Soon ends
====================================== */


/* ----- responsive media Q ----- */

@media (max-width: 1366px) {
    .center-brand .sidemenu_btn {
        right: 0;
    }
}

@media (max-width: 1200px) {

    .side-menu .inner-wrapper {
        padding: 2rem 3.5rem;
    }
    .team-box {padding: 0;}
}

@media (min-width: 1024px) and (max-width: 1091px) {
    .navbar-nav.ml-auto {
        margin-right: 30px;
    }
    .sidemenu_btn {
        right: 0;

    }
    .center-brand .navbar-brand{
        width: 100px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
    }
}


@media (max-width: 992px) {
    .center-brand .navbar-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar-nav .nav-item {
        margin: 5px 0;
    }
    .button-setting {
        padding: 12px 28px !important;
    }
    .center-logo {
        left: 50%;
        position: absolute;
        margin-top: 3px;
        top: 50%;
        text-align: center;
        transform: translateX(-50%);
        z-index: 1;
        max-width: 20%;
    }
    .index-2 .header-appear .center-logo .logo {
        top:10px;
        position: relative;
    }
    .center-logo {
        left: 15px;
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        max-width: 100%;
    }

    .center-brand .navbar-nav .nav-link,
    .transparent-bg .navbar-nav .nav-link {
        background: #24c4f4;
        color: #fff;
    }
    .center-brand.fixedmenu .navbar-nav .nav-link,
    .transparent-bg.fixedmenu .navbar-nav .nav-link {
        background: transparent;
    }

    .side-menu {
        width: 50%;
    }
    .side-menu .inner-wrapper {
        padding: 2rem 2.5rem;
    }
    .blog-page h3 {
        margin: 0;
    }
    .padding-top-10 {
        padding-top: 5px;
    }
    .blog-listing-detail .coffee-p {
        line-height: 18px;
    }
    .coffee-p {
        font-size: 14px;
    }
    .blog-listing-footer-inner-tags p {
        font-size: 18px;
        font-weight: 400;
    }
    .blog-listing-footer-inner-socialicons ul {
        display: flex;
    }
    .main-slider-detail-text {
        font-size: 18px !important;
    }

}
@media (max-width: 767px) {
    .small-size {
        text-align: center; }
    .blog-written-data > h2 {
        padding-right: 0;
    }
    .contact-text {text-align: center;}
    .blog-date {
        padding-right: 0
    }
    .blog-written-data p {
        margin: 20px 0;
    }
    .blog-padding {
        padding-top: 5.2rem;
    }
    .side-menu .inner-wrapper{
        padding-left: 15px;
    }
    .side-menu {
        width:350px;
    }
    .center-brand .navbar-brand{
        width: 100px;
    }
    .loader {left:40%}
    .side-menu {
        width: 55%;
    }
    .counters-heading  p {font-size: 14px; font-weight: 100; margin-top: 20px;}
    .parallax h2  {font-size: 24px;}
    .parallax p {font-size: 14px;}
    .team-text p {font-size: 14px;}
    .slider h1 {font-size: 36px!important;}
    .slider h2 {font-size: 30px!important;}
    .navbar.sidebar-nav {
        width: 100%;
        height: auto;
        padding: 0 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wrapper {
        padding-left: 0;
    }
    .index-2 .header-appear .sidemenu_btn {
        bottom: 28px!important;
    }
    .index-2 .sidemenu_btn {
        right: 0;
        position: absolute;
        bottom: 16px !important;
    }
    .side-menu {
        width: 300px;
    }

    .side-nav p {
        display: none;
    }
    .sidebar-nav .social-icons{
        display: none;
    }
    ul.social-icons-simple li a {margin-right: 3px;}


    .index-2 .logo-light {margin-top: 0;}
    .sidemenu_btn {bottom: 10px !important;}
    .index-5 .sidemenu_btn {bottom: auto !important;}
    .side-logo {margin-left: 12px;}
    .index-5 .header-appear .sidemenu_btn {bottom: auto !important;}
    .botom-nav .sidemenu_btn {bottom: 20px;}
    .header-appear .sidemenu_btn {bottom: 25px !important;}


    .logo .logo-dark {
        margin-left: 20px;
        margin-bottom: 10px;
    }


    .four-boxes { padding: 50px 0;}

    .progress-title {
        font-size: 10px;text-align: center ;
    }
    .startup h6 {font-size: 24px;}
    .standard h6 {font-size: 24px;}
    .premium h6 {font-size: 24px;}
    .startup p {font-size: 14px;}
    .standard p {font-size: 14px;}
    .premium p {font-size: 14px;}
    .progress {}
    .progress-number { font-size: 10px;   }
    .progress-btn {text-align: center;}

    .counters-heading {
        text-align: center;
    }
    .cbp-l-loadMore-bgbutton .cbp-l-loadMore-link{
        margin-top: 40px;
        padding: 7px;
        width: 140px;
        height: 40px;
    }
    .btn.btn-rounded.btn-large {
        padding: 6px 26px;
    }

    .features-small {margin: 0;}
    .split-box{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .social-icons-simple{padding-left: 25px;}
    .side-menu p{
        margin-left: 25px;
    }
    .main-slider-detail-text {
        font-size: 16px !important;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}