/* CSS Document */


/* 
    Created on   : 30/02/2018.
    Theme Name   : Mittweida - Business & Agency Template.
    Version      : 1.0
    Author       : ThemaZineX.
   
*/


/* ------------------------------------------ */


/*             TABLE OF CONTENTS
/* ------------------------------------------ */


/*   01 - Loading Transition  */


/*   02 - Global stlye  */


/*   03 - Theme Header  */


/*   04 - Theme menu Style One */


/*   05 - Banner Default Style */


/*   06 - About Short Feature  */


/*   07 - Our Feature  */


/*   08 - Skew Content Section  */


/*   09 - Solution Section  */


/*   10 - Our Work  */


/*   11 - Testimonial Style One  */


/*   12 - Theme Counter  */


/*   13 - Contact US  */


/*   14 - Footer   */


/*   15 - Instructor Banner  */


/*   16 - Footer  */


/*   17 - Contact Management  */


/*   18 - Digital Specialists  */


/*   19 - Pricing Table  */


/*   20 - Our News */


/*   21 - Testimonial Style two  */


/*   22 - Inner Banner  */


/*   23 - Service Details  */


/*   24 - Our Gallery  */


/*   25 - Gallery Details  */


/*   26 - Our Blog   */


/*   27 - Blog Details  */


/*   28 - Shop Page  */


/*   29 - FAQ  */


/*   30 - Testimonial Showcase  */


/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700|Source+Sans+Pro:300,400,600,700|Playfair+Display:400,700');

/*----bootstrap css ----- */

@import url('../vendor/bootstrap/bootstrap.css');

/*----bootstrap Select ----- */

@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');

/*----camera-slider---*/

@import url('../vendor/Camera-master/css/camera.css');

/*------- Mega menu ------*/

@import url('../vendor/bootstrap-mega-menu/css/menu.css');

/*----font awesome -------*/

@import url('../fonts/font-awesome/css/font-awesome.min.css');

/*----owl-carousel css----*/

@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');

/*-------- animated css ------*/

@import url('../vendor/WOW-master/css/libs/animate.css');

/*-------Hover Css --------*/

@import url('../vendor/hover.css');

/*--------- flat-icon ---------*/

@import url('../fonts/icon/font/flaticon.css');

/*----------- Fancybox css -------*/

@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');

/*------------- Map -------------*/

@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');

/*------------ Range Slider ------------*/

@import url('../vendor/bootstrap-slider-master/dist/css/bootstrap-slider.min.css');

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}

#loader {
    background: url(../images/1.gif);
    width: 62px;
    height: 64px;
    position: relative;
    top: 50%;
    margin: -32px auto 0 auto;
}

.logo {
    padding-top: 10px;
}
.modal-content{

    background: #390da5!important;
}
.modal-body p{
    color: #fff;
  
}
.modal-body ul li{
    color: #fff;
    
}
/*==================== Click Top ====================*/

.scroll-top {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    position: fixed;
    bottom: 5px;
    right: 15px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: none;
    background: #3c3c3c;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/*______________________ Global stlye ___________________*/



body {
    font-family: "Open Sans", sans-serif!important;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    background: #e5eef6;
}

body .main-page-wrapper {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #211f1f;
    font-family: "Open Sans", sans-serif!important;
}

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

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
}

h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
}

h4 {
    font-size: 22px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    font-weight: 600;
}

p {
    line-height: 32px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

lo a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

input,
textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.float-left img {
    padding-top: 0px!important;
}

.float-right {
    float: right;
}

.m-top0 {
    margin-top: 0 !important;
}

.m-bottom0 {
    margin-bottom: 0 !important;
}

.p0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}


/*--------------------- Transition --------------------*/

