
/* Css Sharpes  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. About Section
7. Cta Section
9. Service Section
8. We-work Section
10. Pricing Section
11. Testimonials Section
12. News Section
14. Main Footer
15. Footer Bottom
16. Page title
19. Our-team section
20. Testimonial page
21. Faq page
22. Error page
23. Service Page
24. Service Details
25. Sidebar Section
26. Service Details content
27. Gallery page
28. Team page
29. Team Details page
30. Tema Details content
31. Shop Section
32. Sidebar Shop
33. Single Shop section
34. Cart page
35. Checkout page
36. Blog Classic
37. Blog Single
38. Google map area
39. Contact info 
40. Contact form area


**********************************************/


/* use font link */

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* use style sheet */

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/animate.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/bootstrap.min.css);
@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/hover.css);
@import url(../css/nouislider.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/jquery.bootstrap-touchspin.css);



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
    font-size:14px;
    color:#666666;
    line-height:26px;
    font-weight:400;
    background:#ffffff;
    font-family: 'Open Sans', sans-serif;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (min-width:1200px) {
    .container {
        padding: 0px 0px;
    }
}
.centred{
    text-align: center;
}


a{
    text-decoration:none;
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    line-height: 25px;
    cursor:pointer;
    color:#666666;
    transition: all 500ms ease;
}

a:hover{
    text-decoration:none;
    outline:none;
    color: #0499D3;
    transition: all 500ms ease;
}


input,button,select,textarea{
    font-family: 'Hind', sans-serif;
}

.strike-through{
    text-decoration:line-through;
}

.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}
.boxed_wrapper{
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.small-container{
    max-width:680px;
    margin:0 auto;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}
.centered{
    text-align:center;
}
.sec-pad{
    padding: 92px 0px 100px 0px;
}

p{
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #222;
    margin-top: 0px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    position:relative;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    color: #222;
    margin-top: 0px;
    transition: all 500ms ease;
}

h1{
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    color: #fff;
}


h2{
    font-size: 40px;
    line-height: 45px;
}

h3{
    font-size: 24px;
    line-height: 30px;
}

h4{
    font-size: 20px;
    line-height: 30px;
}

h5{
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

h6{
    font-size: 15px;
    line-height: 26px;
}

h3 a{
    font-size: 24px;
    line-height: 33px;
}

h4 a{
    font-size: 20px;
    line-height: 30px;
}

h5 a{
    font-size: 16px;
    line-height: 20px;
}

h6 a{
    font-size: 15px;
    line-height: 26px;
}

h3 a:hover,
h4 a:hover,
h5 a:hover{
    color: #0499D3;
    transition: all 500ms ease;
}

.preloader{position: fixed; left:0px;top:0px;height:100%;width: 100%;z-index:999999;background-color:#ffffff;background-position:center center;background-repeat:no-repeat;background-image:url(../upload/image/logo1.png);}

/** button **/

.btn-one {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #4e565a;
    border: 2px solid #4e565a;
    padding: 13px 40px 13px 40px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    transition: all 900ms ease;
    cursor: pointer;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    z-index: 1;
}
.btn-one:hover{
    color: #0499D3;
    background: transparent;
    border: 2px solid #0499D3;
    transition: all 900ms ease;
}

.btn-three {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3c3c3c;
    background: #ffffff;
    border: 2px solid #ffffff;
    padding: 13px 40px 13px 40px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    transition: all 900ms ease;
    cursor: pointer;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    z-index: 1;
}
.btn-three:hover{
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    transition: all 900ms ease;
}

.btn-two {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    padding: 13px 40px 13px 40px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    border: 2px solid #fff;
    transition: all 900ms ease;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    z-index: 1;
    border: 2px solid #fff;
}
.btn-two:hover{
    color: #fff;
    background: #0499D3;
    border: 2px solid #0499D3;
    transition: all 900ms ease;
}

.page-pagination{
    position: relative;
    padding: 0px;
    margin: 0px;
}
.page-pagination li{
    display: inline-block;
    margin: 0px 3px;
}
.page-pagination li a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'OpenSans',sans-serif;
    color: #848484;
    font-weight: 600;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    transition: all 500ms ease;
}
.page-pagination li a:hover,
.page-pagination li a.active{
    background: #0499D3;
    color: #fff;
    transition: all 500ms ease;
}

.sec-title h2{
    position: relative;
    font-size: 27px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 23px;
}

.head-title h2{
    position: relative;
    font-size: 27px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 70px;
    text-align: center;
    /*margin-top: -40px;*/
}

.title-top{
    position: relative;
    font-size: 26px;
    font-family: 'Poppins',sans-serif;
    line-height: 43px;
    color: #0499D3;
    font-weight: 700;
    margin-bottom: 9px;
}


/*** 

====================================================================
  Scroll To Top style
====================================================================


***/
.scroll-to-top span{
    color: #fff;
}
.scroll-to-top{
    position:fixed;
    bottom:15px;
    right:15px;
    font-size:18px;
    line-height:53px;
    width:55px;
    height:55px;
    background: #4E565A;
    text-align:center;
    z-index:100;
    cursor:pointer;
    display:none;
    border-radius: 50%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.scroll-to-top:hover{
    background: #222;
}
.scroll-to-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/*=============== Style switcher =============*/

.switcher .switch_btn button {
    width:40px;
    height:40px;
    line-height: 40px;
    border:none;
    background: #0499D3;
    color:#fff;
    font-size: 18px;
}
.switcher .switch_btn {
    position: absolute;
    right: -40px;
    z-index: -1;
}
.switcher {
    position: fixed;
    top:400px;
    z-index: 999999;
}

.switcher .switch_menu {
    width:280px;
    background: #fff;
    display: none;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    /*  height: 300px;
      overflow: hidden;
      overflow-y: scroll;*/
}
.switcher .switch_menu .switcher_container {
    width:270px;
    margin:0 auto;
}
.switcher .switch_menu h5.title {
    color:#fff;
    margin:0;
    line-height: 60px;
    background: #272727;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    font-weight: 700;
    text-transform: uppercase;
}
.switcher .switch_menu .switcher_container h5 {
    text-align: center;
    color:#272727;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    font-weight: 700;
}
.switcher .switch_menu .switcher_container .text{
    font-size: 13px;
}
.switcher .box_bg h5 {
    font-size: 20px;
}
.switcher .box_bg {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 27px;
    padding-top:1px;
    border-bottom:1px solid #f7f7f7;
    margin-bottom: 12px;
}
.switcher .box_bg .layout_bg {
    width:63px;
    height:63px;
    border:2px solid #eaeaea;
    display: inline-block;
    cursor: pointer;
    margin-right:2px;
    margin-top: 5px;
}
.switcher .box_bg .layout_bg:last-child {
    margin-right:0;
}
.switcher #styleOptions {
    padding:7px 0;
}
.switcher #styleOptions li {
    display: inline-block;
    width:40px;
    height:40px;
    margin-right:2px;
}
.switcher #styleOptions li:last-child {
    margin-right:0;
}
.switcher #styleOptions li a {
    display: block;
    width:100%;
    height:100%;
}
.switcher #styleOptions li a.color2 {
    background: url(../images/home/color1.jpg) no-repeat center;
}
.switcher #styleOptions li a.color3 {
    background: url(../images/home/color2.jpg) no-repeat center;
}
.switcher #styleOptions li a.color4 {
    background: url(../images/home/color3.jpg) no-repeat center;
}
.switcher #styleOptions li a.color5 {
    background: url(../images/home/color4.jpg) no-repeat center;
}
.switcher #styleOptions li a.color6 {
    background: url(../images/home/color5.jpg) no-repeat center;
}
.switcher .switch_menu>p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    background: #1a8bb3;
    color:#fff;
    padding: 18px 18px 20px 18px;
}


/*** 

====================================================================
                        Home-Page
====================================================================

***/

/** main header area **/


.main-header{
    position:relative;
    left:0px;
    top:0px;
    z-index:999;
    width:100%;
}
.header-lower{
    background: #fff;
    width: 100%;
    z-index:999;
    opacity:1;
    visibility:visible;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.logo-box{
    /*background: url(../upload/image/logo.png) no-repeat 9% 100%;*/
    /*height: 70px;*/
    margin-top: 12px;
    margin-left: -10px;
}
.logo-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.main-header .info-box{
    position: relative;
    display: inline-block;
}
.main-header .menu-bar {
    position: relative;
    float: right;
    /*right: 2px;*/
}

.main-menu{
    position:relative;
    display: inline-block;
}

.main-menu .navbar-collapse{
    padding:0px;
}

.main-menu .navigation{
    position:relative;
    margin:0px;
}

.main-menu .navigation > li{
    position:relative;
    display: inline-block;
    /*margin-left: 16px;*/
}


.main-menu .navigation > li > a > i:before{
    margin-right: 5px;
    font-size: 16px;
}
.main-menu .navigation > li > a{
    position:relative;
    display:block;
    font-size:14px;
    font-weight: 600;
    color: #222;
    line-height: 26px;
    padding: 41px 0px 43px 12px;
    font-family: 'Poppins', sans-serif;
    opacity:1;
    -webkit-transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a,.main-menu .navigation > li.current > a,
.main-menu .navbar-collapse > ul li.dropdown:hover .dropdown-btn span:before,
.main-menu .navbar-collapse > ul li.dropdown.current .dropdown-btn span:before{
    color: #0499D3;
    transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a:after{
    opacity:1;
}

.main-menu .navigation > li > ul{
    position:absolute;
    left:0px;
    top:100%;
    width:220px;
    padding:0px;
    z-index:100;
    display:none;
    background:#fff;
    border-top:3px solid #0499D3;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
}
.main-menu .navigation > li > ul > li{
    position:relative;
    width:100%;
}
.main-menu .navigation > li > ul > li:last-child{
    border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
    position:relative;
    display:block;
    padding:10px 15px;
    line-height:28px;
    font-weight:600;
    font-size:14px;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    color: #222;
    border-bottom: 1px dashed #0499D3;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:last-child >a{
    border-bottom: none;
}

.main-menu .navigation > li > ul > li:hover > a{
    color: #0499D3;
    padding:10px 15px 10px 17px;
    transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
    color:#ffffff;
    transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
    top:100%;
}

.main-menu li.dropdown:before{
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    top: 40px;
    right: -15px;
    cursor: pointer;
    color: #222;
    font-size: 17px;
    transition: all 500ms ease;
}
.main-menu li.dropdown:hover:before,
.main-menu li.current.dropdown:before{
    color: #0499D3;
}

.main-header .cart-box{
    position: relative;
    display: inline-block;
    margin-left: 57px;
}
.main-header .cart-box:before{
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 1px;
    height: 30px;
    top: -2px;
    left: -32px;
}
.main-header .cart-box a{
    position: relative;
    font-size: 17px;
    line-height: 26px;
    color: #222;
    font-family: 'Poppins', sans-serif;
}
.main-header .cart-box a:hover{
    color: #0499D3;
}
.main-header .cart-box a i:before{
    color: #0499D3;
    margin-right: 11px;
}


/*========= mobile-menu ==============*/

.mobile-menu .dropdown-btn {
    position: absolute;
    right: 3px;
    top: 0;
    width: 35px;
    height: 43px;
    border-left: 1px solid #ffffff;
    cursor: pointer;
    display: block;
    z-index: 5;
}
.mobile-menu .dropdown-btn:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.mobile-menu,
.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
    background: #000000;
}

.mobile-menu > li > ul,
.mobile-menu > li > ul > li > ul{
    display: none;
}

.mobile-menu > li > a,
.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a{
    padding:10px 20px;
    font-family: 'Roboto', sans-serif;
    line-height:22px;
    color:#ffffff;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #fff;
}


/* Mainmenu fixed style */
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -90px;}
    100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
    margin: 0;
    position: fixed;
    background: #fff;
    top:0;
    left:0;
    width: 100%;
    z-index: 99999;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.49);
}


/** main slider **/

.main-slider {
    position: relative;
    min-height: 100%;
}
.main-slider:before{
    position: absolute;
    content: '';
    /* background: url(../images/slider/bg1.png); */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
}
.main-slider:after{
    position: absolute;
    content: '';
    /* background: url(../images/slider/bg.png); */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    right: 0px;
    top: 0px;
}
.main-slider .container-fluid {
    padding: 0px;
}
.main-slider .slider-wrapper {
    position: relative;
}
.main-slider .slider-wrapper .image img {
    min-height: 750px;
    width: 100%;
    max-width: none;
}
.main-slider .slider-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -48px;
    z-index: 5;
}
.main-slider .slider-caption .inner-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.main-slider .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 3;
}
.main-slider .tp-title{
    position: relative;
    font-size: 36px;
    font-family: 'Dancing Script', cursive;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px;
}
.main-slider h1{
    margin-bottom: 42px;
}
.main-slider .btn-one{
    margin-right: 17px;
}

/* slide nav */

.slide-nav .owl-nav {
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(0.97);
    transition: .5s ease;
}
.slide-nav:hover .owl-nav {
    transform: scale(1);
    opacity: 1;
}
.slide-nav .owl-nav .owl-next,
.slide-nav .owl-nav .owl-prev {
    position: relative;
    width: 55px;
    height: 55px;
    line-height: 53px;
    background:  transparent;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.70);
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.slide-nav .owl-nav .owl-next:hover,
.slide-nav .owl-nav .owl-prev:hover{
    background: #0499D3;
    border: 2px solid #0499D3;
}
.slide-nav .carousel-outer:hover .owl-nav .owl-next,
.slide-nav .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}
.slide-nav .owl-nav .owl-prev {
    left: 50px;
    float:  left;
}
.slide-nav .owl-nav .owl-next {
    right: 50px;
    float:  right;
}

.slide-nav .owl-dots{
    display: none !important;
}