.tran3s,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.main-page-wrapper .theme-button-one,
.bootstrap-select.btn-group .dropdown-menu li a,
.bootstrap-select.btn-group .dropdown-menu li a span,
#mega-menu-wrapper .nav li.signUp a,
.theme-button-two,
.about-short-feature .play-button,
.skew-content-section .image-box .play-button,
.solution-section .single-block,
.our-service .single-service,
.testimonial-style-one .testimonial-slider-one .client-caption-box:before,
.theme-footer .top-footer .footer-logo ul li a,
.pricing-table .pricing-tab-switch .nav-tabs li a,
.pricing-table .single-figure,
.pricing-table .single-figure .package-name h3,
.pricing-table .single-figure .package-name .price,
.pricing-table .single-figure .package-feature ul li,
.pricing-table .single-figure .package-feature ul li:before,
.pricing-table .single-figure .package-feature p,
.theme-footer .top-footer .footer-list ul li a,
.owl-theme .owl-dots .owl-dot span,
.testimonial-style-two .video-playback .play-button,
.pricing-table .pricing-tab-switch .all-price-details,
.pricing-table .single-figure .get-package,
.digital-specialist .discover,
.digital-specialist .discover i,
.theme-inner-banner ul li a,
.service-details .social-icon li a,
.reply-comment form button,
.mixitUp-menu li:before,
.gallery-wrapper .single-portfolio-item .image-box .overlay .text h6 a,
.gallery-wrapper .single-portfolio-item .image-box .overlay .text,
.gallery-wrapper .view-more,
.page-pagination li a,
.single-blog-post .post-info li a,
.blog-sidebar .blog-list ul li a,
.blog-sidebar .sidebar-latest-post li a,
.team-style-one .single-member .image .tag,
.team-style-one .single-member .text ul li a,
.team-style-two .single-member .text ul li a,
.team-style-two .single-member .text h5,
.team-style-two .single-member .text p,
.team-style-two .single-member .text,
.team-style-one .single-member .text h5,
.team-style-one .single-member .text,
.team-style-one .single-member .text h5,
.team-style-one .single-member .text p,
.theme-footer .top-footer .footer-newsletter form button,
.theme-footer .top-footer .footer-newsletter .get-touch,
.blog-sidebar .sidebar-email-update button,
.blog-sidebar .sidebar-email-update button {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tran4s,
#mega-menu-wrapper .nav>li>a:before,
.our-news .single-news .image-box img,
.gallery-wrapper .single-portfolio-item .image-box .overlay {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*----------------------- Theme Default color file  -------------------*/

#mega-menu-wrapper .nav>li.dropdown-holder .sub-menu li:hover a,
.theme-inner-banner ul li a:hover,
.theme-footer.text-color-dark.white-bg .footer-top-content .footer-list-item ul li a:hover,
.gallery-wrapper .view-more,
.page-pagination li a,
.single-blog-post:hover h2 a,
.single-blog-post .read-more,
.single-blog-post .post-info li a:hover,
.theme-button-two:hover,
.blog-sidebar .sidebar-search button,
.blog-sidebar .blog-list ul li a i,
.blog-sidebar .blog-list ul li a:hover,
.blog-sidebar .sidebar-latest-post li:hover a,
.our-feature .single-feature-box i,
.blog-details .tag-option ul.float-left li a,
.shop-sidebar .sidebar-shop-categories ul li a:hover,
.shop-sidebar .shop-popular-product ul li .name h6 a:hover,
.shop-product .single-product:hover .info h6 a,
.faq .faq-panel .panel-group .panel-heading.active-panel a:before,
.testimonial-section .title,
.latest-news .single-news .post .read-more,
.team-section .title,
.team-style-one .single-member:hover .text h5,
.team-style-one .single-member .text.bg-white ul li a:hover,
.why-choose-us .single-feature h4 a:hover,
.service-style-four .single-service-box:hover .text h5 a,
#theme-main-banner .camera_caption p span,
.testimonial-section .theme-title p,
.our-service .single-service h4 a:hover,
.latest-news .single-news .post h4 a:hover,
.consultation-banner .container .theme-button-one.s-color,
.theme-footer .top-footer .footer-logo ul li a:hover,
.our-feature .single-feature-box h5 a:hover,
.theme-footer .top-footer .footer-list ul li a:hover,
.theme-footer .top-footer .footer-newsletter .get-touch:hover,
.theme-footer .bottom-footer p a,
.shop-sidebar .shop-popular-product ul li .name strong,
.shop-details .single-product-details .product-order-details .price li:first-child,
.our-feature.service-style-three .single-feature-box i,
.pricing-table .pricing-tab-switch .nav-tabs li a,
.pricing-table .pricing-tab-switch h3 span,
.pricing-table .pricing-tab-switch .all-price-details:hover,
.pricing-table .single-figure .package-feature ul li:before,
.pricing-table .single-figure .get-package {
    color: #ed962e;
}

.theme-title-one:before,
.main-page-wrapper .theme-button-one,
#mega-menu-wrapper .nav>li>a:before,
#mega-menu-wrapper .nav li.signUp a:hover,
.service-details .social-icon li a:hover,
.service-details .virtual-sales h6:before,
.service-details .virtual-sales ul li:before,
.reply-comment form button,
.mixitUp-menu li:before,
.gallery-wrapper .view-more:hover,
.gallery-details .main-content-wrapper .project-information h5:before,
.about-short-feature .play-button,
.gallery-details .main-content-wrapper .project-information ul:before,
.page-pagination li a:hover,
.blog-sidebar .sidebar-email-update button,
.testimonial-style-one .testimonial-slider-one .client-caption-box:before,
.shop-product .single-product:hover .info>a,
.shop-pagination li a:hover,
.shop-pagination li.active a,
.shop-details .single-product-details .product-order-details .clearfix ul li button,
.shop-details .single-product-details .product-order-details .clearfix a,
.shop-sidebar .search button:hover,
.testimonial-style-two .grey-bg .owl-theme .owl-dots .owl-dot.active span,
.team-style-one .single-member .image .tag,
.team-style-one .single-member .text ul li a:hover,
.team-style-two .single-member:hover .text,
.team-style-one .single-member:hover .text.bg-white,
#mega-menu-wrapper .navbar-toggle .icon-bar,
.what-we-do [class*="col"]:nth-child(even) .single-feature .number,
.theme-footer .top-footer .footer-newsletter form button,
.pricing-table .pricing-tab-switch .nav-tabs>li.active>a,
.pricing-table .pricing-tab-switch .nav-tabs>li.active>a:hover,
.pricing-table .pricing-tab-switch .nav-tabs>li.active>a:focus,
.pricing-table .single-figure .get-package:hover {
    background: #28076a;
}

.gallery-wrapper .view-more:hover,
.page-pagination li a:hover,
.pricing-table .pricing-tab-switch .nav-tabs li a,
.pricing-table .single-figure .get-package {
    border-color: #28076a;
}

.main-page-wrapper .theme-button-one.s-color,
#mega-menu-wrapper .nav li.signUp a,
.about-short-feature .play-button:hover,
.what-we-do [class*="col"]:nth-child(odd) .single-feature .number,
.skew-content-section .text-box,
.our-work .gallery-content-wrapper .single-block .overlay a:hover,
.contact-us-section .contact-us form input[type="submit"],
.latest-news-slider .owl-dots .owl-dot.active span,
.latest-news-slider .owl-dots .owl-dot:hover span,
.consultation-banner,
.theme-footer .top-footer .footer-newsletter form button:hover,
.shop-sidebar .search button,
.shop-sidebar h4:before,
.shop-product .single-product .info>a,
.shop-pagination li a,
.shop-details .single-product-details .product-order-details .clearfix a:hover,
.shop-details .related-product h4:before,
.blog-sidebar .sidebar-email-update button:hover {
    background: #ed962e;
}

.theme-footer .top-footer .footer-newsletter .get-touch {
    color: #ed962e;
}

.theme-button-two,
.single-blog-post .read-more:hover,
.team-style-one .single-member .text {
    border-bottom-color: #28076a;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name,
.team-style-two .single-member .text {
    border-left-color: #28076a;
}


/*------------- Hover -----------*/

.hvr-shutter-out-horizontal:before {
    background: #ed962e;
}

.hvr-shutter-out-horizontal.s-color:before {
    background: #28076a;
}


/*---------------------- Theme Title ---------------------*/

.theme-title-one {
    position: relative;
    padding-top: 28px;
}

.theme-title-one:before {
    content: '';
    width: 72px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.theme-title-one.text-center:before {
    left: 50%;
    margin-left: -36px;
}

.theme-title-one .theme-button-one,
.theme-title-one .theme-button-two {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.theme-title-three .theme-button-one {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.theme-title-one p {
    margin: 55px 0 0 0;
    font-size: 18px;
    line-height: 36px;
    width: 76%;
}

.shadow-text {
    font-family: "Open Sans", sans-serif!important;
    font-size: 332px;
    font-weight: 600;
    line-height: 0;
    position: absolute;
    color: #f3f3f3;
    top: -27px;
    left: 0;
    z-index: -1;
}


/*----- Title Two ------*/

.theme-title-two {
    position: relative;
    z-index: 10;
}

.theme-title-two h2 {
    font-size: 42px;
}

.theme-title-two p {
    font-size: 18px;
    line-height: 36px;
    padding-top: 25px;
}


/*------ Title Three ------*/

.theme-title-three {
    position: relative;
    padding: 50px 0 0 0;
}

.theme-title-three h2 {
    font-size: 42px;
    line-height: 55px;
}

.theme-title-three span {
 font-family: "Open Sans", sans-serif!important;
    font-size: 81px;
    color: #ebebeb;
    position: absolute;
    left: -5px;
    z-index: -1;
    font-weight: 500;
    top: 0;
}

.theme-title-three.bottom-text span {
    bottom: 0;
    top: auto;
}

.theme-title-three.text-center span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.theme-title-three.bottom-text {
    padding: 0 0 45px 0;
}
.wpb_content_element p {
    line-height: 24px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif!important;
  }
  .section-title{
    font-family: "Open Sans", sans-serif!important;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #a71313;
  font-size: 40px;
}
/*------ Title Four ------*/

.theme-title-four h6 {
 font-family: "Open Sans", sans-serif!important;
    color: #5c6a6d;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.theme-title-four h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
}

.theme-title-four p {
    font-size: 20px;
    line-height: 35px;
    padding-top: 25px;
}

.theme-title-four .theme-button-one {
    margin-top: 45px;
}


/*---------------------- Theme Button ---------------------*/

.main-page-wrapper .theme-button-one {
 font-family: "Open Sans", sans-serif!important;
    font-size: 17px;
    line-height: 50px;
    color: #fff;
    padding: 0 45px;
    text-transform: uppercase;
    border-radius: 20px;
}

.main-page-wrapper .theme-button-one.s-color {
    color: rgba(26, 26, 26, 0.8);
}

.main-page-wrapper .theme-button-one.s-color:hover {
    color: #fff;
}

.theme-button-two {
    font-size: 18px;
    font-weight: 600;
    color: #1c1c1c;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.lit-head {
    font-size: 34px;
    color: #2c5c84;
    font-weight: 600;
}


/*------------------------------ Theme menu ----------------------*/
.item img{
    width: 100%!important;
    height: 80vh!important;
}
.theme-menu-wrapper {
   position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 10px;
    height:70px;
}

.theme-menu-wrapper .content-holder {
    position: relative;
}

#mega-menu-wrapper .nav li.signUp a {
    line-height: 50px;
    color: #fff;
    padding: 0 40px;
  
    margin: 10px 0 0 20px;
    background: #0d2339;
    border: 1px solid #fff
}

#mega-menu-wrapper .nav li.signUp a:before {
    display: none;
}

#mega-menu-wrapper .nav li.signUp a:hover {
    color: #fff;
}

.img-box img {
    padding: 86px 0px 0px 0px;
}


/*================= Sticky Menu ===============*/

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.theme-menu-wrapper.fixed {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    background: #fff;
    -webkit-animation: menu_sticky 0.70s ease-in-out;
    animation: menu_sticky 0.70s ease-in-out;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}


/* ------------------------------- Theme Banner ------------------------- */

.camera_wrap {
    float: none;
}

#theme-main-banner .camera_overlayer {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
}
#theme-main-banner img{
    height: 800px!important;
}
#theme-main-banner .main-container {
    position: relative;
}

#theme-main-banner .camera_caption {
    height: 100%;
}

#theme-main-banner .container {
    position: relative;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#theme-main-banner .camera_caption>div {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-shadow: none;
    left: 0;
    padding: 0;
}

#theme-main-banner .camera_caption a {
    vertical-align: middle;
    margin: 10px 8px;
}

#theme-main-banner .camera_caption h1 {
    color: #390da5;
    line-height: 40px;
    margin-top: 40px;
    font-size: 30px;
   font-family: "Open Sans", sans-serif!important;
   text-transform: uppercase;
}

#theme-main-banner .camera_caption p {
    font-size: 18px;
    color: #000;
}


/*-------------------- Banner Bottom Subscription ---------------*/

.banner-bottom-subscription {
    background: #fafafa;
    padding: 100px 0px;
}

.banner-bottom-subscription h2 {
 font-family: "Open Sans", sans-serif!important;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

.banner-bottom-subscription p {
    text-align: center;
    font-size: 18px;
    padding: 30px 0px 0px 0px;
}


/*---------------------- What We Do -------------------------*/

.what-we-do {
    padding: 140px 0 130px 0;
}

.what-we-do .theme-title {
    margin-bottom: 50px;
}

.what-we-do .single-feature {
    margin-top: 60px;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 70px 5px 55px 5px;
    text-align: center;
}

.what-we-do .single-feature h4 {
 font-family: "Open Sans", sans-serif!important;
    text-transform: uppercase;
}

.what-we-do .single-feature p {
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 20px;
}

.what-we-do .single-feature .number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    line-height: 56px;
    font-size: 28px;
    color: #595757;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -28px 0 0 -28px;
    z-index: 1;
}


/*------------------------- Why Choose Us ---------------------*/

.why-choose-us {
    padding: 140px 0 80px 0;
}

.why-choose-us .theme-title-four h3 {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 500;
    color: #5c6a6d;
    line-height: 35px;
    margin-top: 30px;
}

.why-choose-us .theme-title {
    margin-bottom: 70px;
}

.why-choose-us .single-feature {
    position: relative;
    padding: 0 0 50px 85px;
}

.why-choose-us .single-feature h4 {
 font-family: "Open Sans", sans-serif!important;
    text-transform: uppercase;
    color: #211f1f;
}

.why-choose-us .single-feature p {
    line-height: 34px;
    margin-top: 15px;
}

.why-choose-us .single-feature .icon {
    position: absolute;
    top: 0;
    left: 0;
}


/*----------------------- Mockup Banner ----------------------*/

.mockup-banner {
    position: relative;
   
   
    background: #0d2339;
   
    background-image: linear-gradient(to bottom, #00387ab8, #00387ae3), url(..//images/footer-bg.jpg);
    background-size: cover;
    color: white;
}

.mockup-banner .container {
    position: relative;
}

.mockup-banner .opacity {
    background: rgb(43 91 131 / 89%);
    overflow: hidden;
    padding-bottom: 100px;
}

.mockup-banner .opacity h3 {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    padding: 100px 0 28px 0;
}

.mockup-banner .opacity h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 42px;
}

.mockup-banner .opacity .theme-button-one.fix {
    background: #fff;
    margin-left: 12px;
}

.mockup-banner .opacity .theme-button-one:hover {
    background: #252525 !important;
}

.mockup-banner .opacity .mockup {
    position: absolute;
    top: 0;
    right: -132px;
}


/*--------------------- Our Service -------------------------*/

.our-service {
    background: #f8f8f8;
    padding: 120px 0 110px 0;
}

.our-service .theme-title {
    margin-bottom: 50px;
}

.our-service .single-service {
    background: #2c5c84;
    text-align: center;
    padding: 40px 20px 50px 20px;
    height: 340px;
}

.our-service .single-service img {
    margin: 0 auto;
}

.our-service .single-service h4 {
 font-family: "Open Sans", sans-serif!important;
    text-transform: uppercase;
    margin: 30px 0 25px 0;
    color: #fff;
    font-weight: 500;
}

.our-service .single-service p {
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
    color: #fff;
}

.our-service .single-service:hover {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.04);
}


/*----------------------- Latest News ---------------------*/

.latest-news {
    margin-bottom: 120px;
}

.latest-news .single-news .image img {
    width: 100%;
}

.latest-news .single-news .post {
    text-align: center;
    padding: 40px 20px 0 20px;
}

.latest-news .theme-title {
    margin-bottom: 100px;
}

.latest-news .single-news .post .date {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}

.latest-news .single-news .post h4 {
 font-family: "Open Sans", sans-serif!important;
    font-weight: normal;
    line-height: 35px;
    margin: 25px 0 30px 0;
}

.latest-news .single-news .post .read-more {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 500;
}

.latest-news .single-news .post .read-more i {
    font-size: 12px;
    margin-left: 5px;
}

.latest-news-slider .item {
    margin: 0 15px;
}

.latest-news-slider .owl-dots .owl-dot span {
    background: #e9e5e5;
    margin: 0 5px;
}

.latest-news-slider .owl-dots .owl-dot.active span,
.latest-news-slider .owl-dots .owl-dot:hover span {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.latest-news-slider .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    top: -40px;
}


/*--------------------- Consultation -------------------*/

.consultation-feature {
    padding: 120px 0 100px 0;
}

.consultation-banner {
    padding: 45px 0;
}

.consultation-banner h2 {
 font-family: "Open Sans", sans-serif!important;
    font-weight: normal;
}

.consultation-banner .container .theme-button-one.s-color {
    background: #fff;
}


/*------------------- About Short Feature --------------------*/

.about-short-feature {
    padding: 60px 0px;
    background: #fafafa;
}

.about-short-features {
    padding: 60px 0px;
    background: #2c5c84;
}

.about-short-feature p {
    font-size: 15px;
    line-height: 26px;
}

.abt-us {
    padding: 20px 0px;
}

.box2 {
    margin-top: 35px;
    padding-right: 50px;
}

.box2 p {
    padding: 10px 5px 0px 10px;
    text-align: justify;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
}

.box1 {
    margin-top: 35px;
    padding-right: 50px;
}

.box1 p {
    padding: 10px 5px 0px 10px;
    text-align: justify;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
}

.about-short-feature .theme-button-two {
    margin-top: 30px;
}

.about-short-feature .play-button {
    display: block;
    width: 78px;
    height: 78px;
    border: 7px solid #f2eeee;
    color: #fff;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    margin-top: 60px;
}

.about-short-feature .play-button:hover {
    color: #fff;
}


/*--------------------------- Our Feature ------------------------*/

.our-feature {
    background: #f1efef;
    padding: 115px 0 90px 0;
    margin: 120px 0 120px 0;
}

.our-feature .theme-title {
    margin-bottom: 80px;
}

.our-feature .single-feature-box {
    background: #fff;
    text-align: center;
    padding: 30px 25px 60px 25px;
    margin-bottom: 30px;
}

.our-feature .single-feature-box i {
    font-size: 55px;
}

.our-feature .single-feature-box i.color-two {
    color: #f97794;
}

.our-feature .single-feature-box i.color-three {
    color: #08d847;
}

.our-feature .single-feature-box i.color-four {
    color: #3e50fa;
}

.our-feature .single-feature-box i.color-five {
    color: #00dbaa;
}

.our-feature .single-feature-box i.color-six {
    color: #fa8df1;
}

.our-feature .single-feature-box h5 {
 font-family: "Open Sans", sans-serif!important;
    margin: 15px 0 30px 0;
}

.our-feature.transparent-bg {
    background: transparent;
    padding: 0;
}

.our-feature.style-two .single-feature-box {
    padding-bottom: 0;
}

.our-feature.style-two .single-feature-box img {
    margin: 0 auto;
}

.our-feature.style-two .single-feature-box h5 {
    margin: 35px 0 25px 0;
}

.our-feature.style-two .single-feature-box p {
    font-size: 18px;
    line-height: 36px;
}

.our-feature.service-style-two .single-feature-box {
    text-align: left;
    padding: 0 35px 40px 0;
}

.our-feature.service-style-two {
    margin-bottom: 65px;
}

.our-feature.service-style-three .box-layout {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 30px;
}

.our-feature.service-style-three .single-feature-box {
    border: 1px solid #ededed;
    padding: 50px 30px 50px 30px;
}

.our-feature.service-style-three .single-feature-box h5 {
    text-transform: uppercase;
    font-weight: 500;
}

.service-style-four .theme-title-one p {
    margin-right: auto;
    margin-left: auto;
}

.service-style-four .shadow-text {
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service-style-four .single-service-box h5 {
    font-weight: 500;
}

.service-style-four .single-service-box .text {
    text-align: center;
    border: 1px solid #ededed;
    border-top: none;
    padding: 35px 0 40px 0;
    margin-bottom: 30px;
}

.service-style-four .single-service-box img {
    width: 100%;
}


/*------------------------- Service Short Details -------------------*/

.service-short-details {
    padding: 60px 0px;
}

.service-short-details p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
}


/*------------------------ Our Work ----------------------*/

.our-work {
    padding: 140px 0;
}

.our-work img {
    margin-top: 30px;
}


/*------------------------- Testimonial ----------------------*/

.testimonial-style-one .testimonial-slider-one .client-caption-box {
    background: #fff;
    padding: 40px 35px 50px 35px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 0px 36px 0px rgba(213, 210, 210, 0.56);
    box-shadow: 0px 0px 36px 0px rgba(213, 210, 210, 0.56);
    margin: 20px 0;
}

.testimonial-style-one .testimonial-slider-one .client-caption-box:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.testimonial-style-one .testimonial-slider-one .client-caption-box:hover:before {
    height: 3px;
}

.testimonial-style-one .testimonial-slider-one .client-caption-box .image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e0dfdf;
    margin: 0 auto;
}

.testimonial-style-one .testimonial-slider-one .client-caption-box p {
    font-size: 18px;
    line-height: 36px;
    margin: 22px 0 30px 0;
}

.testimonial-style-one .testimonial-slider-one .client-caption-box h6 {
    margin-bottom: 10px;
}

.testimonial-style-one .testimonial-slider-one .client-caption-box span {
    font-weight: 600;
}

.testimonial-slider-one .item {
    padding: 0 15px;
}

.testimonial-style-one .theme-title {
    margin-bottom: 50px;
}


/*------------------------ Theme Counter -----------------------*/

.theme-counter {
    margin: 90px 0 110px 0;
}

.theme-counter .theme-title {
    margin-bottom: 40px;
}

.theme-counter .single-box {
    text-align: center;
    margin-top: 50px;
}

.theme-counter .single-box .number {
    font-size: 45px;
}

.theme-counter .single-box p {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 18px;
}


/*---------------------- Contact US  -------------------*/

.contact-us-section {
    margin-bottom: 70px;
}

.contact-us-section .half-figure {
    width: 50%;
    height: 550px;
    position: relative;
}

.contact-us-section .half-figure .map-canvas {
    height: 100%;
    width: 100%;
}

.si-content {
    text-align: center;
    width: 200px;
}

.si-has-border .si-content-wrapper {
    border: none;
}

.si-shadow-wrapper-top {
    opacity: 0;
}

.contact-us-section .our-map .title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
}

.aply {
    background: #fafafa;
    padding: 50px;
}

.contact-us-section .our-map .title h2,
.contact-us-section .contact-us .wrapper {
   
}

.contact-us-section .our-map .title h2 {
    font-size: 42px;
    line-height: 65px;
    padding-right: 55px;
}

.contact-us-section .our-map .title h2 span {
    display: inline-block;
    position: relative;
}

.contact-us-section .our-map .title h2 span:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.contact-us-section .contact-us .opacity {
    height: 100%;
}

.contact-us-section .contact-us .wrapper {
    padding: 0px 0 0 65px;
}

.contact-us-section .contact-us form input[type="text"],
.contact-us-section .contact-us form input[type="email"],
.contact-us-section .contact-us form input[type="tel"],
.contact-us-section .contact-us form input[type="number"],
.contact-us-section .contact-us form select,
.contact-us-section .contact-us form textarea {
    width: 100%;
    padding: 0;
    border: none;
    color: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #d7d4d4;
    font-size: 14px;
    height: 43px;
    margin-top: 24px;
    background: transparent;
    box-shadow: none!important;
}