/* slide animation */
.main-slider .owl-item .slider-caption * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main-slider .owl-item.active .slider-caption .tp-title {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.main-slider .owl-item.active .slider-caption h1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.main-slider .owl-item.active .slider-caption .tp-btn {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/** about section **/

.about-section{
    position: relative;
    padding: 120px 0px 120px 0px;
}
.about-section .img-box{
    position: relative;
    margin-left: 60px;
    margin-right: 20px;
    box-shadow: 0px 0 20px 10px #eee;
}
.about-section .img-box:before{
    position: absolute;
    content: '';
    background: url(../images/about-shap.webp);
    width: 420px;
    height: 406px;
    left: -60px;
    bottom: -60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-section .img-box img{
    position: relative;
    width: 100%;
    z-index: 1;
}
.about-section .about-content{
    position: relative;
    margin-top: -36px;
    margin-left: 22px;
}
.about-section .about-content p{
    margin-bottom: 32px;
}


.about-section .home-content{
    position: relative;
    margin-top: -10px;
    margin-left: 22px;
}
.about-section .home-content p{
    margin-bottom: 32px;
}


/** cta-section **/

.cta-section{
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 210px 0px 210px 0px;
}
.cta-section:before{
    position: absolute;
    content: '';
    background: url(../images/shap/cta.png);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.cta-section p{
    color: #fff;
}
.video-gallery {
    position: relative;
    display: inline-block;
    margin-left: 7px;
}
.video-area{
    position: relative;
    display: inline-block;
}
.cta-section .button{
    display: inline-block;
}
.cta-section .cta-content{
    position: relative;
    margin-right: 55px;
}
.cta-section h1{
    margin-bottom: 20px;
}
.cta-section p{
    margin-bottom: 36px;
}
.cta-section .btn-one{
    padding: 21px 49px 20px 49px;
}
.video-gallery .icon-holder .icon a{
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #0499D3;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    transform: scale(1.0);
    transition: all 500ms ease;
}
.video-gallery .icon-holder .icon a:hover{
    transform: scale(1.1);
}


/** service-section **/


.service-section{
    position: relative;
    padding: 85px 0px 55px 0px;
}
.single-item-overlay{
    position: relative;
    margin-bottom: 25px;
}
.service-section .single-item-overlay .img-box{
    position: relative;
    overflow: hidden;
}
.service-section .single-item-overlay .img-box:before{
    position: absolute;
    content: '';
    background: url(../images/shap.webp);
    width: 100%;
    height: 44px;
    left: 0px;
    bottom: -2px;
    z-index: 1;
    transition: all 900ms ease;
}
.service-section .single-item:hover .img-box:before{
    bottom: -45px;
    transition: all 900ms ease;
}
.single-item-overlay .img-box img {
    width: 100%;
}

.single-item-overlay .img-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* background: rgba(168, 38, 130, 0.49); */
    background: rgba(4, 153, 211, 0.49);
    width: 100%;
    transform: scale(0.7,0);
    transition: .5s ease-in-out;
}
.single-item:hover .img-box .overlay {
    transform: scale(1,1);
    transition: .5s ease-in-out;
}

.single-item-overlay .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.single-item-overlay .content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -20%;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.single-item:hover .content {
    top: 0;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    transition-delay: .3s;
}
.single-item-overlay .content li {
    color: #222;
    display: inline-block;
    font-size: 16px;
    background: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    line-height: 65px;
}
.single-item-overlay .content li:hover{
    color: #0499D3;
}
.service-section .text{
    font-size: 15px;
}
.service-section .single-item{
    margin-bottom: 42px;
}
.service-section .sec-title h2{
    margin-bottom: 40px;
}
.service-section .single-item h3{
    margin-bottom: 9px;
}


/** we-work **/

.we-work{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 210px 0px 215px 0px;
}
.we-work:before{
    position: absolute;
    content: '';
    background: url(../images/shap/work.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-position: center center;
    z-index: -1;
}

.we-work .sec-title h2{
    color: #fff;
}
.we-work .single-item{
    position: relative;
    display: inline-block;
    z-index: 1;
}
.we-work .single-item .icon-box{
    position: relative;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0px 10px #e3e3e3;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.we-work .single-item:hover .icon-box{
    box-shadow: 0 0 0 10px rgba(62, 206, 190, 0.50);
}
.we-work .single-item:hover .icon-box .number{
    box-shadow: 0 0 0px 6px #e3e3e3;
}
.we-work .single-item .icon-box i:before{
    font-size: 52px;
    color: #222;
    margin: 0px;
}
.we-work .single-item .icon-box .number{
    position: absolute;
    top: 3px;
    right: -31px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    box-shadow: 0 0 0 6px rgba(62, 206, 190, 0.50);
    transition: all 500ms ease;
}
.we-work .single-item .text{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.we-work .column:nth-child(1) .single-item{
    margin-left: 10px;
}
.we-work .column:nth-child(2) .single-item{
    margin-left: 31px;
}
.we-work .column:nth-child(3) .single-item{
    margin-left: 52px;
}
.we-work .column:nth-child(4) .single-item{
    margin-left: 73px;
}
.we-work .sec-title h2{
    margin-bottom: 50px;
}


/** pricing-section **/

.pricing-section{
    position: relative;
}
.pricing-section .single-table{
    position: relative;
    border: 1px solid #f5f5f5;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    transition: all 900ms ease;
}
.pricing-section .single-table:before{
    position: absolute;
    content: '';
    background: url(../images/home/shap.jpg);
    width: 100%;
    height: 80px;
    left: 0px;
    bottom: 0px;
}
.pricing-section .single-table .top-content{
    position: relative;
    background: #f5f5f5;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 52px 0px 41px 0px;
    transition: all 900ms ease;
}
.pricing-section .single-table .top-content:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: -8px;
    display: block;
    width: 60%;
    height: 20px;
    background: #fff;
    transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
}
.pricing-section .single-table .top-content:after{
    position: absolute;
    content: '';
    right: 0px;
    bottom: -8px;
    display: block;
    width: 60%;
    height: 20px;
    background: #fff;
    transform: skewY(4deg);
    -webkit-transform: skewY(-4deg);
}
.pricing-section .single-table:hover .top-content{
    background: #0499D3;
}
.pricing-section .single-table:hover{
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.17);
    transform: scale(1.05);
}
.pricing-section .single-table .top-content .title{
    position: relative;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    line-height: 33px;
    color: #222;
    margin-bottom: 5px;
    transition: all 900ms ease;
}
.pricing-section .single-table.active .top-content .title,
.pricing-section .single-table:hover .top-content .title{
    color: rgba(255, 255, 255, 0.70);
    transition: all 900ms ease;
}
.pricing-section .single-table .top-content .text{
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    line-height: 62px;
    color: #0499D3;
    transition: all 900ms ease;
}
.pricing-section .single-table.active .top-content .text,
.pricing-section .single-table:hover .top-content .text{
    color: #fff;
    transition: all 900ms ease;
}
.pricing-section .single-table .top-content .text span{
    font-size: 25px;
}
.pricing-section .single-table .lower-content{
    position: relative;
    padding: 31px 0px 102px 0px;
    transition: all 900ms ease;
}
.pricing-section .single-table .lower-content li{
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
}
.pricing-section .single-table .lower-content i{
    margin-right: 8px;
}
.pricing-section .single-table .btn-two{
    color: #222;
    border: 1px solid #e5e5e5;
}
.pricing-section .single-table .lower-content .list{
    position: relative;
    margin-bottom: 36px;
}
.pricing-section .single-table.active .btn-two,
.pricing-section .single-table:hover .btn-two{
    background: #0499D3;
    border: 1px solid #0499D3;
    color: #fff;
}
.pricing-section .sec-title h2{
    margin-bottom: 40px;
}


/** testimonials-section **/

.testimonials-section{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    padding: 257px 0px 243px 0px;
}
.testimonials-section:before{
    position: absolute;
    content: '';
    /* background: url(../images/shap/testimonial.png); */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    background-position: center center;
    z-index: -1;
}
.testimonials-section .sec-title h2{
    color: #fff;
    margin-bottom: 32px;
}
.testimonials-section .text{
    position: relative;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
    padding: 0px 20px;
}
.testimonials-section .author{
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    line-height: 31px;
    margin-bottom: 23px;
}




.testimonial-content .inner-box{
    position:relative;
}
.testimonials-section .client-thumb-outer{
    position:relative;
    max-width:280px;
    margin:0 auto;
    overflow:hidden;
}
.testimonials-section .client-thumb-outer .client-thumbs-carousel{
    position: relative;
    max-width: 90px;
    margin: 0 auto;
}
.testimonials-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
    overflow:visible;
}
.testimonials-section .client-thumb-outer .client-thumbs-carousel .thumb-item{
    position:relative;
    width:86px;
    border-radius:50%;
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}
.testimonials-section .client-thumb-outer .thumb-item .thumb-box{
    width:88px;
    height:88px;
    cursor:pointer;
    overflow: hidden;
    border-radius:50%;
}
.testimonials-section .owl-item .thumb-item .thumb-box:after{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    opacity: .5;
}
.testimonials-section .owl-item.active .thumb-item .thumb-box:after{
    background: transparent;
}
.testimonials-section .client-thumb-outer .client-thumbs-carousel .thumb-item img{
    overflow:hidden;
    width:100%;
    height:100%;
    display:block;
    border-radius:50%;
}
.testimonials-section .owl-nav{
    display: none;
}



/** news-section **/

.news-section{
    position: relative;
    padding: 100px 0px 100px 0px;
}
.news-section .img-box{
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.news-section img{
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1.0);
}
.news-section .single-item:hover .img-box img{
    transform: scale(1.1);
}
.news-section .lower-content li{
    position: relative;
    display: inline-block;
}
.news-section .lower-content li span{
    color: #0499D3;
}
.news-section .lower-content h3{
    margin-bottom: 4px;
}


/** main-footer-area **/

.footer-area{
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.subscribe-section{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-area:before{
    position: absolute;
    content: '';
    background: url(../images/footer-1.webp);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.footer-area h3,
.subscribe-section h3{
    color: #fff;
}
.subscribe-section input[type='text'],
.subscribe-section input[type='email']{
    position: relative;
    width: 320px;
    height: 55px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    border: 1px solid #ffffff;
    margin-right: 16px;
    padding: 10px 20px;
    transition: all 500ms ease;
}
.subscribe-section input[type='text']:focus,
.subscribe-section input[type='email']:focus{
    border-color: #0499D3;
    transition: all 500ms ease;
}
.subscribe-section ::-webkit-input-placeholder {
    color: #fff;
}
.subscribe-section :-ms-input-placeholder {
    color: #fff;
}
.subscribe-section ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.subscribe-section :-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.subscribe-section .form-group{
    display: inline-block;
    margin-bottom: 0px;
}
.subscribe-section button{
    padding: 13px 56px 12px 56px;
}
.subscribe-content{
    position: relative;
    border-bottom: 1px solid #ffffff;
    padding: 149px 0px 48px 0px;
}

.main-footer{
    position: relative;
    padding-top: 69px;
    padding-bottom: 38px;
    border-bottom: 1px solid #ffffff;
}
.footer-logo{
    position: relative;
    background: url(../images/footer/logo1.png) no-repeat 9% 100%;
    height: 60px;
    margin-bottom: 20px;
    margin-left: -18px;
}
.footer-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.main-footer .logo-wideget{
    position: relative;
    top: 4px;
}
.main-footer .logo-wideget .footer-social li{
    position: relative;
    display: inline-block;
    margin-right: 6px;
}
.main-footer p{
    margin-bottom: 23px;
}
.main-footer .logo-wideget .footer-social li a{
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #e5e5e5;
    font-size: 13px;
    background: #343c3b;
    border-radius: 50%;
    transition: all 500ms ease;
}
.main-footer .logo-wideget .footer-social li a:hover{
    background: #0499D3;
    color: #fff;
    transition: all 500ms ease;
}
.main-footer p,
.main-footer a,
.main-footer li,
.footer-bottom a{
    color: #cdd0d3;
    transition: all 500ms ease;
}

.main-footer p, .main-footer a, .footer-bottom a{
    color: #ffffff;
    transition: all 500ms ease;
}

.main-footer .list li a{
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 0px 0px 0px 12px;
}
.main-footer .list li a:before{
    position: absolute;
    content: "\f105";
    font-family: 'Fontawesome';
    font-size: 15px;
    color: #cdd0d3;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}
.main-footer .list li a:hover:before{
    color: #000000;
    transition: all 500ms ease;
    /*color: #38b0e5 !important;*/
}
.main-footer .list li a:hover{
    color: #000000;
    text-decoration: none;
    transition: all 500ms ease;
}
.main-footer .contact-info li{
    position: relative;
    padding: 0px 0px 0px 24px;
    margin-bottom: 29px;
}
.main-footer .contact-info i{
    position: absolute;
    left: 0px;
    /*top: 3px;*/
}
.main-footer .service-wideget{
    position: relative;
    margin: 0px -10px 0px 52px;
}
.main-footer .link-wideget{
    position: relative;
    margin: 0px 0px 0px 70px;
}
.main-footer .footer-title h3{
    margin-bottom: 20px;
}
.main-footer .contact-wideget .footer-title h3{
    margin-bottom: 24px;
}
.main-footer .contact-wideget p{
    line-height: 24px;
    margin-bottom: 26px;
}
.footer-bottom{
    position: relative;
    padding: 24px 0px 22px 0px;
    color: #cdd0d3;
}
.footer-bottom a:hover{
    color: #000000;
}



/*** 

====================================================================
                        about-Page
====================================================================

***/


/** page title **/


.page-title{
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 113px 0px 133px 0px;
}
.page-title:before{
    position: absolute;
    content: '';
    /* background: url(../images/shap/page-title1.png); */
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.page-title:after{
    position: absolute;
    content: '';
    /* background: url(../images/shap/page-title2.png); */
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.page-title .title{
    display: inline-block;
}
.page-title .bread-crumb li{
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-right: 15px;
    margin-right: 5px;
}
.page-title .bread-crumb li:last-child{
    padding-right: 0px;
    margin-right: 0px;
}
.page-title .bread-crumb li:first-child:before{
    position: absolute;
    content: "/";
    font-size: 16px;
    color: #fff;
    right: 0px;
    top: 1px;
}
.page-title .bread-crumb a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.page-title .bread-crumb a:hover{
    color: #0499D3;
}
.page-title .content-box{
    position: relative;
    z-index: 1;
}
.page-title h1{
    margin-bottom: 12px;
}


/** our-team **/

.our-team{
    position: relative;
    padding: 108px 0px 93px 0px;
}
.our-team img{
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1.0);
}
.our-team .single-item:hover img{
    transform: scale(1.1);
}
.our-team .img-box{
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.our-team .text{
    font-size: 15px;
}
.our-team .single-item h3{
    margin-bottom: 5px;
}
.our-team .sec-title h2{
    margin-bottom: 37px;
}


/*** 

====================================================================
                        testimonial-Page
====================================================================

***/

.tesimonial-page{
    position: relative;
    padding: 114px 0px 70px 0px;
}
.tesimonial-page .single-item{
    position: relative;
    display: block;
    padding: 50px 50px 38px 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    transition: all 500ms ease;
}
.tesimonial-page .single-item:hover{
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.20);
}
.tesimonial-page .single-item .icon-box{
    position: relative;
    margin-bottom: 14px;
}
.tesimonial-page .single-item .icon-box i:before{
    font-size: 36px;
    color: #0499D3;
    margin: 0px;
}
.tesimonial-page .single-item .author{
    position: relative;
    padding: 7px 0px 20px 75px;
}
.tesimonial-page .single-item .author-img{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
}
.tesimonial-page .single-item .author-img img{
    width: 100%;
}

.tesimonial-page .single-item .author-info h5{
    margin-bottom: -4px;
}
.tesimonial-page .single-item .author span{
    font-size: 13px;
    font-style: italic;
}
.tesimonial-page .single-item p{
    margin-bottom: 21px;
}
.tesimonial-page .sec-title h2{
    margin-bottom: 40px;
}


/*** 

====================================================================
                        faq-Page
====================================================================

***/


.faq-section{
    position: relative;
    padding: 117px 0px 63px 0px;
}
.faq-section .faq-title{
    position: relative;
    font-size: 27px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 70px;
    text-align: center;
    margin-top: -40px;
    color: #222;
}
.accordion-box{
    position: relative;
    padding: 0px 30px;
    border: 1px solid #f1f1f1;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .plus{
    position: relative;
    right: 0px;
    top: -6px;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus {
    opacity: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
    left: -45px;
    top: -6px;
}
.accordion-box .accordion .acc-btn{
    position: relative;
}
.accordion-box .accordion .acc-btn .toggle-icon{
    position: absolute;
    left: 0px;
    top: 0px;
}
.accordion-box .accordion .acc-btn .toggle-icon i{
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
}
.accordion-box .accordion .acc-btn.active .toggle-icon{
    color: #0499D3;
}
.accordion-box .accordion .acc-content.collapsed {
    display: block;
}
.accordion-box .accordion .acc-title h4{
    margin-bottom: 0px;
}
.accordion-box .accordion .acc-title{
    position: relative;
    padding: 0px 0px 0px 64px;
    /*margin-bottom: 32px;*/
    cursor: pointer;
}
.accordion-box .accordion .acc-content {
    display: none;
    padding: 0px 0px 0px 66px;
    /*margin-bottom: 48px;*/
    margin-top: 20px;
}
.accordion-box .accordion .acc-content p{
    margin-bottom: 0px;
}
.accordion-box .accordion .acc-btn.active .acc-title h4{
    color: #0499D3;
}

.faq-form-area input[type='text'],
.faq-form-area input[type='email'],
.faq-form-area textarea{
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    margin-bottom: 18px;
    transition: all 500ms ease;
}
.faq-form-area textarea{
    resize: none;
    height: 120px;
    margin-bottom: 10px;
}
.faq-form-area input[type='text']:focus,
.faq-form-area input[type='email']:focus{
    border: 1px solid #0499D3;
}
.faq-form-area .form-group{
    margin-bottom: 0px;
}
.faq-form-area .btn-one{
    width: 100%;
    border-radius: 0px;
    padding: 10px 40px 10px 40px;
}
.faq-form-area h3{
    margin-bottom: 23px;
}


/*** 

====================================================================
                        error-Page
====================================================================

***/


.error-section{
    position: relative;
    padding: 199px 0px 184px 0px;
}
.error-section .error-title{
    position: relative;
    font-size: 150px;
    font-family: 'Poppins', sans-serif;
    line-height: 150px;
    color: #222;
    font-weight: 500;
    margin-bottom: 20px;
}
.error-section .error-title i:before{
    color: #0499D3;
    margin: 0px 10px;
    font-size: 175px;
}
.error-section .title{
    position: relative;
    font-size: 42px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    margin-bottom: 31px;
}
.error-section .text{
    font-size: 16px;
    margin-bottom: 18px;
}
.error-section .input-form{
    position: relative;
}
.error-section .input-form button{
    position: absolute;
    top: 14px;
    right: 30px;
    background: transparent;
    z-index: 1;
    font-size: 15px;
    color: #848484;
    transition: all 500ms ease;
}
.error-section .input-form input[type='search']{
    position: relative;
    width: 100%;
    border-radius: 50px;
    padding: 10px 50px 10px 20px;
    height: 55px;
    margin-bottom: 44px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
}
.error-section .input-form input[type='search']:focus + button,
.error-section .input-form button:hover{
    color: #0499D3;
}
.error-section .input-form input[type='search']:focus{
    border: 1px solid #0499D3;
}
.error-section .form-group{
    margin-bottom: 0px;
}
.error-section .img-box{
    position: relative;
    top: 35px;
}


/*** 

====================================================================
                       service-details
====================================================================

***/

.service-details{
    position: relative;
    padding: 122px 0px 98px 0px;
}
.sidebar li{
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.sidebar li a{
    position: relative;
    display: block;
    background: #f2f2f2;
    font-size: 15px;
    color: #222;
    padding: 16px 28px 14px 22px;
    border-radius: 50px;
    transition: all 500ms ease;
}
.sidebar li a.active,
.sidebar li a:hover{
    background: #0499D3;
    color: #fff;
    transition: all 500ms ease;
}
.sidebar li a:before{
    position: absolute;
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #848484;
    top: 016px;
    right: 25px;
    transition: all 500ms ease;
}
.sidebar li a.active:before,
.sidebar li a:hover:before{
    color: #fff;
    transition: all 500ms ease;
}
.service-details-content img{
    width: 100%;
}
.service-details-content .content-style-one p{
    font-size: 15px;
}
.service-details-content .img-box{
    margin-bottom: 43px;
}
.service-details-content .content-style-one .title{
    position: relative;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    line-height: 42px;
    font-weight: 500;
    color: #222;
    margin-bottom: 23px;
}
.service-details-content p{
    margin-bottom: 26px;
}
.service-details-content .content-style-two h3{
    font-weight: 500;
    margin-bottom: 16px;
}
.service-details-content .content-style-one{
    position: relative;
    margin-bottom: 56px;
}
.service-details-content .content-style-two p{
    margin-bottom: 42px;
}
.service-details-content .btn-one{
    padding: 21px 49px 20px 49px;
}


/*** 

====================================================================
                       gallery page
====================================================================

***/


.gallery-section{
    position: relative;
    padding: 122px 0px 74px 0px;
}
.gallery-section .single-item-overlay .img-box img {
    width: 100%;
}

.gallery-section .single-item-overlay .img-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    transform: scale(0.7,0);
    transition: .5s ease-in-out;
}
.gallery-section .single-item:hover .img-box .overlay {
    transform: scale(1,1);
    transition: .5s ease-in-out;
}

.gallery-section .single-item-overlay .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.gallery-section .single-item-overlay .content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -20%;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.gallery-section .single-item-overlay:hover .content {
    top: 0;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    transition-delay: .3s;
}
.gallery-section .single-item-overlay .content li a {
    color: #222;
    display: inline-block;
    font-size: 24px;
    background: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    line-height: 65px;
}
.gallery-section .single-item-overlay .content li a:hover{
    color: #0499D3;
}
.gallery-section .post-filter{
    position: relative;
    margin-bottom: 40px;
}
.gallery-section .post-filter li span{
    position: relative;
    display: block;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    background: #f2f2f2;
    padding: 15px 33px 14px 33px;
    text-align: center;
    border-radius: 50px;
    margin: 0px 1px;
    cursor: pointer;
    transition: all 500ms ease
}
.gallery-section .post-filter li.active span{
    background: #0499D3;
    color: #fff;
    transition: all 500ms ease;
}


/*** 

====================================================================
                       team-page / team-details
====================================================================

***/

.team-page{
    position: relative;
    padding-bottom: 50px;
}
.team-page .single-item{
    margin-bottom: 43px;
}
.team-details{
    position: relative;
    padding-bottom: 90px;
}
.team-details .img-box{
    position: relative;
    margin: 0px 51px 0px 49px;
}
.team-details .img-box:before{
    left: -50px;
    bottom: -50px;
}
.team-details .team-details-content{
    position: relative;
    margin-left: -30px;
    margin-top: -5px;
}
.team-details-content .content-style-one .title{
    position: relative;
    font-size: 35px;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    margin-bottom: 4px;
}
.team-details-content .content-style-one .text{
    margin-bottom: 25px;
}
.team-details-content .content-style-one .contact-info{
    margin-bottom: 33px;
    margin-top: 26px;
}
.team-details-content .content-style-one .contact-info li,
.team-details-content .content-style-one .contact-info li a{
    position: relative;
    display: inline-block;
}
.team-details-content .content-style-one .contact-info li{
    margin-right: 32px;
}
.team-details-content .content-style-one .contact-info i:before{
    color: #222;
    margin-right: 10px;
}
.team-details-content .content-style-one .team-social{
    margin-bottom: 68px;
}
.team-details-content .content-style-one .team-social li{
    position: relative;
    display: inline-block;
    margin-right: 7px;
}
.team-details-content .content-style-one .team-social li a{
    position: relative;
    display: inline-block;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    transition: all 500ms ease;
}
.team-details-content .content-style-one .team-social li a:hover{
    background: #0499D3;
    border: 1px solid #0499D3;
    color: #fff;
    transition: all 500ms ease;
}
.team-details-content .content-style-two .list li{
    position: relative;
    padding: 0px 0px 0px 19px;
    margin-bottom: 6px;
}
.team-details-content .content-style-two .list li:before{
    position: absolute;
    content: "\f069";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #0499D3;
    left: 0px;
    top: 3px;
}
.team-details-content .content-style-two h3{
    margin-bottom: 16px;
}
.team-details-content .content-style-two p{
    margin-bottom: 60px;
}


/*** 

====================================================================
                      shop page
====================================================================

***/

.shop-section{
    position: relative;
    padding: 117px 0px 54px 0px;
}
.shop-section .sidebar h4{
    font-weight: 500;
    margin-bottom: 22px;
}
.noUi-background{
    background: #e5e5e5;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    height: 4px;
    margin-bottom: 19px;
}
.noUi-connect{
    background: #0499D3;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -1px;
    top: -6px;
    border: 2px solid #0499D3;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    background: #FFF;
    cursor: default;
}
.noUi-origin.noUi-connect.noUi-dragable{
    left: 0% !important;
}
.shop-section .price-text{
    position: relative;
}
.shop-section .price-text button{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 23px 4px 22px;
    background: #0499D3;
    transition: all 500ms ease;
}
.shop-section .price-text button:hover{
    background: #222;
}
.shop-section .price-text p{
    float: right;
    position: relative;
    color: #222;
    font-weight: 500;
    margin-bottom: 0px;
    top: 6px;
}
.shop-section .price-text input {
    width: auto;
    border: none;
    outline: none;
    width: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0px;
    height: 20px;
    padding: 0px;
}
.sidebar .list{
    position: relative;
    margin-bottom: 43px;
}
.shop-section .sidebar .price-bar h4{
    margin-bottom: 26px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #848484;
    padding: 9px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
}
.bs-caret {
    display: none;
}
.select-box .btn:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 15px;
    color: #848484;
    width: 20px;
    right: 15px;
    top: 50%;
    margin-top: -11px;
}
.dropdown-menu>li>a {
    padding: 8px 15px;
}
.bootstrap-select>.dropdown-toggle{
    padding: 0px;
    width: 180px;
    background: transparent;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu{
    margin-top: 8px;
}
.bootstrap-select.btn-group .dropdown-menu{
    min-width: 180px;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-]{
    width: 180px !important;
    box-shadow: none;
}
.shop-content .top-content .text,
.shop-content .top-content .select-box{
    position: relative;
    display: inline-block;
}
.shop-content .top-content .select-box{
    margin: 0px 10px;
    top: -4px;
}
.shop-content{
    position: relative;
    margin-top: 8px;
}
.shop-content .top-content{
    position: relative;
    margin-bottom: 33px;
}
.shop-content .top-content .right-content{
    position: relative;
    display: inline-block;
    float: right;
}
.shop-content .top-content .right-content a{
    display: inline-block;
    font-size: 16px;
    color: #222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    margin-left: 7px;
}
.shop-content .top-content .right-content a:hover{
    color: #fff;
    background: #0499D3;
    border: 1px solid #0499D3;
}
.item .img-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}
.shop-content .item .img-box{
    background: #f5f5f5;
}
.item .img-box img {
    width: 100%;
}
.item .default-overlay-outer{
    opacity:0;
    top:-100%;
    background: rgba(0, 0, 0, 0.1);
}

.item:hover .default-overlay-outer{
    top:0;
    opacity:1;
}
.default-overlay-outer{
    position:absolute;
    display:block;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    padding:10px;
    transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    -moz-transition:all 700ms ease;
}

.default-overlay-outer .inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    text-align:center;
}

.default-overlay-outer .inner .content-layer{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    color:#ffffff;
}
.shop-product .lower-content .rating{
    position: relative;
    display: inline-block;
}
.shop-product .lower-content .rating li{
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #ffb400;
    margin-right: 3px;
    line-height: 24px;
}
.shop-product .lower-content .heart{
    position: relative;
    display: inline-block;
    float: right;
}
.shop-product .lower-content .price{
    font-size: 17px;
    font-weight: 600;
}
.shop-product .lower-content h6{
    margin-bottom: 2px;
}
.shop-product .single-column{
    margin-bottom: 38px;
}
.shop-product .content-layer .btn-two{
    background: #fff;
    margin-bottom: 5px;
    color: #848484;
    padding: 8px 36px 8px 36px;
}
.shop-product .content-layer .btn-one{
    margin-top: 5px;
    padding: 8px 27px 8px 27px;
}
.shop-product .content-layer .btn-one:hover{
    background: #fff;
    border: 2px solid #fff;
}
.shop-product .content-layer .btn-two:hover{
    background: #0499D3;
    color: #fff;
}


/*** 

====================================================================
                      single shop
====================================================================

***/



.single-shop{
    position: relative;
    padding-top: 122px;
    padding-bottom: 54px;
}
.addto-cart-box .quantity-spinner{
    position: relative;
    height: 45px;
    width: 66px;
    border: 1px solid #e5e5e5;
    color: #848484;
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    line-height: 26px;
    padding: 0px 0px;
    display: inline-block;
    z-index: -1;
}
.addto-cart-box .input-group{
    display: inline-block;
}
.addto-cart-box .btn.btn-default {
    background: transparent;
    color: #666;
    border: none;
    margin-left: 0px;
    margin: 0px 0px;
}
.addto-cart-box .input-group.bootstrap-touchspin {
    float: none;
    width: 66px;
}
.addto-cart-box .heart{
    position: relative;
    display: inline-block;
}
.single-shop .product-content .catagories .text{
    display: inline-block;
    color: #222;
}
.single-shop .product-content{
    position: relative;
    margin-left: 10px;
    margin-top: 5px;
}
.single-shop .product-content .catagories{
    position: relative;
    margin-bottom: 8px;
}
.single-shop .product-content .catagories .list,
.single-shop .product-content .catagories .list li{
    display: inline-block;
}
.single-shop .product-content .post-share .text{
    display: inline-block;
    color: #222;
}
.single-shop .product-content .post-share .post-social{
    display: inline-block;
    float: right;
}
.single-shop .product-content .post-share .post-social li{
    display: inline-block;
    margin-left: 22px;
}
.single-shop .product-content .post-share .post-social li a{
    position: relative;
    display: inline-block;
    font-size: 13px;
}
.single-shop .product-content .title{
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    line-height: 42px;
    margin-bottom: 9px;
}
.single-shop .product-content .price{
    font-size: 22px;
    line-height: 30px;
    color: #0499D3;
    font-weight: 600;
    margin-bottom: 28px;
}
.single-shop .product-content p{
    margin-bottom: 27px;
}
.single-shop .single-product .img-box{
    position: relative;
    margin-right: 10px;
    background: #f5f5f5;
}
.related-product .item .img-box{
    background: #f5f5f5;
}
.single-shop .single-product .img-box img{
    width: 100%;
}
.addto-cart-box .btn-one{
    border-radius: 0px;
    padding: 8px 22px 7px 22px;
    top: 8px;
    margin-right: 20px;
    margin-left: 8px;
}
.addto-cart-box .heart i:before{
    font-size: 15px;
}
.addto-cart-box .heart{
    position: relative;
    top: 8px;
}
.addto-cart-box{
    position: relative;
    margin-bottom: 33px;
}
.single-shop .single-product .post-share{
    position: relative;
    margin-top: 32px;
    border-top: 1px solid #e5e5e5;
    padding-top: 33px;
}
.product-discription .tab-title li{
    position: relative;
    display: inline-block;
    margin-right: 24px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    cursor: pointer;
    padding: 0px 0px 2px 0px;
}
.product-discription .tab-title li.active{
    color: #0499D3;
    border-bottom: 2px solid #0499D3;
}
.product-discription .tab-title{
    margin-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}
.single-shop .single-product{
    margin-bottom: 98px;
}
.product-discription{
    margin-bottom: 102px;
}
.single-shop .related-product .title h3{
    font-weight: 500;
    margin-bottom: 23px;
}


/*** 

====================================================================
                      cart page
====================================================================

***/


.cart-section{
    position: relative;
    padding-top: 122px;
    padding-bottom: 100px;
}
.cart-section .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
}
.cart-section .cart-table {
    min-width: 1024px;
    width: 100%;
}
.cart-section .cart-table .cart-header {
    width: 100%;
    background: #e5e5e5;
}
.cart-section .cart-table thead tr th.price{
    left: 115px;
}
.cart-section .cart-table thead tr th.quantity{
    padding: 15px 45px 14px 120px;
    position: relative;
    left: 90px;
}
.cart-section .cart-table thead tr th.table-title {
    padding: 12px 30px 11px 30px;
}
.cart-section .cart-table thead tr th.table-title{
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    color: #222;
}
.cart-section .cart-table thead tr th.availability {
    padding: 0 40px
}


.cart-section .cart-table tbody tr {
    border-top: 1px solid #e5e5e5;
}
.cart-section .cart-table tbody tr td {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-width: 80px;
    padding: 30px 25px 31px 25px;
}
.cart-section .cart-table tbody tr td.cart-btn{
    min-width: 225px;
}
.cart-section .cart-table tbody tr td.sub-total{
    padding: 27px 48px;
}
.cart-section .cart-table tbody tr .prod-column .column-box {
    min-height: 70px;
    position: relative;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-section .cart-table tbody tr .prod-column .column-box .title{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb{
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    width: 80px;
    height: 80px;
}
.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img{
    width: 100%;
}
.cart-section .cart-table tbody tr .prod-column .column-box .title{
    padding-left: 20px;
}

.cart-section .cart-table tbody tr .qty {
    padding-right: 25px;
    width: 160px;
    padding: 45px 35px;
    float: right;
    position: relative;
    left: 105px;
}

.cart-section .cart-table tbody tr td.price {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: 115px;
}
.cart-section .cart-table tbody tr .sub-total {
    font-weight: 600;
    font-size: 17px;
    color: #0499D3;
}
.cart-section .cart-table tbody tr td .remove .checkbox label {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
}
.cart-section .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 1px;
}
.cart-section .cart-table .remove .checkbox{
    text-align: right;
}
.cart-section .cart-table .prod-title{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #222;
    font-family: 'Poppins', sans-serif;
}
.cart-section .coupon-box{
    position: relative;
    padding: 27px 30px 28px 30px;
    border: 1px solid #e5e5e5;
    border-top: none;
    margin-bottom: 70px;
}
.cart-section .coupon-box input{
    display: inline-block;
    width: 370px;
    margin-right: 20px;
    margin-bottom: 0px;
    height: 45px;
    border: 1px solid #e5e5e5;
    padding: 8px 15px;
    border-radius: 50px;
    transition: all 500ms ease;
}
.cart-section .coupon-box input:focus{
    border: 1px solid #0499D3;
}
.cart-section .coupon-box .cart-btn{
    float: right;
}
.cart-section .addto-cart-box{
    margin-bottom: 0px;
}
.cart-section .coupon-box .btn-one{
    padding: 8px 33px 8px 33px;
}
.cart-section .coupon-box .apply-btn{
    background: transparent;
    color: #222;
}
.cart-section .coupon-box .apply-btn:hover{
    background: #0499D3;
    color: #fff;
}
.cart-section .cart-totals{
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 0px 0px 0px 0px;
}
.cart-section .cart-totals h4{
    margin-bottom: 0px;
    font-weight: 500;
    display: block;
    background: #e5e5e5;
    padding: 12px 20px 12px 30px;
}
.cart-section .cart-totals .text{
    position: relative;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #222;
    padding: 25px 30px 12px 29px;
}
.cart-section .cart-totals .text.order{
    border-top: 1px solid #e5e5e5;
    padding: 14px 30px 25px 29px;
}
.cart-section .cart-totals .text span{
    float: right;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #848484;
}
.cart-section .cart-totals .text.order span{
    color: #0499D3;
}
.cart-section .cart-total-btn{
    position: relative;
    margin-top: 70px;
}


/*** 

====================================================================
                        checkout-page
====================================================================

***/

.checkout-section{
    position: relative;
    padding: 122px 0px 100px 0px;
}
.checkout-section .customer,
.checkout-section .coupon{
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 14px 0px 15px 31px;
    margin-bottom: 30px;
    color: #222;
}
.checkout-section .customer:before,
.checkout-section .coupon:before{
    position: absolute;
    content: '';
    background: #0499D3;
    width: 100%;
    height: 1px;
    left: 0px;
    top: -2px;
}
.checkout-section .customer a,
.checkout-section .coupon a{
    color: #0499D3;
    text-decoration: underline;
}
.checkout-section .create-acc .checkbox {
    margin: 7px 0 0;
}
.checkout-section label {
    color: #222;
    font-weight: 400;
    font-size: 14px;
    z-index: 1;
    margin-bottom: 2px;
}
.checkout-section .checkbox span{
    cursor: pointer;
    margin-left: 6px;
    z-index: 1;
}
.checkout-section .checkbox input{
    width: 17px;
    height: 17px;
    display: inline-block;
}
.checkout-section .title h4{
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 500;
    background: #e5e5e5;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0px 13px 30px;
    margin-bottom: 23px;
}
.checkout-section .billing-info{
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 0px 0px 19px 0px;
    margin-bottom: 30px;
}
.checkout-section .billing-form{
    position: relative;
    padding: 0px 29px;
}
.checkout-section .bootstrap-select>.dropdown-toggle{
    width: 100%;
}
.checkout-section .bootstrap-select.btn-group:not(.input-group-btn){
    width: 100% !important;
}
.checkout-section .bootstrap-select.btn-group .dropdown-menu{
    min-width: 100%;
}
.checkout-section input[type='text']{
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 45px;
    padding: 10px 15px;
    transition: all 500ms ease;
    margin-bottom: 23px;
}
.checkout-section input[type='text']:focus{
    border: 1px solid #0499D3;
}
.checkout-section .additional-information{
    position: relative;
    border: 1px solid #e5e5e5;
    padding-bottom: 2px;
}
.checkout-section .additional-information .note-box{
    position: relative;
    padding: 0px 29px 0px 29px;
}
.checkout-section .additional-information .note-box textarea{
    width: 100%;
    height: 120px;
    background: #f5f5f5;
    padding: 20px;
    resize: none;
    border: 1px solid #f5f5f5;
}
.checkout-section .order-info{
    position: relative;
    border: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.checkout-section .order-info .title h4{
    margin-bottom: 0px;
}
.checkout-section .order-info .single-item{
    position: relative;
    padding: 30px 29px 31px 29px;
    border-bottom: 1px solid #e5e5e5;
}
.checkout-section .order-info .single-item .img-box,
.checkout-section .order-info .single-item .item-name,
.checkout-section .order-info .single-item .price,
.checkout-section .order-info .sub-total .price,
.checkout-section .order-info .order-total .price{
    position: relative;
    display: inline-block;
}
.checkout-section .order-info .single-item .img-box{
    background: #f5f5f5;
    width: 80px;
    height: 80px;
}
.checkout-section .order-info .single-item .img-box img{
    width: 100%;
}
.checkout-section .order-info .single-item .item-name{
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 27px;
    color: #222;
    text-transform: uppercase;
    margin-left: 17px;
}
.checkout-section .order-info .price{
    font-size: 20px;
    color: #848484;
    font-weight: 600;
    float: right;
    padding: 27px 0px;
}
.checkout-section .order-info .sub-total .price,
.checkout-section .order-info .order-total .price{
    padding: 0px;
}
.checkout-section .order-info .sub-total,
.checkout-section .order-info .order-total{
    position: relative;
    padding: 25px 29px 11px 28px;
    font-size: 18px;
    color: #222;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 28px;
    text-transform: uppercase;
}
.checkout-section .order-info .sub-total{
    border-bottom: 1px solid #e5e5e5;
}
.checkout-section .order-info .price.color{
    color: #0499D3;
}
.checkout-section .order-info .order-total{
    padding: 13px 29px 2px 28px;
}
.checkout-section .payment-info{
    position: relative;
    border: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
.checkout-section .payment-info .payment-option{
    position: relative;
    padding: 2px 29px 0px 29px;
}
.checkout-section .payment-info .payment-option .checkbox span{
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    margin-left: 11px;
}
.checkout-section .payment-info .payment-option .text{
    margin-left: 31px;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 21px;
}
.checkout-section .payment-info .payment-option .btn-one{
    width: 100%;
    margin-top: 23px;
    padding: 7px 39px 8px 39px;
}
.checkout-section .payment-info .payment-option  .checkbox a{
    font-size: 13px;
    color: #0499D3;
    text-decoration: underline;
    margin-left: 20px;
}
.checkout-section .payment-info .title h4{
    margin-bottom: 13px;
}
.checkout-section .payment-info .checkbox{
    margin-bottom: 3px;
}
.checkout-section input{
    border-radius: 50px;
}


/*** 

====================================================================
                        blog classic
====================================================================

***/

.blog-classic{
    position: relative;
    padding: 122px 0px 100px 0px;
}
.blog-classic .single-item{
    position: relative;
    transition: .5s ease-in-out;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.blog-classic .single-item p{
    font-size: 15px;
    margin-bottom: 33px;
}
.blog-classic .single-item .img-box{
    margin-bottom: 35px;
}
.blog-classic .single-item .meta{
    position: relative;
    margin-bottom: 24px;
}
.blog-classic .single-item:nth-child(5){
    border-bottom: none;
}
.blog-page .sidebar-search{
    position: relative;
    margin-bottom: 26px;
}
.blog-page .form-group{
    margin-bottom: 0px;
}
.blog-page .sidebar-search input[type='search']{
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 10px 40px 10px 20px;
    margin-bottom: 18px;
    transition: all 500ms ease;
    border-radius: 50px;
}
.blog-page .sidebar-search input[type='search']:focus + button,
.blog-page .sidebar-search button:hover{
    color: #0499D3;
}
.blog-page .sidebar-search input[type='search']:focus{
    border: 1px solid #0499D3;
}
.blog-page .sidebar-search button{
    position: absolute;
    top: 11px;
    right: 20px;
    background: transparent;
    font-size: 15px;
    color: #848484;
    transition: all 500ms ease;
}
.blog-page .sidebar .sidebar-title{
    position: relative;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #222;
    margin-bottom: 24px;
}
.blog-page .sidebar .sidebar-post .single-post{
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-page .sidebar .list{
    margin-bottom: 45px;
}
.blog-page .sidebar .sidebar-post .sidebar-title{
    margin-bottom: 20px;
}
.blog-page .sidebar .sidebar-post h5,
.blog-page .sidebar .sidebar-post h5 a{
    line-height: 22px;
    margin-bottom: 5px;
}


/*** 

====================================================================
                        blog single
====================================================================

***/


.blog-single{
    position: relative;
}
.blog-single .blog-single-content .single-item{
    margin-bottom: 43px;
}
.blog-single .blog-single-content .single-item:hover img{
    transform: scale(1.0);
}
.blog-single .blog-single-content p{
    font-size: 15px;
    margin-bottom: 26px;
}
.blog-single .blog-single-content .lower-text p{
    font-size: 14px;
}
.blog-single .blog-single-content .title-text{
    position: relative;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    color: #222;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog-single .blog-single-content .content-text{
    position: relative;
    padding: 50px 30px 17px 30px;
    border: 1px solid #e5e5e5;
    margin-right: 50px;
    margin-bottom: 42px;
}
.blog-single .blog-single-content .single-item .title{
    position: relative;
    font-size: 35px;
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    margin-bottom: 3px;
}
.blog-single .blog-single-content .content-style-one .text p{
    margin-bottom: 41px;
}
.blog-single .blog-single-content .single-item .img-box{
    margin-bottom: 44px;
}
.blog-single .blog-single-content .single-item .meta{
    margin-bottom: 24px;
}
.blog-single .blog-single-content .sidebar-text{
    position: relative;
    margin-left: -50px;
    padding-right: 30px;
    top: 2px;
}
.blog-single .blog-single-content .content-text i:before{
    font-size: 36px;
    color: #0499D3;
    margin: 0px;
    margin-bottom: 0px;
}
.blog-single .blog-single-content .content-text .icon-box{
    position: relative;
    margin-bottom: 13px;
}
.blog-single .post-share-option{
    position: relative;
    margin-bottom: 52px;
    padding-bottom: 50px;
    margin-top: 42px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-single .blog-single-content h3{
    font-weight: 500;
    margin-bottom: 16px;
}
.blog-single .post-share-option .share-text{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-right: 13px;
}
.blog-single .post-share-option .post-share{
    position: relative;
    display: inline-block;
}
.blog-single .post-share-option .post-share li{
    display: inline-block;
    margin: 0px 2px;
}
.blog-single .post-share-option .post-share li a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.blog-single .post-share-option .post-share li a:hover{
    background: #0499D3;
    border: 1px solid #0499D3;
    color: #fefefe;
}
.blog-single .comment-area{
    position: relative;
    margin-bottom: 44px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-single .comment-area .single-comment{
    position: relative;
    padding: 0px 0px 0px 107px;
    margin-bottom: 26px;
}
.blog-single .comment-area .single-comment.replay{
    margin-left: 106px;
}
.blog-single .comment-area .single-comment.replay{
    padding: 0px 0px 0px 91px;
}
.blog-single .comment-area .single-comment .img-box{
    position: absolute;
    left: 0px;
    top: 7px;
    margin-bottom: 0px;
}
.blog-single .comment-area .single-comment .comment-title{
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    color: #222;
    margin-bottom: -2px;
}
.blog-single .comment-area .single-comment .comment-time{
    font-size: 13px;
    margin-bottom: 14px;
}
.blog-single .comment-form .title-text h3{
    margin-bottom: 23px;
}
.blog-single .comment-form textarea{
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    height: 160px;
    margin-bottom: 22px;
    resize: none;
    transition: all 500ms ease;
}
.blog-single .comment-form .btn-one{
    border-radius: 0px;
    padding: 10px 32px 10px 32px;
}
.blog-single .comment-form input[type='text'],
.blog-single .comment-form input[type='email']{
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    transition: all 500ms ease;
    margin-bottom: 30px;
}
.blog-single .comment-form .form-group{
    margin-bottom: 0px;
}
.blog-single .comment-form input[type='text']:focus,
.blog-single .comment-form input[type='email']:focus,
.blog-single .comment-form textarea:focus{
    border: 1px solid #0499D3;
}


/*** 

====================================================================
                        contact page
====================================================================

***/



.contact-section{
    position: relative;
    padding: 122px 0px 100px 0px;
}
.google-map-area {
    position: relative;
    margin-bottom: 90px;
    margin-right: -15px;
}
#contact-google-map {
    height: 570px;
    width: 100%;
}
.contact-section .contact-info{
    position: relative;
    border: 1px solid #e5e5e5;
    margin-left: -15px;
    /*border-left: none;*/
    padding: 102px 0px 16px 73px;
    /*height: 570px;*/
}
.contact-section .contact-info .single-info{
    position: relative;
    margin-bottom: 70px;
}
.contact-section .contact-info .icon-box{
    position: relative;
    margin-bottom: 21px;
}
.contact-section .contact-info .icon-box i:before{
    font-size: 42px;
    color: #0499D3;
    margin: 0px;
    transition: all 500ms ease;
}
.contact-section .contact-info .single-info:hover .icon-box i:before{
    color: #222;
}
.contact-section .contact-info h4{
    margin-bottom: 15px;
}
.contact-section input[type='text'],
.contact-section input[type='email']{
    position: relative;
    border-radius: 50px;
    height: 55px;
    margin-top: 30px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    transition: all 500ms ease;
}
.contact-section input[type='text']:focus,
.contact-section input[type='email']:focus{
    border: 1px solid #0499D3;
}
.contact-section textarea {
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
    resize: none;
    height: 176px;
    padding: 20px;
    border-radius: 30px;
    margin-top: 30px;
    transition: all 500ms ease;
}
.contact-btn {
    margin-top: 30px;    
}

/* footer animation */

div[class^="bubble-"] {
    height: 1px;
    width: 1px;
    position: absolute;
    /*background: #38b0e5 url(../images/laundromat/buble.png) no-repeat center center;*/
    background: #75cdf3 url(../images/buble.webp) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.bubble-1 {
    /*bottom: -1*random(200) + 1px;
    left: random(99) + 1%;
    animation: bubble-movement 4s infinite ease-in random(750)*-.01s;*/
    bottom: -190px;
    left: 41%;
    animation: bubble-movement 4s infinite ease-in -3.16s;
}

.bubble-2 {
    /*bottom: -1*random(200) + 1px;
    left: random(99) + 1%;
    animation: bubble-movement 4s infinite ease-in random(750)*-.01s;*/

    bottom: -96px;
    left: 14%;
    animation: bubble-movement 4s infinite ease-in -1.52s;
}

.bubble-3 {
    /*bottom: -1*random(200) + 1px;
    left: random(99) + 1%;
    animation: bubble-movement 4s infinite ease-in random(750)*-.01s;*/

    bottom: -59px;
    left: 49%;
    animation: bubble-movement 4s infinite ease-in -7.5s;
}

.bubble-4 {
    /*bottom: -1*random(200) + 1px;
    left: random(99) + 1%;
    animation: bubble-movement 4s infinite ease-in random(750)*-.01s;*/
    bottom: -152px;
    left: 54%;
    animation: bubble-movement 4s infinite ease-in -5.46s;
}

.bubble-5 {
    /*bottom: -1*random(200) + 1px;
    left: random(99) + 1%;
    animation: bubble-movement 4s infinite ease-in random(750)*-.01s;*/

    bottom: -168px;
    left: 20%;
    animation: bubble-movement 4s infinite ease-in -0.2s;
}

.bubble-6 {
    /*bottom: -1*random(200) + 1px;
    left: random(99) + 1%;
    animation: bubble-movement 4s infinite ease-in random(750)*-.01s;*/

    bottom: -181px;
    left: 54%;
    animation: bubble-movement 4s infinite ease-in -1.71s;
}

.bubble-7 {
    /*bottom: -1*random(200) + 1px;
    left: random(99) + 1%;
    animation: bubble-movement 4s infinite ease-in random(750)*-.01s;*/

    bottom: -191px;
    left: 57%;
    animation: bubble-movement 4s infinite ease-in -4.58s;
}

.bubble-8 {
    /*bottom: -1*random(200) + 1px;
    left: random(99) + 1%;
    animation: bubble-movement 4s infinite ease-in random(750)*-.01s;*/

    bottom: -168px;
    left: 93%;
    animation: bubble-movement 4s infinite ease-in -5.53s;
}

.bubble-9 {
    /*bottom: -1*random(200) + 1px;
    left: random(99) + 1%;
    animation: bubble-movement 4s infinite ease-in random(750)*-.01s;*/

    bottom: -58px;
    left: 86%;
    animation: bubble-movement 4s infinite ease-in -1.9s;
}

.bubble-10 {
    /*bottom: -1*random(200) + 1px;
    left: random(99) + 1%;
    animation: bubble-movement 4s infinite ease-in random(750)*-.01s;*/
    
    /*animation: bubble-animation 4.5s infinite ease-in -5.22s;*/
    
    bottom: -44px;
    left: 19%;
    animation: bubble-movement 4s infinite ease-in -2.65s;
}


.bubbleContainer {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

@keyframes bubble-movement {
    0% {
        transform: translate3d(-50%, 0, 0);
        height: 1px;
        width: 1px;
    }
    100% {
        transform: translate3d(-50%, -280px, 0);
        height: 40px;
        width: 40px;
    }
}


.opening-hours {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 100px 0 30px 0;
    margin-right: -50px;
    color: rgba(255,255,255,0.90);
}
.opening-hours h4, .opening-hours b { font-weight: 500; color: aliceblue; }
.main-footer .footer-bottom .text , .main-footer .footer-bottom a { color: rgba(255,255,255,0.90); }

.opening-hours:before {
    content: "";
    display: block;
    position: absolute;
    height: 458px;
    width: 344px;
    left: 50%;
    top: -118px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url(../images/laundromat/opening-hours.png) no-repeat 0 0 transparent;
    z-index: -1;
    height: 400px;
}


/** services section **/

.services-section{
    position: relative;
    padding:130px 0px 50px 0px;
}
.services-section .img-box{
    position: relative;
    margin-left: 60px;
    margin-right: 20px;
    box-shadow: 0px 0 20px 10px #eee;
}
.services-section .img-box:before{
    position: absolute;
    content: '';
    background: url(../images/about-shap1.webp);
    width: 420px;
    height: 406px;
    left: 130px;
    bottom: -60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.services-section .img-box img{
    position: relative;
    width: 100%;
    z-index: 1;
}
.services-section .about-content{
    position: relative;
    /*margin-top: 41px;*/
    margin-left: 22px;
    top: 5px;
}
.services-section .about-content p{
    margin-bottom: 32px;
}

.about-content .text .list li:before{
    position: relative;
    content: "\f069";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #38b0e5;
    left: -8px;
    top: 0;
}


/*price detail*/

.price-detail-heading {
    font-size: 20px;
    color: #ED1651;
    font-weight: 600;
    padding: 20px 0;
}
.price-detail-body {
    background-color: #F8F8F8;
    border-top: 2px solid #29ABE2;
    padding: 20px 40px 20px 20px;
}

.price-detail-body, .footer-getintouch-item .icon {
    border-top: 2px solid #0499D3;
}

.price-detail-body .item {
    padding: 5px;
}
.price-detail-body .item-name {
    float: left;
}
.price-detail-body .fa {
    margin-right: 10px;
    color: #0499D3;
    font-size: 16px;
}
.price-detail-body .item-price {
    float: right;
    /*color: #666666;*/
    font-weight: 700 !important;
}

.price-detail-body .item-price p{
    font-weight: 700 !important;
}

.item-name p { display: inline; }
.price-detail-body,.price-detail-body .item {
    float: left;
    width: 100%;
}
.price-detail-body .item-name { text-align: justify; }


/*accordion*/

.accordion-block{
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f2f2f2;
}

.accordion-block .acc-content.current {
    display: block;
}

/** services section **/
/*#tabs-1, #tabs-2, #tabs-3 {*/
/*    display: none;*/
/*}*/
.serv-section{
    position: relative;
    padding: 150px 0px 50px 0px;
    background: #f4f4f4;
    /*margin-bottom: -30px;*/
}
.serv-section .img-box{
    position: relative;
    margin-left: 60px;
    margin-right: 20px;
    box-shadow: 0px 0 20px 10px #eee;
}
.serv-section .img-box:before{
    position: absolute;
    content: '';
    background: url(../images/about-shap.webp);
    width: 420px;
    height: 406px;
    left: -60px;
    bottom: -60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.serv-section .img-box img{
    position: relative;
    width: 100%;
    z-index: 1;
}
.serv-section .about-content{
    position: relative;
    margin-top: 16px;
    margin-left: 22px;
    top: -20px;
}
.serv-section .about-content p{
    margin-bottom: 32px;
}

.about-content .text .list li:before{
    position: relative;
    content: "\f069";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #0499D3;
    left: -8px;
    top: 0;
}

.service-section .lower-content h3 a{
    font-size: 18px;
}

.footr-form ::placeholder {
    color: #000;
}


.contact-button-link:active, .contact-button-link:hover {
    width: 250px !important;
}

.mail:hover{
    width: 347px !important;
}

.contact-button-link {
    overflow: hidden;
    background: #231f20;
    z-index: 10;
}

.contact-button-link .mobile_number_sticky {
    padding-left: 15px;
    color: #ffffff;
}









.contact-buttons-bar {
    position: absolute;
   /* bottom: 3rem;
    right: 3rem;*/
}
.contact-buttons-bar .btn {
    display: block;
    z-index: 2;
    border-radius: unset;
    margin-top: 30px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-bottom: 1px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    background: #4e565a;
    color: #fff;
    position: relative;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
}
.contact-buttons-bar .btn.active {
    /*visibility: hidden;
    opacity: 0;*/
}
.contact-buttons-bar .btn:after {
    display: block;
    position: absolute;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 60px;
    height: 60px;
    /*background: #fff;*/
    z-index: -2;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.contact-buttons-bar .btn:active:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.contact-buttons-bar .panel {
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    position: absolute;
    bottom: -15px;
    right: 55px;
    width: 340px;
    text-align: left;
    overflow: hidden;
    visibility: hidden;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: transform 0.2s, visibility 0s 0.2s, opacity: 0.2s;
    opacity: 0;
}

@media only screen and (max-width: 768px){
    .contact-buttons-bar .panel {
        width: 300px;
    }
}

.contact-buttons-bar .panel.active {
    height: auto;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
}
.contact-buttons-bar .panel-header {
    padding: 20px;
    font-size: 15px;
    background-color: #4e565a;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.contact-buttons-bar .panel-body {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 11px;
    color: #aaa;
}

.logo-box img{
    width: 100%;
}













.ag-format-container {
    width: 100%;
    margin: 0 auto;
}

.ag-bubbles-block {
    padding: 50px 0;
}
.ag-bubbles {
    display: table;
    margin: 0 auto;

    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    color: #4ca1ea;

    position: relative;
}

.js-ag-individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #4ca1ea;
    z-index: 1;
}


@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
}
@media only screen and (max-width: 1200px) {
    .subscribe-section button {
        padding: 13px 20px;
    }
}
@media only screen and (max-width: 639px) {

}

@media (max-width: 479px) {
    #container-text {
        font-size:16px !important;
    }
}
@media (max-width: 367px) {
    #container-text {
        font-size:14px !important;
    }
}
@media (max-width: 339px) {
    #container-text {
        font-size:12px !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }

}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }

}

@media only screen and (max-width: 767px) {
    .contact-buttons-bar .btn {
    width: 38px;
    height: 38px;
    line-height: 34px;
}


}


/*text*/

#container-text {
    color:#999;
    text-transform: uppercase;
    font-size:20px;
    font-weight:bold;
    /*padding-top:200px;*/
    /*position:inherit;*/
    /*width:100%;*/
    bottom:45%;
    display:block;
}

#flip {
    height:50px;
    overflow:hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

#flip > div > div {
    color:#000000;
    padding:4px 12px;
    height:45px;
    margin-bottom:45px;
    display:inline-block;
    

}

#flip div:first-child {
    animation: show 10s linear infinite;
    /*position:relative; 
    top:-6px;*/
}


/*#flip div div {
    background:#42c58a;
}
#flip div:first-child div {
    background:#4ec7f3;
}

#flip div:last-child div {
    background:#DC143C;
}*/

@keyframes show {
    0% {margin-top:-450px;}
    5% {margin-top:-360px;}
    20% {margin-top:-360px;}
    25% {margin-top:-270px;}
    40% {margin-top:-270px;}
    45% {margin-top:-180px;}
    60% {margin-top:-180px;}
    65% {margin-top:-90px;}
    80% {margin-top:-90px;}
    85% {margin-top:0px;}
    99.99% {margin-top:0px;}
    100% {margin-top:-450px;}
}


.error{
    color: red;
    padding-left: 20px;
}


/* ///////////////////////// */
.icon-align-footer {
    padding-top: 1px;
}


/* ///////////////////////// *//* ///////////////////////// *//* ///////////////////////// *//* ///////////////////////// *//* ///////////////////////// *//* ///////////////////////// *//* ///////////////////////// *//* ///////////////////////// */


/*#tabs {*/
/*    scroll-behavior: smooth;*/
/*}*/

/*:target:before {*/
/*    content: "";*/
/*    display: block;*/
    /*height: 100px;*/
/*    margin: 100px 0 0;*/
/*}*/

.darken {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


.darken:hover {
    -webkit-filter: brightness(100%);
}




.item-counter-section {
    align-content: center;
}


@media (min-width: 1025px){
    .section-indent:not(.no-margin) {
        margin-top: 60px;
        margin-bottom: 50px;
    }
}
.title-block {
    margin-bottom: 0;
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
}
.title-block :nth-child(1) {
    margin-top: 0;
}
.title-block .title-block__label {
    font-family: Poppins, sans-serif;
    color: #ED1651;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.07em;
}
.title-block .title-block__title:last-child {
    margin-bottom: 3px;
}
.title-block .title-block__title {
    font-family: Poppins, sans-serif;
    color: #EE1551;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-top: 13px;
}
.img-box__wrapper {
    margin-top: -47px;
}
@media (min-width: 768px){
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .img-box__wrapper{
        display: flex;
    }
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-4 {
    position: relative;
    /*width: 100%;*/
    padding-right: 15px;
    padding-left: 15px;
}
.img-box__wrapper .img-box {
    margin-top: 54px;
}
.img-box-77 {
    display: block;
    color: #7b7b7b;
}
.img-box__img {
    position: relative;
}
.img-box__img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.img-box__img a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    /*-webkit-transform: translate(-50%, -50%);*/
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}
.img-box__img .attachment-full {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.img-box__label {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    background:linear-gradient(to left, #0499D2, #28aee1);
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    position: absolute;
    z-index: 2;
    bottom: -19px;
    left: 18px;
}

a:visited {
    text-decoration: none;
    outline: 0;
}
.img-box__title {
    font-size: 28px;
    line-height: 38px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #323232;
    margin: 31px 0 4px 0;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
    position: relative;
    display: inline-block;
}
.service-anchor:hover .img-box__title {
    color: #0499D3;
    transition: all 500ms ease;
}

.para {
    margin: 0 0 20px 0;
    text-align: justify;
}
.tt-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.tt-btn:hover .button {
    color: #0499D3;
    background: #fff;
}

body .tt-btn .button {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    z-index: 2;
    font-weight: 600;
    padding: 10px 27px 10px;
    height: 52px;
    letter-spacing: 0.04em;
    color: #fff;
    cursor: pointer;
    position: relative;
    background:  linear-gradient(to left, #0499D2, #28aee1);
    border-radius: 0;
    text-align: center;
    box-shadow: none;
    outline: 0;
    border: 2px solid #0499D2;
}

.menu-bar .tt-btn .button {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    padding: 0 16px 0;
    height: 50px;
    border-radius: 27px;
    border: 1px solid #0499D2;
    margin-top: 28px;
    transition: all 900ms ease;
}
.menu-bar .tt-btn .button:hover {
    color: #0499D3;
    background: transparent;
    /*border: 2px solid #0499D3;*/
    transition: all 900ms ease;
}
/*-----------------------------how it works service section----------------------------------*/

.steps-section {
    background-color: #F5F5F5;
    margin: 70px 0 0;
    padding: 75px 0;
}
.box-step h2 {
    color: #686868;
    margin-bottom: 41px;
    padding: 0 15px;
    text-align: center;
}
.box-step .items {
    float: left;
    position: relative;
}
.box-step .item {
    float: left;
    position: relative;
}
.box-step .icon {
    text-align: center;
}
.box-step .description {
    text-align: center;
    margin-top: 23px;
    margin-bottom: 0;    
    
    font-size: 18px;
    line-height: 22px;
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
}
.box-step .title {
    text-align: center;
    margin-top: 9px;
    
    font-size: 22px;
    line-height: 28px;
}
.box-step .title span {
    color: #009cdc;
}
.box-step .items::after {
    /* background: rgba(0, 0, 0, 0) url(../images/service/step-arrow1.png) no-repeat scroll 0 0 / cover; */
    content: "";
    height: 100px;
    position: absolute;
    right: -24%;
    top: 0;
    width: 120px;
}
.box-step .items:nth-child(2n+1)::after {
    /* background: rgba(0, 0, 0, 0) url(../images/service/step-arrow2.png) no-repeat scroll 0 0; */
    background-size: cover;
}
/*.steps-bg {*/
/*    padding-bottom: 50px;*/
/*    border-bottom: 2px solid #ADADAD;*/
/*}*/

/*-----------------------------how it works service section end----------------------------------*/


h2.title-underline {
    text-align: center;
    text-transform: uppercase;
    color: #454545;
    
    font-size: 38px;
    line-height: 40px;
    font-weight: normal;
    padding: 0 0 77px 0;
    margin-top: 20px;
    margin-bottom: 10px;
}
h2.title-underline:after {
    content: '';
    width: 75px;
    height: 3px;
    background: #20a5d8;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -37px;
    margin-top: 40px;
}
@media (min-width: 1024px){
    .permission-box-mobile .col-md-4:nth-child(3n+1) {
        clear: left;
    }
}
.permission-box {
    position: relative;
    margin-bottom: 40px;
    display: block;
}
.permission-box img {
    width: 12%;
    font-size: 50px;
    line-height: 50px;
    position: absolute;
}
.permission-box .description {
    padding: 0 0 0 60px;
    text-align: justify;
}
.permission-box .title {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
    line-height: 27px;
    padding: 10px 0 6px 0;
    /*color: #454545;*/
    color: #0499D3;
}
.permission-box .description p {
    margin: 0 0 10px !important;
}
.permission-box:hover .title {
    transition: color 0.2s ease 0s;
    /*color: #0499D3;*/
    /*color: #454545;*/
    color: #ED1651;
}
.permission-box:hover .description p {
    transition: color 0.2s ease 0s;
    color: black;
    font-weight: 400;
}
.slider-caption .container {
    padding-left: 15px;
    margin-top: 35px;
}
.bill-pay {
    margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 992px)  {
    .bill-pay {
        margin-top: -150px;
        margin-bottom: 165px;
    }
}
.services-section .img-box-7 {
    position: relative;
    margin-left: 60px;
    margin-right: 20px;
    box-shadow: 0px 0 20px 10px #eee;
}
.services-section .img-box-7:before {
    position: absolute;
    content: '';
    /*background: url(../images/about/about-shap.png);*/
    width: 420px;
    height: 406px;
    left: -60px;
    bottom: -60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.services-section .img-box-7 img {
    position: relative;
    width: 100%;
    z-index: 1;
}
.mob-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    color: #fff;
}
.container_full {
    position: relative;
    text-align: center;
}
.money-col {
    padding-bottom: 50px;
}
@media only screen and (max-width: 425px) {
    .money-col {
        padding-bottom: 30px;
        margin-left: -9px;
    }
}
@media (max-width: 1201px){
    .pickup-section {
        margin-top: -30px;
    }
    .menu-bar .tt-btn {
        display: none;
    }
    .logo-box {
        margin-top: 32px;
    }
}
.pickup-btn {
    margin-left: 5px;
}
table {
  border-collapse: collapse;
  width: 100%;
}

td {
  border: 1px solid #c9c9c9;
  text-align: left;
  padding: 8px;
  background-color: #ffffff69;
}
th {
    border: 1px solid #c9c9c9;
    text-align: center;
    padding: 8px;
}

.table-subheading td {
    font-weight: 600;
    background-color: #0499D3;
    color: #fff;
    text-align: center;
}

.navbar-toggle {
    border: none;
}

.navbar-toggle .icon-bar {
    transition: all 0.25s ease;
}

/* OPEN STATE */
.navbar-toggle.menu-open .icon-bar:nth-child(2) {
    transform: rotate(45deg) translate(-9px, 5px);
}

.navbar-toggle.menu-open .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle.menu-open .icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-9px, -5px);
}


#error-page {
    text-align: center;
    padding: 80px 20px;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#error-page .error {
    font-size: 140px;
    font-weight: 700;
    color: #0499D2;
    margin: 0;
    line-height: 1;
}

#error-page .page p {
    font-size: 20px;
    margin: 20px 0 30px;
    color: #555;
}

#error-page .btn-part .readon {
    display: inline-block;
    padding: 12px 35px;
    font-size: 16px;
    background: transparent;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #0499D2;
}

#error-page .btn-part .readon:hover {
    background: #0499D2;
    color: #fff;
}


html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}