.form-check {
    font-size: 12px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.contact-us-section .contact-us form input[type="submit"] {
    width: 185px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
}

.contact-us-section .contact-us form input[type="submit"]:hover {
    background: #212121;
}

.contact-us-section .contact-us form textarea {
    margin-top: 60px;
    resize: none;
}


/*----- Form color Grey -----*/

.contact-us-section .contact-us form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.contact-us-section .contact-us form :-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.contact-us-section .contact-us form ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.contact-us-section .contact-us form :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
}


/*======================== Contact Address ==================*/

.contact-address {
    padding: 0px;
}

.contact-address .address-box {
    text-align: center;
    padding: 13px 0 0px 0;
}

.contact-address .address-box.color-one {
    background: #7dba00;
}

.contact-address .address-box.color-two {
    background: #7dba00;
}

.contact-address .address-box.color-three {
    background: #7dba00;
}

.contact-address .address-box i {
    font-size: 60px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.contact-address .address-box p {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}


/*======================= Form Validation ===================*/

.alert-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9999999;
}

#success,
#error {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
}

#success .wrapper,
#error .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#success .wrapper p,
#error .wrapper p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
}

#success p {
    color: #26ace3;
}

#error p {
    color: #C9182B;
}

#error button,
#success button {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
}

.form-validation label.error {
    display: none !important;
}

.form-validation input.error,
.form-validation textarea.error {
    border: none;
    border-bottom: 1px solid #f03838 !important;
}


/*----------------------- Footer ---------------------*/
.head-bg{
    background: #0d2339;
    padding-top: 60px;
    background-image:  url(..//images/banner3.jpg);
    background-size: cover;
    color: white;
    height: 100vh;
}
.theme-footer {
    background: #0d2339;
    padding-top: 60px;
    background-image:linear-gradient(to bottom, #020203d6, #070202a3), url(..//images/footer-bg.jpg);
    background-size: cover;
    color: white;
    
}

.theme-footer .top-footer h6 {
 font-family: "Open Sans", sans-serif!important;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #fff;
    line-height: 52px;
}

.theme-footer .top-footer .footer-logo p {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 1px;
}

.theme-footer .top-footer .footer-logo ul li {
    display: inline-block;
}

.theme-footer .top-footer .footer-logo ul li a {
    color: #fff;
    margin-right: 8px;
    font-size: 18px;
}

.theme-footer .top-footer .footer-logo ul li:last-child a {
    margin: 0;
}

.theme-footer .top-footer .footer-list ul li a {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 13px;
}

.theme-footer .top-footer .footer-list ul li:last-child a {
    margin: 0;
}

.theme-footer .top-footer .footer-newsletter p {
    color: #ffffff;
    font-size: 12px;
    line-height: 21px;
   
    text-align: justify;
}

.theme-footer .top-footer .footer-newsletter form {
    height: 50px;
    position: relative;
    margin: 14px 0 31px 0;
}

.theme-footer .top-footer .footer-newsletter form input {
    width: 100%;
    border: none;
    height: 100%;
    background: #282525;
    border-radius: 10px;
    padding: 0 72px 0 15px;
    color: #bbbbbb;
}

.theme-footer .top-footer .footer-newsletter form button {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 65px;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
}

.theme-footer .top-footer .footer-newsletter .get-touch {
 font-family: "Open Sans", sans-serif!important;
    font-size: 18px;
    font-weight: 500;
}

.theme-footer .top-footer .footer-newsletter .get-touch i {
    color: #bbbbbb;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: 2px;
}

.theme-footer .bottom-footer {
    background: #100d07;
    
    text-align: center;
    border-top: 1px solid;
    padding-top: 20px;
}

.theme-footer .bottom-footer p {
 font-family: "Open Sans", sans-serif!important;
    color: #ffffff;
    font-size: 14px;
}


/*--------------------- Partner Logo Section One ----------------------*/

.partent-logo-section-one {
    background: #f4f4f4;
    padding: 85px 0;
}

.partent-logo-section-one .item img {
    margin: 0 auto;
}


/*------------------------ Digital Specialists ----------------*/

.digital-specialist.space-fix {
    margin: 140px 0;
}

.digital-specialist {
    position: relative;
}

.digital-specialist p {
    font-size: 18px;
    line-height: 36px;
    margin: 15px 0 45px 0;
}

.digital-specialist:before {
    content: '';
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.digital-specialist.half-image-thanks:before {
    background: url(../images/inner-page/thanks.jpg) no-repeat center;
}

.digital-specialist.half-image-rate-and-terms:before {
    background: url(../images/inner-page/rate-and-terms.jpg) no-repeat center;
}

.digital-specialist.half-image-application:before {
    background: url(../images/home/application.jpg) no-repeat center;
}

.digital-specialist.half-image-documentation:before {
    background: url(../images/home/documentation.jpg) no-repeat center;
}

.digital-specialist.half-image-approval:before {
    background: url(../images/home/approval.jpg) no-repeat center;
}

.digital-specialist.half-image-transfer:before {
    background: url(../images/home/transfer.jpg) no-repeat center;
}

.digital-specialist.half-image-about-company:before {
    background: url(../images/home/about-company.jpg) no-repeat center;
}

.digital-specialist.half-image-one:before {
    background: url(../images/home/9.jpg) no-repeat center;
}

.digital-specialist.half-image-three:before {
    background: url(../images/home/9.jpg) no-repeat center;
}

.digital-specialist.half-image-four:before {
    background: url(../images/home/9.jpg) no-repeat center;
}

.digital-specialist.half-image-five:before {
    background: url(../images/home/15.jpg) no-repeat center;
}

.digital-specialist.half-image-two:before {
    background: url(../images/home/14.jpg) no-repeat center;
    right: auto;
    left: 0;
}

.digital-specialist .discover {
    font-weight: 600;
    font-size: 20px;
    color: #101010;
    margin-bottom: 35px;
}

.digital-specialist .discover i {
    width: 75px;
    height: 75px;
    line-height: 65px;
    border-radius: 50%;
    border-style: solid;
    border-width: 5px;
    text-align: center;
    color: #b4b1b4;
    margin-right: 18px;
}

.digital-specialist .discover:hover i {
    color: #fff;
}


/*---------------------- Pricing Table -------------------*/

.pricing-table {
    margin-top: 140px;
}

.pricing-table .main-bg-wrapper {
    background: #f7f7f7;
    padding: 85px 0 60px 0;
    margin: 60px 0 0 0;
}

.pricing-table .pricing-tab-switch h3 {
 font-family: "Open Sans", sans-serif!important;
    font-size: 29px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 45px;
}

.pricing-table .pricing-tab-switch .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0 5px 0 0;
}

.pricing-table .pricing-tab-switch.text-center {
    margin-bottom: 85px;
}

.pricing-table .pricing-tab-switch .nav-tabs li a {
    width: 165px;
    line-height: 43px;
    border-width: 1px;
    border-style: solid;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    background: transparent;
    padding: 0;
}

.pricing-table .pricing-tab-switch .nav-tabs>li.active>a,
.pricing-table .pricing-tab-switch .nav-tabs>li.active>a:hover,
.pricing-table .pricing-tab-switch .nav-tabs>li.active>a:focus {
    color: #fff;
}

.pricing-table .pricing-tab-switch .nav-tabs {
    border: none;
}

.pricing-table .single-figure {
    background: #fff;
    overflow: hidden;
    padding: 0 0 55px 0;
    position: relative;
    margin-bottom: 40px;
}

.pricing-table .single-figure .package-name {
    text-align: center;
    padding: 95px 0 0 0;
}

.pricing-table .single-figure .package-name h3 {
    text-transform: uppercase;
    font-size: 25px;
}

.pricing-table .single-figure .package-name .price {
    color: #101010;
 font-family: "Open Sans", sans-serif!important;
    font-size: 35px;
    font-weight: 600;
}

.pricing-table .single-figure .package-feature {
    padding: 35px 20px 45px 70px;
    position: relative;
    z-index: 99;
}

.pricing-table .single-figure .package-feature p {
    font-size: 18px;
    line-height: 35px;
}

.pricing-table .single-figure .package-feature ul li {
    font-size: 18px;
    line-height: 35px;
    position: relative;
    padding-left: 25px;
}

.pricing-table .single-figure .package-feature ul li:before {
    content: '';
    font-family: 'font-awesome';
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
}

.pricing-table .single-figure .get-package {
    width: 220px;
    line-height: 43px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    border-radius: 22px;
    border-width: 1px;
    border-style: solid;
}

.pricing-table.style-one .single-figure:hover .package-name h3,
.pricing-table.style-one .single-figure:hover .package-name .price,
.pricing-table.style-one .single-figure:hover .package-feature ul li,
.pricing-table.style-one .single-figure:hover .package-feature ul li:before,
.pricing-table.style-one .single-figure:hover .package-feature p {
    color: #fff;
}

.pricing-table .single-figure:before {
    content: '';
    width: 430px;
    height: 185px;
    background: #f7f7f7;
    border-radius: 50%;
    position: absolute;
    top: -24%;
    left: -30px;
}

.pricing-table.style-two .pricing-tab-switch h3 {
    margin-top: 70px;
}

.pricing-table .pricing-tab-switch p {
    font-size: 18px;
    line-height: 36px;
    margin: 78px 0 45px 0;
}

.pricing-table .pricing-tab-switch .all-price-details {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #101010;
}

.pricing-table.style-two .single-figure .get-package:hover {
    color: #fff;
}


/*------------------------ Our News ---------------------*/

.our-news {
    margin-bottom: 120px;
}

.our-news .theme-title-three span {
    position: relative;
    -webkit-transform: none;
    transform: none;
    left: auto;
}

.our-news .theme-title-three {
    padding: 0;
}

.our-news .box-layout-wrapper {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 40px;
}

.our-news .single-news {
    margin-bottom: 40px;
}

.our-news .single-news .image-box {
    position: relative;
    overflow: hidden;
}

.our-news .single-news .image-box img {
    width: 100%;
}

.our-news .single-news:hover .image-box img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.our-news .single-news .image-box .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.our-news .single-news .text {
    padding: 22px 30px;
    margin-top: 2px;
}

.our-news .single-news .text a {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}

.our-news .single-news .text.color-one {
    background: rgba(161, 169, 7, 0.87);
}

.our-news .single-news .text.color-two {
    background: rgba(62, 79, 250, 0.87);
}

.our-news .single-news .text.color-three {
    background: rgba(18, 215, 25, 0.87);
}

.our-news .single-news .text.color-four {
    background: rgba(254, 39, 125, 0.87);
}


/*------------------ Testimonial Style two -------------------*/

.testimonial-style-two {
    margin: 120px 0 140px 0;
}

.testimonial-style-two .main-slider-wrapper .section-half {
    width: 50%;
    float: left;
    position: relative;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text.dark-bg {
    background: #1f1a1a;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text.grey-bg {
    background: #f6f6f6;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text {
    padding: 100px 0 60px 0;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper {
    max-width: 585px;
    padding-right: 65px;
    float: right;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .item p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 70px;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name h4,
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .item p,
.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name span {
    color: #fff;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name h4 {
    margin-bottom: 10px;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name {
    padding: 18px 0 18px 30px;
    margin-left: 25px;
    border-left-width: 1px;
    border-left-style: solid;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .name img {
    margin-top: 12px;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .client-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 30px 0 0 60px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 6px;
    padding: 0;
    border-radius: 0;
    background: #312b2b;
    margin: 0 5px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span {
    width: 38px;
    height: 2px;
}

.owl-theme .owl-nav {
    margin: 0;
}

.testimonial-style-two .owl-theme .owl-dots {
    position: absolute;
    right: 40%;
    bottom: 10px;
}

.testimonial-style-two .video-playback {
    height: 544px;
    text-align: center;
}

.testimonial-style-two .video-playback .opacity {
    background: rgba(12, 12, 12, 0.55);
    height: 100%;
}

.testimonial-style-two .video-playback.bg-one {
    background: url(../images/home/13.jpg) no-repeat center center;
    background-size: cover;
}

.testimonial-style-two .video-playback.bg-two {
    background: url(../images/home/16.jpg) no-repeat center center;
    background-size: cover;
}

.testimonial-style-two .video-playback .play-button {
    display: block;
    width: 90px;
    height: 90px;
    border: 8px solid #8f8d8d;
    border-radius: 50%;
    line-height: 74px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #c4c4c4;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-style-two .video-playback .play-button:hover {
    border-color: #fff;
}

.testimonial-style-two .main-slider-wrapper .testimonial-text.grey-bg .wrapper .name h4,
.testimonial-style-two .main-slider-wrapper .testimonial-text.grey-bg .wrapper .item p,
.testimonial-style-two .main-slider-wrapper .testimonial-text.grey-bg .wrapper .name span {
    color: #2c2727;
}

.testimonial-style-two .grey-bg .owl-theme .owl-dots .owl-dot span {
    background: #dfdede;
}


/*------------------------ Inner Banner ----------------------*/

.theme-inner-banner {
    height: 300px;
}

.theme-inner-banner .opacity {
    padding: 250px 0 0 0;
}

.theme-inner-banner .theme-title-one:before {
    width: 100px;
    height: 2px;
}

.theme-inner-banner .theme-title-one h2 {
    font-size: 50px;
    color: #fff;
}

.theme-inner-banner .theme-title-one {
    padding-top: 20px;
}

.theme-inner-banner .theme-title-one p {
 font-family: "Open Sans", sans-serif!important;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    margin: 30px 0 80px 0;
}

.theme-inner-banner ul {
    text-align: center;
}

.theme-inner-banner ul li {
 font-family: "Open Sans", sans-serif!important;
    display: inline-block;
    color: #fff;
    margin: 0 2px;
}

.theme-inner-banner ul li a {
    color: #fff;
}

.theme-inner-banner .wrapper {
    position: relative;
    padding-bottom: 25px;
}

.theme-inner-banner .wrapper .theme-button-one {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}


/*--------------- Service Details --------------- */

.service-details {
    margin-bottom: 140px;
}

.social-icon {
    margin: 20px 0px;
}

.service-details .social-icon {
    text-align: right;
    margin-top: 30px;
}

.service-details .social-icon li {
    display: inline-block;
    text-align: center;
}

.service-details .social-icon li a {
    width: 42px;
    height: 58px;
    line-height: 58px;
    border-radius: 21px;
    color: #4f4f4f;
    background: #ebebeb;
    margin-left: 15px;
    font-size: 18px;
}

.service-details .social-icon li a:hover {
    color: #fff;
}

.service-details .details-text-wrapper p {
    font-size: 18px;
    line-height: 36px;
    margin: 45px 0 50px 0;
}

.service-details .service-feature {
    padding-top: 35px;
}

.service-details .service-feature .feature-box {
    height: 112px;
    line-height: 112px;
    text-align: center;
    color: #fff;
    border-radius: 45px;
    font-size: 55px;
    margin-bottom: 20px;
}

.service-details .service-feature .feature-box.color-one {
    background: #fda5b6;
}

.service-details .service-feature .feature-box.color-two {
    background: #00dbaa;
}

.service-details .service-feature .feature-box.color-three {
    background: #3e50fa;
}

.service-details .service-feature .feature-box.color-four {
    background: #fdb3f7;
}

.service-details .service-feature h6 {
    line-height: 30px;
    text-align: center;
    color: #4f4f4f;
    font-weight: 500;
    font-size: 20px;
}

.service-details .service-feature .theme-button-one {
    border-radius: 20px;
}

.service-details .service-feature ul li {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #4f4f4f;
    padding: 0 0 35px 45px;
    position: relative;
}

.service-details .service-feature ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 10px;
}

.service-details .service-feature ul li:nth-child(1):before {
    background: #fda5b6;
}

.service-details .service-feature ul li:nth-child(2):before {
    background: #00dbaa;
}

.service-details .service-feature ul li:nth-child(3):before {
    background: #3e50fa;
}

.service-details .service-feature ul li:nth-child(4):before {
    background: #fdb3f7;
}

.service-details .service-feature ul li:nth-child(5):before {
    background: #f97794;
}

.service-details .virtual-sales h6 {
    text-transform: uppercase;
    color: #4f4f4f;
    position: relative;
    padding-bottom: 15px;
    font-weight: 500;
    margin-bottom: 55px;
}

.service-details .virtual-sales h6:before {
    content: '';
    width: 58px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-details .virtual-sales {
    padding: 95px 0 95px 0;
}

.service-details .virtual-sales ul li {
    float: left;
    width: 33.333333%;
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 600;
    margin-bottom: 45px;
}

.service-details .virtual-sales ul li:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 6px;
    left: 0;
}

.theme-comment-box {
    padding-bottom: 40px;
}

.theme-comment-box .single-comment .image-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e2e0e0;
    float: left;
}

.theme-comment-box .single-comment .comment {
    float: left;
    width: calc(100% - 100px);
    padding-left: 35px;
}

.theme-comment-box .single-comment .comment .commnet-text {
    border: 1px solid #e8e6e6;
    border-radius: 45px;
    padding: 35px 100px 30px 60px;
    position: relative;
}

.theme-comment-box .single-comment .comment .commnet-text h6 {
 font-family: "Open Sans", sans-serif!important;
    margin-bottom: 10px;
}

.theme-comment-box .single-comment .comment .commnet-text p {
    margin-top: 25px;
}

.theme-comment-box .single-comment .comment .commnet-text img {
    position: absolute;
    top: 35px;
    right: 100px;
}

.theme-comment-box .single-comment {
    margin-bottom: 50px;
}

.reply-comment form {
    padding-top: 60px;
}

.reply-comment form input {
    width: 100%;
    border: 1px solid #e8e6e6;
    border-radius: 20px;
    padding: 0 30px;
    margin-bottom: 50px;
    height: 55px;
}

.reply-comment form textarea {
    width: 100%;
    border: 1px solid #e8e6e6;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 55px;
    height: 250px;
    max-width: 100%;
    max-height: 250px;
    resize: none;
}

.reply-comment form button {
 font-family: "Open Sans", sans-serif!important;
    width: 240px;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    border-radius: 20px;
}

.reply-comment form button:hover {
    background: #252525;
}


/*----------------- Our Gallery ----------------*/

.our-gallery {
    margin-bottom: 110px;
}

.our-gallery .container {
    position: relative;
}

.our-gallery .shadow-text {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 700;
    top: 38px;
    left: -100px;
}

.our-gallery .theme-title-one {
    margin-bottom: 100px;
}

#mixitUp-item .mix {
    display: none;
}

.mixitUp-menu {
    text-align: center;
    margin-bottom: 85px;
}

.mixitUp-menu li {
 font-family: "Open Sans", sans-serif!important;
    display: inline-block;
    font-size: 18px;
    color: #333333;
    margin: 5px 10px;
    padding-bottom: 12px;
    position: relative;
    cursor: pointer;
}

.mixitUp-menu li:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: -12px;
}

.mixitUp-menu li.active:before {
    width: 100%;
}

.gallery-wrapper .single-portfolio-item .image-box {
    position: relative;
    overflow: hidden;
}

.gallery-wrapper .single-portfolio-item .image-box img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.gallery-wrapper .single-portfolio-item:hover .image-box img {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
}

.gallery-wrapper .single-portfolio-item .image-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(58, 215, 101, 0.9);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.gallery-wrapper .single-portfolio-item:hover .image-box .overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-wrapper .single-portfolio-item .image-box .overlay .zoom-view {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    font-size: 25px;
}

.gallery-wrapper .single-portfolio-item .image-box .overlay .text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    text-align: center;
}

.gallery-wrapper .single-portfolio-item .image-box .overlay .text h6 a,
.gallery-wrapper .single-portfolio-item .image-box .overlay .text span {
    color: #fff;
}

.gallery-wrapper .single-portfolio-item .image-box .overlay .text h6 a {
    font-weight: 500;
    margin-bottom: 20px;
}

.gallery-wrapper .single-portfolio-item {
    margin-bottom: 30px;
}

.gallery-wrapper .view-more {
    display: block;
    width: 207px;
    line-height: 51px;
    border: 2px solid #e7e7e7;
    margin: 70px auto 0 auto;
 font-family: "Open Sans", sans-serif!important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.gallery-wrapper .view-more:hover {
    color: #fff;
}

.our-gallery .box-layout {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 75px;
}

.our-gallery .full-width {
    max-width: 1920px;
    margin: 0 auto;
}

.our-gallery.gallery-v4 .theme-title-one p {
    margin-right: auto;
    margin-left: auto;
}

.our-gallery.gallery-v4 .shadow-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gallery-v4 .gallery-wrapper .single-portfolio-item .image-box .overlay {
    top: 100px;
    bottom: 100px;
    max-width: 570px;
    left: 50%;
    min-width: 500px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*------------------- Gallery Details -----------------*/

.gallery-details .container {
    position: relative;
}

.gallery-details .shadow-text {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 700;
    top: 0;
}

.gallery-details .theme-title-one {
    margin-bottom: 65px;
}

.gallery-details .main-content-wrapper {
    margin: 80px 0 120px 0;
}

.gallery-details .main-content-wrapper .img-box {
    margin-bottom: 60px;
}

.gallery-details .main-content-wrapper h6 {
 font-family: "Open Sans", sans-serif!important;
    font-size: 21px;
    line-height: 36px;
    padding-bottom: 70px;
}

.gallery-details .main-content-wrapper .project-information {
    padding-bottom: 110px;
}

.gallery-details .main-content-wrapper .project-information h5 {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 500;
    position: relative;
    font-size: 21px;
    line-height: 36px;
    padding-bottom: 8px;
}

.gallery-details .main-content-wrapper .project-information h5:before {
    content: '';
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gallery-details .main-content-wrapper .project-information p {
    margin: 32px 0 30px 0;
}

.gallery-details .main-content-wrapper .project-information ul {
    position: relative;
}

.gallery-details .main-content-wrapper .project-information ul li {
    margin-bottom: 20px;
}

.gallery-details .main-content-wrapper .project-information ul li:last-child {
    margin: 0;
}

.gallery-details .main-content-wrapper .project-information ul li b {
    color: #101010;
    width: 30%;
    display: inline-block;
}

.gallery-details .main-content-wrapper .project-information ul:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 95%;
    top: 7px;
    left: -20px;
}

.page-pagination {
    padding-top: 50px;
}

.page-pagination li a {
    display: block;
    width: 207px;
    line-height: 51px;
    border: 2px solid #f1f1f1;
    margin: 20px 0 0 0;
 font-family: "Open Sans", sans-serif!important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.page-pagination li a:hover {
    color: #fff;
}


/*-------------------- Our Blog -------------------*/

.blog-page {
    padding-bottom: 110px;
}

.single-blog-post h2 {
    line-height: 50px;
    margin-bottom: 50px;
}

.single-blog-post .img-box {
    overflow: hidden;
}

.single-blog-post .img-box img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.single-blog-post:hover .img-box img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.single-blog-post .post-info li {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.single-blog-post .post-info li a {
    font-size: 18px;
    color: #101010;
}

.single-blog-post .post-info {
    padding: 40px 0 40px 0;
}

.single-blog-post p {
    font-size: 18px;
    line-height: 36px;
}

.single-blog-post .read-more {
    margin-top: 20px;
    border-bottom-color: transparent;
}

.our-blog .single-blog-post {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.our-blog .single-blog-post.no-border {
    border: none;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.blog-sidebar .sidebar-search {
    position: relative;
}

.blog-sidebar .sidebar-search input {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0 22px 15px 0;
}

.blog-sidebar .sidebar-search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    width: 20px;
}

.blog-sidebar h4 {
 font-family: "Open Sans", sans-serif!important;
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin: 60px 0 50px 0;
}

.blog-sidebar h4:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #aafbe1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.blog-sidebar .blog-list ul li a {
    font-size: 18px;
    color: #656565;
    margin-bottom: 25px;
}

.blog-sidebar .blog-list ul li a:hover {
    padding-left: 12px;
}

.blog-sidebar .blog-list ul li a i {
    margin-right: 20px;
}

.blog-sidebar .sidebar-latest-post li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #101010;
    margin: 6px 0 35px 0;
}

.blog-sidebar .sidebar-email-update input {
    width: 100%;
    height: 50px;
    border: 1px solid #e6e6e6;
    padding: 0 15px 0 20px;
    margin-bottom: 20px;
}

.blog-sidebar .sidebar-email-update button {
    width: 124px;
    height: 50px;
    font-weight: 600;
    color: #fff;
}


/*----------------------- Blog Details -----------------*/

.blog-details .single-blog-post .mark-text {
 font-family: "Open Sans", sans-serif!important;
    font-size: 18px;
    line-height: 36px;
    color: #2b2b2b;
    position: relative;
    margin: 50px 0 30px 0;
}

.blog-details .single-blog-post .mark-text:before {
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    background: #aafbe1;
    top: 6px;
    left: 0;
    z-index: -1;
}

.blog-details .single-blog-post h6 {
 font-family: "Open Sans", sans-serif!important;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    margin: 30px 0 30px 0;
}

.blog-details .tag-option {
    margin: 22px 0 150px 0;
}

.blog-details .tag-option ul li {
    display: inline-block;
    font-size: 18px;
    color: #151515;
    line-height: 35px;
    margin-top: 30px;
    font-weight: 600;
}

.blog-details .tag-option ul li a {
    font-weight: normal;
    color: #b6b5b5;
    margin-left: 15px;
    vertical-align: middle;
}

.blog-details .tag-option ul.float-left li a {
    margin: 0;
}

.blog-details .page-pagination {
    padding-top: 100px;
}


/*----------------------- Shop Page ---------------------*/

.shop-page {
    padding-bottom: 140px;
}

.shop-sidebar .search {
    height: 45px;
    position: relative;
}

.shop-sidebar .search input {
    width: 100%;
    height: 100%;
    background: #eeeeee;
    border: none;
    padding: 0 102px 0 10px;
    font-style: italic;
    font-size: 15px;
}

.shop-sidebar .search button {
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    color: #fff;
}

.shop-sidebar h4 {
 font-family: "Open Sans", sans-serif!important;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.shop-sidebar h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 2px;
}

.shop-sidebar .sidebar-shop-categories {
    margin: 60px 0;
}

.shop-sidebar .sidebar-shop-categories ul li a {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 500;
    color: #888787;
    display: block;
    margin-bottom: 15px;
}

.shop-sidebar .shop-popular-product ul li img {
    width: 100px;
}

.shop-sidebar .shop-popular-product ul li .name {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.shop-sidebar .shop-popular-product ul li .name h6 a {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 500;
    color: #242222;
    display: block;
    margin: 13px 0;
}

.shop-sidebar .shop-popular-product ul li .name strong {
    font-weight: 600;
    display: block;
    font-size: 18px;
}

.shop-sidebar .shop-popular-product ul li {
    margin-bottom: 30px;
}

.shop-product .single-product .image {
    overflow: hidden;
}

.shop-product .single-product .image img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.shop-product .single-product:hover .image img {
    -webkit-transform: scale3D(1.1, 1.1, 1);
    transform: scale3D(1.1, 1.1, 1);
}

.shop-product .single-product .info {
    border: 1px solid #f3f3f3;
    border-top: none;
    text-align: center;
    padding: 32px 0 35px 0;
    margin-bottom: 30px;
}

.shop-product .single-product .info h6 a {
    display: block;
    font-weight: 500;
}

.shop-product .single-product .info strong {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 600;
    display: block;
    color: #242222;
    font-size: 18px;
    margin: 12px 0 15px 0;
}

.shop-product .single-product .info>a {
    width: 130px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.shop-pagination {
    text-align: center;
    margin-top: 20px;
}

.shop-pagination li {
    display: inline-block;
    vertical-align: middle;
}

.shop-pagination li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin: 0 4px;
}

.shop-pagination li:last-child a {
    font-size: 12px;
    margin-left: 12px;
}

.shop-details .single-product-details img {
    width: 54%;
}

.shop-details .single-product-details .product-order-details {
    width: 46%;
    padding-left: 30px;
}

.shop-details .single-product-details .product-order-details h3 {
    font-size: 30px;
}

.shop-details .single-product-details .product-order-details .price li {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.shop-details .single-product-details .product-order-details .price li:first-child {
    font-weight: 500;
    font-size: 32px;
}

.shop-details .single-product-details .product-order-details .price li:nth-child(2) {
    font-weight: 500;
    font-size: 24px;
    color: rgba(36, 34, 34, 0.7);
    margin: 0 12px 0 30px;
}

.shop-details .single-product-details .product-order-details .price li:nth-child(3) {
    font-size: 14px;
}

.shop-details .single-product-details .product-order-details .price {
    margin: 16px 0 3px 0;
}

.shop-details .single-product-details .product-order-details .rating li {
    display: inline-block;
    margin-right: 3px;
    color: #f86227;
}

.shop-details .single-product-details .product-order-details .rating {
    margin: 20px 0 30px 0;
}

.shop-details .single-product-details .product-order-details .clearfix ul li {
    display: inline-block;
    vertical-align: middle;
}

.shop-details .single-product-details .product-order-details .clearfix ul li button {
    width: 70px;
    height: 40px;
    color: #fff;
    font-size: 18px;
}

.shop-details .single-product-details .product-order-details .clearfix ul li input {
    height: 40px;
    width: 80px;
    border: none;
    padding: 0;
    background: #eeeded;
    text-align: center;
    font-size: 18px;
    margin: 0 2px;
    font-weight: 600;
}

.shop-details .single-product-details .product-order-details .clearfix a {
    width: 130px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.shop-details .single-product-details .product-order-details .clearfix {
    margin-top: 60px;
}

.shop-details .review-tab {
    margin: 80px 0 100px 0;
}

.shop-details .review-tab .nav-tabs>li {
    margin: 0;
}

.shop-details .review-tab .nav-tabs>li>a {
    line-height: 60px;
    font-weight: 600;
    font-size: 22px;
    color: #242222;
    border: none;
    padding: 0 55px;
    background: #eaede8;
    border-radius: 0;
}

.shop-details .review-tab .nav-tabs {
    border: none;
    margin: 0 0 40px 0;
}

.shop-details .review-tab .nav-tabs>li.active>a,
.shop-details .review-tab .nav-tabs>li.active>a:hover,
.shop-details .review-tab .nav-tabs>li.active>a:focus {
    color: #fff;
    background: #28076a;
}

.shop-details .review-tab .tab-pane p {
    font-size: 18px;
    line-height: 35px;
}

.shop-details .review-tab .tab-pane h4 {
    margin-bottom: 40px;
}

.shop-details .review-tab .tab-pane ul li {
    line-height: 45px;
    font-size: 18px;
}

.shop-details .related-product h4 {
 font-family: "Open Sans", sans-serif!important;
    position: relative;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.shop-details .related-product h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 2px;
}

.shop-details .related-product .item {
    margin: 0 15px;
}


/*===================== FAQ ======================*/

.faq-page {
    padding-bottom: 120px;
}

.faq-page .faq-title h4 {
    font-size: 24px;
    font-weight: 500;
}

.faq-page .faq-title p {
    font-weight: 600;
    line-height: 36px;
    font-size: 18px;
    margin: 35px 0 65px 0;
}

.faq .faq-panel .panel-group .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    background: #f3f3f3;
}

.faq .faq-panel .panel-group .panel-heading a {
 font-family: "Open Sans", sans-serif!important;
    font-size: 16px;
    color: #171616;
    font-weight: 500;
    padding: 18px 45px 18px 30px;
    position: relative;
    display: block;
    text-transform: uppercase;
}

.faq .faq-panel .panel-group .panel-heading a:before {
    content: '';
    font-family: "Open Sans", sans-serif!important;
    font-size: 18px;
    color: #615b5b;
    position: absolute;
    right: 18px;
    top: 0;
    line-height: 52px;
}

.faq .faq-panel .panel-group .panel-heading.active-panel a:before {
    content: '';
}

.faq .faq-panel .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 40px 40px 20px 0;
}

.faq .faq-panel .panel-group .panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 17px;
}

.faq .wrapper {
    padding-left: 40px;
}


/*--------------------- Testimonial Showcase ---------------------*/

.testimonial-showcase .shadow-text {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 700;
    top: 38px;
    left: -100px;
}

.testimonial-showcase .theme-title-one {
    margin-bottom: 140px;
}

.testimonial-section .title {
    font-weight: 500;
    margin-bottom: 60px;
    text-align: center;
}

.testimonial-section {
   
    overflow: hidden;
    padding: 90px 0px;
}

.testimonial-section .testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper {
    padding: 0;
    float: none;
    width: 46%;
    margin: 0 auto;
    max-width: 100%;
}

.testimonial-section .testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .item p {
    text-align: center;
}

.testimonial-section .testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .client-info {
    margin-left: 100px;
}

.testimonial-section .testimonial-style-two .main-slider-wrapper .testimonial-text .wrapper .client-image {
    margin-left: 168px;
}

.testimonial-section .testimonial-style-two .owl-theme .owl-dots {
    right: 20%;
}

.testimonial-slider-three .single-slide-wrapper {
    padding-top: 50px;
    text-align: center;
}

.testimonial-slider-three .single-slide-wrapper .main-wrapper {
    border: 1px solid #f1f0ef;
    padding: 65px 30px 75px 30px;
    position: relative;
}

.testimonial-slider-three .single-slide-wrapper .main-wrapper h5 {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}

.testimonial-slider-three .single-slide-wrapper .main-wrapper span {
    font-weight: 500;
    color: #333;
}

.testimonial-slider-three .single-slide-wrapper .main-wrapper p {
    font-size: 14px;
    margin-top: 40px;
}

.testimonial-slider-three .single-slide-wrapper .main-wrapper .image {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.testimonial-slider-three .item {
    margin: 0 15px;
}

.testimonial-section .theme-title {
    margin-bottom: 45px;
}


/*--------------------- Team Showcase ---------------------*/

.team-showcase .shadow-text {
 font-family: "Open Sans", sans-serif!important;
    font-weight: 700;
    top: 38px;
    left: -100px;
}

.team-showcase .theme-title-one {
    margin-bottom: 140px;
}

.team-section .title {
    font-weight: 500;
    margin-bottom: 60px;
}

.team-showcase .team-section {
    margin-bottom: 140px;
}

.team-style-one .single-member .image {
    position: relative;
    overflow: hidden;
}

.team-style-one .single-member .image img,
.team-style-two .single-member .image img {
    width: 100%;
}

.team-style-one .single-member .image .round-image {
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

.team-style-one .single-member .image .tag {
 font-family: "Open Sans", sans-serif!important;
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    padding: 0 26px;
    bottom: 50px;
    right: -51px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

.team-style-one .single-member:hover .image .tag {
    opacity: 1;
}

.team-style-one .single-member .text {
    background: #f5f5f5;
    padding: 28px 20px 30px 20px;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.team-style-one .single-member .text.bg-white {
    background: #fff;
}

.team-style-one .single-member:hover .text.bg-white h5 {
    color: #fff;
}

.team-style-one .single-member:hover .text.bg-white p {
    color: rgba(255, 255, 255, 0.7);
}

.team-style-one .single-member .text h5 {
    font-weight: 500;
}

.team-style-one .single-member .text p {
    line-height: 26px;
    margin: 15px 0 15px 0;
}

.team-style-one .single-member .text ul li {
    display: inline-block;
}

.team-style-one .single-member .text ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #d1cfcf;
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.team-style-one .single-member:hover .text.bg-white ul li a {
    background: #35c75d;
}

.team-style-one .single-member .text.bg-white ul li a:hover {
    background: #fff;
}

.team-slider .item {
    margin: 0 15px;
}

.team-style-two .single-member .text {
    padding: 28px 20px 30px 20px;
    text-align: center;
    border-left-width: 1px;
    border-left-style: solid;
}

.team-style-two .single-member .text h5 {
    font-weight: 500;
}

.team-style-two .single-member .text p {
    line-height: 26px;
    margin: 28px 0 15px 0;
}

.team-style-two .single-member .text ul li {
    display: inline-block;
}

.team-style-two .single-member .text ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #f6f0f0;
    color: #6f6f6f;
    margin: 0 5px;
}

.team-style-two .single-member:hover .text h5,
.team-style-two .single-member:hover .text p,
.team-style-two .single-member:hover .text ul li a {
    color: #fff;
}

.team-style-two .single-member:hover .text ul li a {
    border-color: #fff;
}

.razorpay-payment-button.svelte-ohbfj8 {
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 10px!important;
}

.ps-timeline-sec {
    position: relative;
   
    padding: 60px 0px;
    background: #0d2339;
   
    background-image: linear-gradient(to bottom, #00387ab8, #00387ae3), url(..//images/footer-bg.jpg);
    background-size: cover;
    color: white;
}

.ps-timeline-sec .container {
    position: relative;
}

@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: #ee9a1f;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }
    .ps-timeline-sec .container ol:after {
        background: #ee9a1f;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 36px;
    }
    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #ee9a1f;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
        border-radius: 50%!important;
        border: 1px solid #fff!important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }
}

.ps-timeline-sec .container ol:before {
    background: #ee9a1f;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
}

.ps-timeline-sec .container ol:after {
    background: #ee9a1f;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
}

.ps-timeline-sec .container ol.ps-timeline {
    margin: 250px 0;
    padding: 0;
    border-top: 2px solid #ee9a1f;
    list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 25%;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    font-weight: 700;
    margin-left: -25px;
    background: #fff;
    border: 4px solid #071b77;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 43px;
    color: #48413a;
    font-size: 17px;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: #ee9a1f;
    width: 2px;
    height: 50px;
    background: #ee9a1f;
    position: absolute;
    top: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: "";
    color: #ee9a1f;
    width: 8px;
    height: 8px;
    background: #ee9a1f;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: #ee9a1f;
    width: 2px;
    height: 50px;
    background: #ee9a1f;
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: "";
    color: #ee9a1f;
    width: 8px;
    height: 8px;
    background: #ee9a1f;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 23px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
    color: #fff;
}

.ps-top h3 {
    color: #ffa423;
    font-size: 20px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
    color: #fff;
}

.ps-bot h3 {
    color: #ffa423;
    font-size: 20px;
}

.lit-head1 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}

.social-icon .fa {
    height: 40px;
    width: 40px;
    background: #7dba00;
    line-height: 40px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

.box3 p {
    padding: 10px 5px 0px 10px;
    text-align: justify;
    color: #333;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
}

.img-bx img {
    padding: 0px 100px 0px 100px
}

.main-timeline .timeline {
    padding: 50px 60px;
    position: relative;
}

.main-timeline .timeline:first-child {
    padding-top: 0;
}

.main-timeline .timeline:last-child {
    padding-bottom: 0;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline .timeline-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: #7dba00;
    box-sizing: border-box;
    border: 2px solid transparent;
    box-shadow: 0 0 0 2px transparent;
    text-align: center;
    margin: auto 0;
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -34px;
    bottom: 0;
    z-index: 2;
}

.main-timeline .timeline:first-child .timeline-icon,
.main-timeline .timeline:last-child .timeline-icon {
    box-sizing: content-box;
    margin: 0;
    top: 0;
    left: -36px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #837cb6;
}

.main-timeline .timeline:last-child .timeline-icon {
    top: auto;
    bottom: 0;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    left: auto;
    right: -34px;
}

.main-timeline .timeline:last-child:nth-child(2n) .timeline-icon {
    right: -36px;
}

.main-timeline .timeline-content {
    width: 50%;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    float: right;
    text-align: right;
}

.main-timeline .title {
    font-size: 18px;
    color: #7dba00;
    margin-top: 0;
    text-transform: uppercase;
	font-weight:700;
}

.main-timeline .description {
    font-size: 15px;
    color: #636363;
    line-height: 25px;
    margin: 0;
}

.main-timeline .border {
    width: 50%;
    border-top: 2px solid #285394;
    border-bottom: 2px solid #285394;
    border-left: 2px solid #285394;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.main-timeline .timeline:nth-child(2n) .border {
    border-left: none;
    border-right: 2px solid #837cb6;
    border-radius: 0 6px 6px 0;
    left: 50%;
}

.main-timeline .timeline:first-child .border {
    border-top: none;
}

.main-timeline .timeline:last-child .border {
    border-bottom: none;
}

@media only screen and (max-width: 990px) {
    .main-timeline .timeline {
        padding: 40px 60px;
        margin: 0 0 0 35px;
    }
    .main-timeline .timeline:nth-child(2n) {
        margin: 0 35px 0 0;
    }
    .main-timeline .timeline-content {
        width: 100%;
    }
}

.howit {
    
    background: #e5eef6;
}
.bann1{
    background-image: linear-gradient(to bottom, #ffffffba, #5d62ff7a),
    url(..//images/bg-how.jpg);
  
    background-size: cover;
    color: white;
    padding: 20px;
}
.bann2{
    background-image: linear-gradient(to bottom, #ffffffcc, #2d54c094),
    url(..//images/banner-1.jpg);
  
    background-size: cover;
    color: white;
    padding: 20px;
}
.bann3{
    background-image: linear-gradient(to bottom, #4d90feba, #3c763db8),
    url('..//images/banner-2.jpg');
  
    background-size: cover;
    color: white;
    padding: 20px;
}
.pt-lg-12 {
    padding-top: 9rem!important;
}
.in-banner{
    background: #fff!important;
    text-align: center!important;
}
.services-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.additional{
    padding: 90px 0px;
    background: #f7fafd;
}
.content-are h3{
    font-size: 20px;
    color: #a71313;
}
#feedback1 {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#contact .card{
    color: #a71f1e;
}
#contact .card:hover i,#contact .card:hover h4{
	color: #390da5;
}
#feedback1 a {
	display: block;
	background:url(pc.png) no-repeat;
	height: 52px;
	width: 155px;	
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;

}
#feedback1 a:hover {
	background:url(pc-over.png) no-repeat;
}

#feedback {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
	display: block;
	background:#a71313;
	height: 52px;
	padding-top: 10px;
	width: 155px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
#feedback a:hover {
	background:#00495d;
}
.price-box {
    margin: 0 auto;
	background: #E9E9E9;
	border-radius: 10px;
	padding: 40px 15px;
	width: 500px;
}

.ui-widget-content {
	border: 1px solid #bdc3c7;
	background: #e1e1e1;
	color: #222222;
	margin-top: 4px;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 5.2em;
	height: 2.2em;
	cursor: default;
	margin: 0 -40px auto !important;
	text-align: center;	
	line-height: 30px;
	color: #FFFFFF;
	font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
	color: #FFFFFF;
	margin: 0 3px; 
	font-size: 11px;
	opacity: 0.5;
}

.ui-corner-all {
	border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	border: 1px solid #f9f9f9;
	background: #3498db;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
	cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
	cursor: pointer;
	outline: none;
}

.price, .lead p {
	font-weight: 600;
	font-size: 32px;
	display: inline-block;
	line-height: 60px;
}

h4.great {
	background: #00ac98;
	margin: 0 0 25px -60px;
	padding: 7px 15px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	-moz-box-shadow:    2px 4px 5px 0 #ccc;
  	-webkit-box-shadow: 2px 4px 5px 0 #ccc;
  	box-shadow:         2px 4px 5px 0 #ccc;
}

.total {
	border-bottom: 1px solid #7f8c8d;
	/*display: inline;
	padding: 10px 5px;*/
	position: relative;
	padding-bottom: 20px;
}

.total:before {
	content: "";
	display: inline;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 3px;
	background: #7f8c8d;
	opacity: 0.5;
}

.price-slider {
	margin-bottom: 70px;
}

.price-slider span {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 13px;
}

.form-pricing {
	background: #ffffff;
	padding: 20px;
	border-radius: 4px;
}

.price-form {
	background: #ffffff;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	/*-moz-box-shadow:    0 5px 5px 0 #ccc;
  	-webkit-box-shadow: 0 5px 5px 0 #ccc;
  	box-shadow:         0 5px 5px 0 #ccc;*/
}

.form-group {
	margin-bottom: 0;
}

.form-group span.price {
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 14px;
}

.help-text {
	display: block;
	margin-top: 32px;
	margin-bottom: 10px;
	color: #737373;
	position: absolute;
	/*margin-left: 20px;*/
	font-weight: 200;
	text-align: right;
	width: 188px;
}

.price-form label {
	font-weight: 200;
	font-size: 21px;
}

img.payment {
	display: block;
    margin-left: auto;
    margin-right: auto
}

.ui-slider-range-min {
	background: #2980b9;
}

/* HR */

hr.style {
	margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
.right-sidebox {
    background: #00387ab8;
    padding: 25px;
    border-radius: 20px;
    border: 3px solid #a71313;
}
.range-slider{
	height: 50px;
	background-color: #a71313;
	border-radius: 5px;
	color: #fff;
	max-width: 500px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.range-slider + .range-slider{
	margin-top: 60px;
}
.range-slider:before,
.range-slider:after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	font-weight: 600;
	color: #fff;
}
.range-slider:before{
	content: attr(data-start);
	left: 20px;
}
.range-slider:after{
	content: attr(data-end);
	right: 20px;
}
.range-number{
	position: absolute;
	left: 5px;
	top: 0;
	background-color: #a71313;
	padding: 5px;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transform: translateY(0%);
	user-select: none;
	transition: transform 0.25s cubic-bezier(.02,1.02,.27,1.15);
	z-index: 2;
}
.range-number span{
	font-size: 14px;
	line-height: 40px;
	display: block;
	height: 40px;
	width: 40px;
	color: #1d1d1d;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	border-radius: 100%;
	background-color: #fff;
	position: relative;
}
.range-number:before{
	content: '';
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 10px;
	background: #a71313;
	background: linear-gradient(135deg, transparent 10px, #a71313 0) top left, linear-gradient(225deg, transparent 10px, #a71313 0) top right;
	background-image: radial-gradient(circle at 0 0, transparent 10px, #a71313 11px), radial-gradient(circle at 100% 0, transparent 10px, #a71313 11px);
	background-size: 51% 10px;
	background-repeat: no-repeat;
	transition: all 0.25s cubic-bezier(.02,1.02,.27,1.15);
}
.range-slider.tap .range-number{
	transform: translateY(-100%);
}
.range-slider.tap .range-number:before{
	bottom: -1px;
	left: -4px;
	width: calc(100% + 8px);
}

.title h1{
	font-family: 'Arima Madurai';
	font-size: 20px;
	font-weight: 700;
	color: #fff;
    
	text-align: center;
	font-weight: 700;
}
.para{
    
    color: #fff;
    margin: 0px!important;
}
.para1{
    padding-top: 8px;
    color: #fff;
    margin: 0px!important;
}
.cont-box{
    margin-bottom: 70px!important;
}
#mega-menu-wrapper .nav>li>a {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000!important;
    background: transparent;
    padding: 0 0 10px 0!important;
    margin: 19px 15px!important;
}
.pricing-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(158, 166, 186, 0.2);
    padding-bottom: 15px;
}
.pricing-area .pricing-item .pricing-list {
    padding-bottom: 33px;
}
.pricing-content-wrap{
    margin-top: 30px;
}