.btn,
.img-cert {
    display: inline-block;
}
.btn-open,
.link-list a,
.prev-next-block a {
    font-weight: 700;
}
.content_banner h2 {
    padding-left: 40px;
}
ul.tecc li {
    margin-bottom: 20px;
}
.overview-content ol {
    padding-left: 20px;
}
.cpy p {
    text-align: center;
    color: #fff;
}

.section-premium {
         font-family: Roboto, sans-serif;
         padding: 80px 20px;
         background: linear-gradient(to right, #f6f9fc, #ffffff);
         }
         .container-premium {
         max-width: 1180px;
         margin: auto;
         display: flex;
         flex-direction: column;
         gap: 80px;
         }
         /*.premium-block {*/
         /*background: #ffffff;*/
         /*border-radius: 16px;*/
         /*box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);*/
         /*padding: 50px;*/
         /*border-left: 6px solid #005bac;*/
         /*transition: transform 0.3s ease;*/
         /*}*/
         
         h3.widget-title {
    margin-bottom: 12px;
}
         
         .premium-block {
             background: #ffffff;
    /* border-radius: 16px; */
    box-shadow: 0 0px 10px 5px rgb(0 0 0 / 31%);
    padding: 50px;
    /* border-left: 6px solid #005bac; */
    transition: transform 0.3s ease;
         }
         
         
         .premium-block:hover {
         transform: translateY(-5px);
         }
         .premium-title {
         font-size: 25px;
         font-weight: 700;
         color: #003366;
         text-transform: none;
         margin-bottom: 25px;
         /*border-bottom: 2px solid #e0e0e0;*/
         /*padding-bottom: 15px;*/
         }
         .premium-intro {
         font-size: 17px;
         color: #333333;
         line-height: 1.7;
         margin-bottom: 35px;
         }
         .premium-benefits {
         display: flex;
         flex-direction: column;
         gap: 20px;
         }
         .premium-item {
         background: #f0f6ff;
         border-left: 5px solid #0073e6;
         padding: 18px 25px;
         border-radius: 10px;
         color: #222;
         font-size: 16px;
         line-height: 1.6;
         }
         @media (min-width: 768px) {
         .premium-benefits {
         grid-template-columns: 1fr 1fr;
         display: grid;
         gap: 25px;
         }
         }
         @media (min-width: 1024px) {
         .premium-title {
         font-size: 25px;
         }
         .premium-intro {
         font-size: 18px;
         }
         .premium-item {
         font-size: 18px;
         }
         }
         
         
.abt_home {
    font-size:22px;
}
.vd_sss .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.vd_sss {
  max-width: 1200px; /* You can adjust to 1140px, 1000px, etc. */
  margin: 0 auto;
  width: 100%;
}
.benefit-video {
    display: none;
}
/* Content (Text) Column */
.content_banner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}

/* Video Column */
.vid_banner {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*padding: 40px;*/
  box-sizing: border-box;
  overflow: hidden;
}

/* Responsive Video */
.vid_banner video {
  width: 100%;
  max-width: 600px; /* Controls how large the video gets on big screens */
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* Section height control */
.banner_top {
  min-height: 330px;
  width: 100%;
  box-sizing: border-box;
}

/* Mobile & Tablet Responsive Stack */
@media (max-width: 991px) {
  .vd_sss .row {
    flex-direction: column;
  }

  .content_banner, .vid_banner {
    padding: 20px;
    justify-content: center;
    text-align: center;
  }

  .content_banner h2 {
    text-align: center !important;
  }

  .vid_banner video {
    max-width: 100%;
  }
}

.mbv-differentiator-section {
         background: linear-gradient(to right, #f6f9fc, #ffffff);
         color: #ffffff;
         padding-bottom: 60px;
         padding-top: 0px;
         padding-right: 20px;
         padding-left: 20px;
         }
         .mbv-differentiator-section .container {
         background: #ffffff;
         border-radius: 16px;
         box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
         padding: 50px;
         border-left: 6px solid #005bac;
         transition: transform 0.3s ease;
         }
         .mbv-differentiator-section h2 {
         font-size: 25px;
         font-weight: 700;
         color: #003366;
         text-transform: none;
         margin-bottom: 25px;
         border-bottom: 2px solid #e0e0e0;
         padding-bottom: 15px;
         }
         .mbv-differentiator-section p {
         font-size: 1.1rem;
         line-height: 1.8;
         margin-bottom: 20px;
         }
         .mbv-differentiator-section ul {
         list-style: none;
         padding-left: 0;
         margin: 0;
         }
         .mbv-differentiator-section ul li {
         background-color: #f0f6ff;
         padding: 20px;
         margin-bottom: 15px;
         border-left: 5px solid #0073e6;
         border-radius: 10px;
         transition: background 0.3s ease;
         color: #333333;
         }
         .mbv-differentiator-section ul li:hover {
         background-color: rgba(255, 255, 255, 0.1);
         }
         section.mbv-differentiator-section p {
         color: #333333;
         font-size: 19px;
         }
         
         
.white_box a,
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
.btn-open,
.prev-next-block a,
.top-bar .quick-contact li span.btn {
    font-family: Roboto, sans-serif;
}
.btn,
.btn-open,
.pagination-block ul li:first-child a,
.pagination-block ul li:last-child a,
.prev-next-block ul li:first-child a,
.prev-next-block ul li:last-child a,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}
.btn-circle,
.btn-container,
.faq-page-01 .block-title,
.horizontal-callback,
.pagination-block ul,
.prev-next-block ul,
.shortcode-tables .block-title,
.side_bl,
.social-icons .icon-box,
.tab-02 .nav-center,
.tab-02 .nav-wrapper,
.tab-03 .nav-center,
.tab-03 .nav-wrapper,
.tab-04 .nav-center,
.tab-04 .nav-wrapper,
.tab-05 .nav-center,
.tab-05 .nav-wrapper,
.team-section-03 .member-info,
.title-block,
.widget-author .content-wrapper.centered {
    text-align: center;
}
div#mainText {
    margin-bottom: 20px;
}
.navbar-02 a,
p.f_tx,
p.f_tx a {
    color: #fff;
    font-size: 14px;
}
.content_banner {
    margin-top: 20px;
    padding: 30px 0;
}
.progress-02.radial .progress,
.progress-02.radial .progress-bar,
.vid_banner video {
    border-radius: 10px;
}
.content_banner h1 {
    color: #fff;
    text-align: left;
}
ul.bread-crumb.b_lf {
    text-align: left !important;
    margin: 10px 0;
    padding-left: 40px;
}
.member-details .skills,
.portfolio-page .pagination-block.small-top,
.vid_banner {
    margin-top: 30px;
}
.alert-main .close,
.alert-secondery .close,
.blog-section .post-overlay .post-content h3 a,
.blog-section .post-overlay .post-meta,
.blog-section .post-overlay .post-meta a,
.blog-section .post-overlay .post-meta li,
.blog-single-06 .page-title-banner .post-meta li a,
.callback-section h2,
.callback-section p,
.contact-banner h2,
.contact-banner p,
.corporex-slider .item.dark-overlay .carousel-caption .lead,
.corporex-slider .item.dark-overlay .carousel-caption h1,
.corporex-slider .item.gradient-left-dark .carousel-caption .lead,
.corporex-slider .item.gradient-left-dark .carousel-caption h1,
.corporex-slider .item.gradient-right-dark .carousel-caption .lead,
.corporex-slider .item.gradient-right-dark .carousel-caption h1,
.cta-bar h2,
.cta-bar p,
.dark-t h2,
.dark-t p,
.dark-t ul,
.darkbg .block-title,
.darkbg .section-title,
.featured-links .content-wrapper h3 a,
.fun-facts-section .content-block h2,
.fun-facts-section .content-block p,
.hover-text a,
.navbar-02 .header-social a:hover,
.page-title-banner,
.page-title-banner .bread-crumb a,
.page-title-banner .content-wrapper h1,
.portfolio-section .portfolio-details h3 a,
.price-table-01 .pricing-wrapper:hover h3,
.price-table-01 .pricing-wrapper:hover p,
.price-table-01 .pricing-wrapper:hover ul,
.price-table-02 .pricing-wrapper:hover h3,
.price-table-02 .pricing-wrapper:hover p,
.price-table-02 .pricing-wrapper:hover ul,
.recent-post-widget h5,
.recent-post-widget p,
.site-footer .footer-social,
.site-footer .footer-social a,
.site-footer .recent-post-widget h5 a,
.split-content .text-block h2,
.split-content .text-block p,
.split-section .top-layer p,
.tab-05 .has-icon li.active i,
.testimonial-style-02 blockquote,
.testimonial-style-02 h4,
.title-block.white,
.title-block.white h2,
.title-block.white p,
.top-bar,
.top-bar a,
.tweet-section .slick-dots li button:before,
.widget-banner .widget-title,
.widget-image-slider .slick-dots li button:before,
.widget-social-links ul a:hover {
    color: #fff;
}
li.active_s a {
    background: #f57e20 !important;
    color: #fff !important;
}
#moreText {
    display: none;
}
#readLessBtn,
#readMoreBtn {
    cursor: pointer;
    color: #fff;
    background-color: #f57e20;
    width: 100px;
    text-align: center;
    padding: 9px;
    border-radius: 10px;
}
.content-wrapper p {
    text-align: justify;
}
.img_blog {
    margin-bottom: 40px;
}
section.para-c {
    background-color: #f5f5f5;
    padding: 30px 0;
}
section.para-c h1 {
    font-size: 30px;
    text-transform: capitalize;
    text-align: center !important;
    padding-bottom: 20px;
}
ul.n-li i {
    font-size: 22px;
}
ul.n-li li {
    padding-bottom: 15px;
    font-size: 18px;
}
ul.n-li {
    /*padding-left: 25px;*/
}
.c-box {
    margin: 20px;
    background-color: #ffe7d5;
    height: 300px;
    padding: 30px;
    border-radius: 20px;
}
.frm-n {
    background-color: #f2f2f2;
    padding: 40px 0;
}
.img-cert img {
    margin: 10px auto;
    width: 50%;
}
.img-cert {
    position: relative;
}
.hover-text {
    position: absolute;
    bottom: 10px;
    left: 30%;
    transform: translateX(-50%);
    background-color: rgb(0 0 0 / 84%);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.btn-circle,
.btn-main,
.btn-narrow {
    background: #f57e20;
}
.blog-style-02 .post-wrapper:hover .gradient-black:after,
.img-cert:hover .hover-text,
.portfolio-section .portfolio-item:hover .portfolio-details,
.service-section .row > div:hover .hover-content,
.team-section .row > div:hover .member-info .social-links {
    opacity: 1;
}
.commentlist,
ul {
    list-style: none;
}
.no-pad > div {
    padding: 0 !important;
}
.accordion-style-02 .panel-heading a,
.accordion-style-02.has-bar,
.blog-section .row > div,
.comments-style-02 .comment,
.contact-banner .container,
.cta-bar .container,
.divider.has-circle,
.divider.has-icon,
.gradient-black,
.navbar-01 .dropdown-menu li,
.portfolio-section .portfolio-container,
.portfolio-style-02 .item-wrapper,
.progress-04 .progress-wrapper,
.split-section,
.split-section .bottom-layer,
.split-section .top-layer,
.tab-01 .has-border li a,
.tab-01.horizontal-tab .has-border li a,
.team-section .row > div,
.timeline-wrapper,
.widget-search form {
    position: relative;
}
.gradient-black:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.65) 100%);
}
.title-block {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.title-block h2 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 24px;
}
.title-block p {
    font-size: 18px;
    color: #999;
    line-height: 30px;
}
.about-06 .row:first-child,
.blog-post-02 .post-split,
.blog-post-03 .post-split,
.blog-post-06 .post-split,
.btn-container,
.corporex-slider .carousel-caption p,
.faq-page-01 .faq-group,
.related-project-block .row > div,
.section-block .row > div,
.service-details .overview,
.timeline-wrapper .timeline-item,
.widget {
    margin-bottom: 48px;
}
.btn {
    font-size: 14px;
    border-radius: 0;
}
.btn:active,
.btn:focus,
.btn:hover,
.team-carousel-section .item:active,
.team-carousel-section .item:focus,
.testimonial-section .testimonial-item:active,
.testimonial-section .testimonial-item:focus,
.testimonial-style-02 .testimonial-item:focus,
.tweet-section .item:active,
.tweet-section .item:focus,
.widget-content-slider .item:active,
.widget-content-slider .item:focus,
.widget-testimonial .testimonial-wrapper .item:active,
.widget-testimonial .testimonial-wrapper .item:focus {
    outline: 0;
}
.btn-main {
    color: #fff;
    padding: 12px 24px;
    letter-spacing: 1px;
    transition: 0.3s;
}
.btn-main:focus,
.btn-main:hover,
.btn-narrow:hover {
    background: #ff2501;
    color: #fff;
}
.btn-ghost {
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 24px;
}
.btn-narrow {
    color: #fff;
    padding: 8px 18px;
    transition: 0.3s;
}
.btn-large {
    padding: 15px 48px;
    letter-spacing: 1px;
    font-size: 16px;
}
.btn-open {
    color: #f57e20;
}
.btn-circle {
    width: 42px;
    height: 42px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s;
    border: 2px solid #f57e20;
}
.btn-circle:hover {
    color: #f57e20;
    background: 0 0;
}
.alert-secondery-border,
.ghost-main {
    border-color: #f57e20;
    color: #f57e20;
}
.btn-dark:hover,
.ghost-main:hover,
.widget-download ul a:hover,
.widget-service ul a:hover,
.widget-service ul li.active a,
.widget-team ul a:hover,
.widget-team ul li.active a {
    background: #f57e20;
    color: #fff;
}
.ghost-narrow {
    padding: 8px 18px;
}
.btn-rounded {
    border-radius: 4px;
}
.btn-radial,
.corporex-accordion.radial .panel-heading {
    border-radius: 50px;
}
.form-control,
.horizontal-callback .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 42px;
}
.btn-dark,
.ghost-dark:hover {
    background: #222;
    color: #fff;
}
.ghost-dark {
    border-color: #222;
    color: #222;
}
.btn-light,
.ghost-light:hover {
    background: #fff;
    color: #222;
}
.btn-light:hover,
.navbar-02 .navbar-collapse,
.navbar-02 .navbar-nav,
.navbar-02 .open > a,
.navbar-02 .open > a:focus,
.price-table-01 .pricing-wrapper:hover .price-tag,
.price-table-02 .pricing-wrapper:hover .price-tag,
.tab-01 .has-border li.active a:before,
.tab-01.horizontal-tab .has-border li.active a:before {
    background: #f57e20;
}
.ghost-light {
    border-color: #fff;
    color: #fff;
}
.social-links .facebook-link {
    background: #3b5998;
}
.social-links .twitter-link {
    background: #1da1f2;
}
.social-links .google-plus-link {
    background: #dd4b39;
}
.social-links .linkedin-link {
    background: #0077b5;
}
.blog-style-03 .image-wrapper,
.blog-style-03 p,
.comments-style-02 .comment-meta,
.img-list li,
.intro-section p,
.member-details-02 .member-info,
.portfolio-details-section .portfolio-title,
.recent-post-widget li,
.service-section p,
.single-post .short-bio-03 p,
.single-post-02 .entry-title,
.widget-author .author-title,
.widget-content-slider .image-center img,
.widget-tabs .image-center img,
.widget-tweets ul li {
    margin-bottom: 18px;
}
.blog-section .post-wrapper:last-of-type,
.blog-single-06 .page-title-banner .post-meta,
.comments-style-02 .commentlist > li:last-child,
.corporex-navbar,
.intro-05 .intro-content h3 + p,
.navbar-01,
.navbar-02 .header-social,
.portfolio-details-section .portfolio-meta ul,
.portfolio-style-02 .portfolio-container > div,
.recent-post-widget li:last-child,
.service-tab .tab-pane .row > div,
.single-post-04 .prev-next-02 ul,
.single-post-04 .prev-next-02 ul h5,
.timeline-02 .timeline-item,
.timeline-03 .timeline-item,
.timeline-04 .timeline-item {
    margin-bottom: 0;
}
.recent-post-widget .image-wrapper {
    width: 60px;
    margin-right: 18px;
    float: left;
}
.recent-post-widget .content-wrapper {
    width: calc(100% - 78px);
    float: left;
}
.recent-post-widget h5 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
}
.recent-post-widget p {
    font-size: 13px;
    color: #fff;
}
.horizontal-callback .item-wrapper {
    background: #233295;
    padding: 30px 36px;
}
.horizontal-callback h2 {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}
.horizontal-callback p {
    color: #fff;
    margin-bottom: 24px;
}
.corporex-table-01 > thead > tr > th,
.corporex-table-02 > thead > tr > th,
.corporex-table-03 > thead > tr > th,
.corporex-table-04 > thead > tr > th,
.corporex-table-05 > thead > tr > th,
.horizontal-callback .form-control,
.navbar-02,
.service-tab .tabs-left,
.single-post-05 .comment-respond .form-control,
.tab-02 .nav-tabs > li a {
    border: none;
}
.pagination-block ul a:hover,
.pagination-block ul li.active a,
.prev-next-block ul a:hover,
.prev-next-block ul li.active a,
.text-block .btn-ghost:hover,
.widget-tags ul a:hover {
    background: #f57e20;
    color: #fff;
    border-color: #f57e20;
}
.text-block h2 span {
    display: block;
    font-size: 18px;
    line-height: 26px;
}
.img-list h4,
.img-list p,
.member-details-03 .corporex-accordion .sub-title,
.post-grid .btn-open,
.service-section .btn-open,
.timeline-01 .timeline-date h5,
.timeline-02 .timeline-date h5,
.timeline-03 .timeline-date h5,
.timeline-04 .timeline-date h5,
.widget-tweets .tweet-wrapper span {
    font-size: 14px;
}
.accordion-section .corporex-accordion,
.pagination-block,
.prev-next-block {
    margin-top: 60px;
    margin-bottom: 48px;
}
.navbar-01 .navbar-brand img,
.page-title-banner .bread-crumb li,
.pagination-block ul li,
.portfolio-section .portfolio-category,
.prev-next-block ul li,
.single-post .post-bottom ul,
.single-post .post-bottom ul li,
.social-icons li,
.tab-02 .top-icon,
.tab-03 .top-icon,
.tab-04 .top-icon,
.tab-05 .top-icon,
.team-section .member-info .social-links li {
    display: inline-block;
}
.pagination-block ul a,
.prev-next-block ul a {
    color: #666;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 8px 15px;
    transition: 0.3s;
}
.blog-section .post-content h3 a,
.blog-section .post-standard .entry-title a,
.corporex-slider .item.caption-left .carousel-caption .lead,
.corporex-slider .item.caption-right .carousel-caption .lead,
.img-list h4 a,
.intro-section h3 a,
.prev-next-block ul li a,
.service-section h3 a,
.widget-content-slider .content-wrapper h3 a,
.widget-content-slider .content-wrapper h4 a,
.widget-tabs .content-wrapper h3 a,
.widget-tabs .content-wrapper h4 a {
    color: #222;
}
.custom-list li:before,
.link-list li:before {
    font-family: FontAwesome;
    display: inline-block;
}
.portfolio-section .portfolio-item,
.prev-next-block ul,
.single-post .prev-next-02 ul {
    overflow: hidden;
}
.comment .comment-author,
.intro-07 .feature-set .icon-box,
.prev-next-block ul li:first-child,
.widget-tweets .twitter-icon {
    float: left;
}
.prev-next-block ul li:first-child i {
    margin-right: 4px;
}
.prev-next-block ul li:last-child,
.split-content .block-01 .progress-bar span {
    float: right;
}
.prev-next-block ul li:last-child i {
    margin-left: 4px;
}
.page-content,
.section-block {
    padding-top: 96px;
    padding-bottom: 48px;
}
.img-list img {
    width: 72px;
    float: left;
}
.img-list h4 {
    line-height: 21px;
}
.img-list .content-wrapper {
    margin-left: 90px;
}
.accordion-style-04.radial .acc-box,
.dropcap.rounded,
.img-list.circle-img img,
.member-details .member-info .icon-box,
.member-details-02 .social-icons a,
.single-post .social-share a,
.team-section-03 .img-wrapper img,
.testimonial-style-03 .testimonial-item .image-wrapper,
.testimonial-style-03 .testimonial-item img {
    border-radius: 50%;
}
.link-list li {
    margin-bottom: 8px;
    padding-left: 18px;
}
.custom-list li,
p {
    margin-bottom: 18px;
}
.link-list li:before {
    content: "\f105";
    width: 18px;
    margin-left: -18px;
    font-size: 14px;
    color: #666;
}
.link-list a {
    color: #222;
    display: inline-block;
}
.link-list a span {
    font-size: 85%;
    font-weight: 400;
    color: #8c8c8c;
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
}
.custom-list li {
    padding-left: 30px;
    color: #333333;
    font-size: 18px;
}
.custom-list li:before {
    width: 27px;
    margin-left: -30px;
    font-size: 14px;
}
.custom-list-01 li:before {
    content: "\f00c";
    color: #4a5cd4;
}
.social-icons .icon-box {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #233295;
    line-height: 36px;
}
.social-icons li.facebook-link .icon-box {
    background: #3b5998;
    color: #fff;
}
.social-icons li.facebook-link a,
.widget-author .sociallinks .facebook-link a {
    color: #3b5998;
}
.social-icons li.twitter-link .icon-box {
    background: #1da1f2;
    color: #fff;
}
.social-icons li.twitter-link a,
.widget-author .sociallinks .twitter-link a {
    color: #1da1f2;
}
.social-icons li.google-plus-link .icon-box {
    background: #dd4b39;
    color: #fff;
}
.social-icons li.google-plus-link a,
.widget-author .sociallinks .google-plus-link a {
    color: #dd4b39;
}
.social-icons li.linkedin-link .icon-box {
    background: #0077b5;
    color: #fff;
}
.social-icons li.linkedin-link a,
.widget-author .sociallinks .linkedin-link a {
    color: #0077b5;
}
.anim-progress .progress-bar {
    transition: 2s;
}
.intro-03 .item-wrapper,
.service-section .img-wrapper img,
.widget a,
a {
    transition: 0.3s;
}
.anim-progress.progress-01 .progress-bar span {
    opacity: 0;
    transition: 3s;
}
.spinner {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 100px auto;
    -webkit-animation: 1.2s ease-in-out infinite sk-rotateplane;
    animation: 1.2s ease-in-out infinite sk-rotateplane;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.corporex-preloader {
    background: #f57e20;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
.corporex-preloader .spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
}
.corporex-preloader .spinner-wrapper .spinner {
    margin: 0;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    color: #222;
    font-weight: 700;
    margin-top: 0;
}
.alert-secondery-border .close,
.contact-form-block .form-message p.error,
.intro-section h3 a:hover,
.navbar-01 .navbar-items li.active > a,
.portfolio-section .portfolio-category .mixitup-control-active,
.single-post .prev-next-02 ul li a:hover,
.widget a:hover,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #f57e20;
}
.h1-extra {
    font-size: 45px;
    line-height: 45px;
    text-transform: capitalize;
}
.carousel-caption {
    background-color: #ffffffe6;
    padding: 20px;
    border-radius: 10px;
}
.h1,
h1 {
    font-size: 48px;
    line-height: 60px;
}
.h2,
h2 {
    font-size: 36px;
    line-height: 48px;
}
.h3,
h3 {
    font-size: 24px;
    line-height: 36px;
}
.h4,
h4 {
    font-size: 21px;
    line-height: 33px;
}
.features-02 h3,
.h5,
h5 {
    font-size: 18px;
    line-height: 30px;
}
.h6,
body,
h6,
p {
    font-size: 16px;
}
.h6,
h6,
p {
    line-height: 28px;
}
p {
    color: #333333;
    font-size: 18px;
}
.intr_p p {
    text-align: justify;
}
p.lead {
    
    font-size: 21px;
    line-height: 30px;
    color: #999;
}
.blog-style-04 .post-wrapper,
.callback-section .form-group,
.intro-05 .horizontal-callback p,
.member-details-02 .member-image,
.portfolio-details-04 .top-image,
.related-project-block .block-title,
.service-details .service-f-image,
.shortcode-popover h2,
.single-post-02 .post-standard .image-wrapper,
.split-content .block-01 .text-block,
.team-page-02 .team-section .row > div,
p:last-of-type {
    margin-bottom: 30px;
}

.features-section h2 {
    font-size: 30px;
    font-weight: 700;
    color: #e4821f;
    text-transform: none;
    margin-bottom: 25px;
    /*border-bottom: 2px solid #e0e0e0;*/
    padding-bottom: 15px;
}
.faq-page-02 .clearfix,
.member-details-03 .member-content,
.portfolio-page .no-pad .portfolio-item,
.shortcode-section .clearfix,
p:last-child {
    margin-bottom: 0 !important;
}
body {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}
.corporex-navbar a,
.portfolio-section .portfolio-category li {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
}
a {
    color: #2d40be;
}
a:focus {
    outline: 0;
    outline-offset: 0;
}
.commentlist,
ul {
        padding-left: 0;
    font-size: 18px;
    line-height: 30px;
}

.welcome li {
    font-size: 18px;
    color: #333333;
}
.top-bar {
    background: #f57e20;
    padding: 15px 0;
}
.price-table-02 .pricing-wrapper,
.single-post .short-bio-02 .content-wrapper,
.top-bar ul {
    margin: 0;
}
.top-bar ul li {
    margin-right: 12px;
    padding: 0;
}
.top-bar ul li:after {
    content: "";
    display: inline-block;
    margin-left: 16px;
    width: 1px;
    height: 12px;
    background: #fff;
    vertical-align: middle;
}
.blog-section .post-meta li:last-child:after,
.page-title-banner .bread-crumb li:last-child:after,
.single-post .tag-list li:last-child:after,
.testimonial-style-03:after,
.top-bar .top-bar-social li:after,
.top-bar ul li:last-child:after {
    content: none;
}
.blog-single-06 .page-title-banner .post-meta li:last-child,
.corporex-navbar .megamenu li,
.navbar-01 .navbar-items li:last-child,
.navbar-02 .header-social li:last-child,
.single-post .short-bio .content-wrapper .author-social li:last-child,
.team-carousel-section .item .social-links li:last-child,
.team-section-02 .social-links li:last-child,
.team-section-03 .social-links li:last-child,
.top-bar .top-bar-social li:last-child,
.top-bar ul li:last-child,
.widget-social-links ul li:last-child {
    margin-right: 0;
}
.blog-section .post-standard .post-meta i,
.top-bar .top-bar-social li,
.top-bar a i {
    margin-right: 6px;
}
.top-bar .top-bar-social,
.widget-tweets .tweet-wrapper {
    margin-left: 36px;
}
.corporex-navbar,
.price-table-01 .pricing-wrapper ul li:last-child,
.price-table-02 .pricing-wrapper ul li:last-child,
.single-post-03 .short-bio,
.single-post-04 .short-bio {
    border-bottom: 0;
}
.corporex-navbar .menu-large {
    position: static !important;
}
.corporex-navbar .megamenu {
    padding: 20px 12px;
}
.navbar-01 {
    border: none;
    padding-top: 36px;
    padding-bottom: 36px;
    background: linear-gradient(0deg, #2a3485, #2a3485 20%);
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #2a3485;
}
.navbar-01 .navbar-brand {
    padding: 0 0 0 15px;
}
.fun-facts-02 h3,
.navbar-01 .navbar-toggle {
    color: #fff;
    font-size: 18px;
}
.navbar-01 .navbar-items li {
    margin-right: 30px;
}
.navbar-01 .navbar-items li a {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    font-size: 14px;
}
.navbar-01 .navbar-items li a:after {
    content: "";
    width: 0;
    height: 2px;
    transition: 0.2s;
    background: #f57e20;
    position: absolute;
    left: 0;
    top: 3px;
}
.about-02,
.about-03,
.about-05,
.about-06,
.corporex-slider .carousel-control,
.navbar-01 .nav .open > a,
.navbar-01 .nav .open > a:focus,
.navbar-01 .nav .open > a:hover,
.navbar-01 .nav > li > a:focus,
.navbar-01 .nav > li > a:hover,
.navbar-01 .navbar-items li a:hover,
.tab-02 .nav-tabs > li a:hover {
    background: 0 0;
}
.divider-half,
.navbar-01 .navbar-items li a:hover:after {
    width: 50%;
}
.navbar-01 .navbar-nav > li > a:after {
    top: 12px;
}
.accordion-style-02 .panel-heading.active a:after,
.navbar-01 .navbar-nav > li.active > a {
    border-color: #f57e20;
}
.navbar-01 .dropdown .fa-caret-down {
    margin-left: 5px;
}
.navbar-01 .dropdown-menu li a:hover {
    padding-left: 24px;
}
.navbar-01 .dropdown-menu li a:hover:after {
    width: 0 !important;
}
.navbar-01 .megamenu li {
    margin-right: 0 !important;
}
.navbar-02 .navbar-header {
    float: none;
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-02 .navbar-brand {
    height: auto;
    padding: 0;
}
.accordion-style-02 .panel-body,
.navbar-02 .navbar-nav > li > a {
    padding-left: 24px;
    padding-right: 24px;
}
.navbar-02 .navbar-nav > li.active > a,
.navbar-02 .navbar-nav > li > a:hover {
    background: #e62100;
}
.navbar-02 .header-social li {
    display: inline-block;
    margin-right: 3px;
    padding: 0;
    margin-bottom: 0;
}
.navbar-02 .header-social li.facebook-link a,
.widget-social-links ul li.facebook-link a {
    background: #3b5998;
    border-color: #3b5998;
}
.navbar-02 .header-social li.facebook-link a:hover,
.widget-social-links ul li.facebook-link a:hover {
    background: 0 0;
    border-color: #3b5998;
    color: #3b5998;
}
.navbar-02 .header-social li.twitter-link a,
.widget-social-links ul li.twitter-link a {
    background: #1da1f2;
    border-color: #1da1f2;
}
.navbar-02 .header-social li.twitter-link a:hover,
.widget-social-links ul li.twitter-link a:hover {
    background: 0 0;
    border-color: #1da1f2;
    color: #1da1f2;
}
.navbar-02 .header-social li.google-plus-link a,
.widget-social-links ul li.google-plus-link a {
    background: #dd4b39;
    border-color: #dd4b39;
}
.navbar-02 .header-social li.google-plus-link a:hover,
.widget-social-links ul li.google-plus-link a:hover {
    background: 0 0;
    border-color: #dd4b39;
    color: #dd4b39;
}
.navbar-02 .header-social li.youtube-link a,
.widget-social-links ul li.youtube-link a {
    background: red;
    border-color: red;
}
.navbar-02 .header-social li.youtube-link a:hover,
.widget-social-links ul li.youtube-link a:hover {
    background: 0 0;
    border-color: red;
    color: red;
}
.navbar-02 .header-social li.linkedin-link a,
.widget-social-links ul li.linkedin-link a {
    background: #0077b5;
    border-color: #0077b5;
}
.navbar-02 .header-social li.linkedin-link a:hover,
.widget-social-links ul li.linkedin-link a:hover {
    background: 0 0;
    border-color: #0077b5;
    color: #0077b5;
}
.navbar-02 .header-social a {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    border: 2px solid #233295;
    border-radius: 50%;
}
.corporex-slider .container {
    position: relative;
    height: 100%;
}
.corporex-slider .item {
    height: 720px;
    background: center/cover #f5f5f5;
}
.corporex-slider .item.caption-left .carousel-caption {
    left: 15px;
    right: auto;
    width: 60%;
    text-align: left;
    bottom: 50%;
    transform: translateY(50%);
}
.corporex-slider .item.caption-right .carousel-caption {
    left: auto;
    right: 15px;
    width: 50%;
    text-align: right;
    bottom: 50%;
    transform: translateY(50%);
}
.corporex-slider .item.dark-overlay:after,
.corporex-slider .item.gradient-left-dark:after,
.corporex-slider .item.gradient-left-light:after,
.corporex-slider .item.gradient-right-dark:after,
.corporex-slider .item.gradient-right-light:after,
.corporex-slider .item.light-overlay:after,
.page-title-banner:after {
    content: "";
    top: 0;
    left: 0;
}
.corporex-slider .item.caption-center .carousel-caption {
    width: 60%;
    bottom: 50%;
    transform: translateY(50%);
}
.corporex-slider .item.gradient-right-dark:after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #000 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #000));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #000 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #000 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #000 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #000 100%);
}
.corporex-slider .item.gradient-right-light:after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.corporex-slider .item.gradient-left-dark:after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #000;
    background: -moz-linear-gradient(left, #000 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #000), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #000 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #000 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, #000 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #000 0, rgba(255, 255, 255, 0) 100%);
}
.corporex-slider .item.gradient-left-light:after {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.corporex-slider .item.dark-overlay:after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.corporex-slider .item.light-overlay:after {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}
.corporex-slider .carousel-caption {
    text-shadow: none;
}
.about-section h2,
.blog-post-02 .post-split .entry-content,
.blog-post-03 .post-split .entry-content,
.blog-post-06 .post-split .entry-content,
.blog-section .post-standard .image-wrapper,
.corporex-slider .carousel-caption h1,
.features-section h2,
.intro-02 .img-wrapper,
.intro-04 .icon-box,
.portfolio-details-04 .portfolio-title {
    margin-bottom: 24px;
}
.corporex-slider .carousel-caption h1 span {
    font-size: 30px;
    display: block;
    line-height: 42px;
}
.corporex-slider .carousel-control.left .glyphicon {
    margin-left: -60px;
}
.corporex-slider .carousel-control.right .glyphicon {
    margin-right: -60px;
}
.page-title-banner {
    /*background: url(../img/page-banner/service.jpg) center/cover no-repeat;*/
    height: 286px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.page-title-banner:after {
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: -1;
    background: rgb(245 126 32);
}
.fun-facts-02 i,
.page-title-banner h2 {
    color: #fff;
    font-size: 48px;
}
.page-title-banner .container {
    height: 100%;
    position: relative;
}
.page-title-banner .content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.page-title-banner .bread-crumb {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}
.page-title-banner .bread-crumb li:after {
    content: "/";
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
}
.intro-section .icon-box {
    font-size: 36px;
    color: #7381de;
    
    padding-bottom: 30px;
}
.intro-section h3 {
    font-size: 18px;
    line-height: 26px;
}
.corporex-accordion.graybg .panel-heading,
.intro-03,
.intro-08,
.intro-section,
.service-02.bg-gray,
.skill-section,
.team-02,
.team-03 {
    background: linear-gradient(to right, #f6f9fc, #ffffff);
    padding-top: 30px;
}
.intro-03 .item-wrapper:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.intro-03 .content-wrapper {
    background: #fff;
    padding: 18px 30px 21px;
}

.tt_neen {
    background-color: #f5811f;
    border: none;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    border-radius: 10px;
}
.intro-05,
.member-details,
.service-details {
    padding-bottom: 0;
}
.intro-05 .horizontal-callback .item-wrapper {
    margin-right: 24px;
}
.intro-05 .intro-content h2 span {
    display: block;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
}
.intro-06 .icon-box,
.intro-09 .icon-box {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.intro-05 .intro-content p,
.member-details-02 .skills {
    margin-bottom: 42px;
}
.btn-wrapper,
.contact-form-block .form-message,
.intro-05 .intro-content img,
.member-details-03 .contact-details li,
.post-grid .entry-title {
    margin-bottom: 12px;
}
.intro-06 .icon-box {
    background: #233295;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    line-height: 76px;
}
.about-03 .content-wrapper,
.intro-07 .feature-set .content-wrapper {
    margin-left: 60px;
}
.intro-08 .item-wrapper {
    background: #fff;
    padding: 30px;
}
.intro-09 .icon-box {
    line-height: 72px;
    background: #233295;
    float: left;
}
.intro-09 .content-wrapper {
    margin-left: 96px;
}
.about-section .img-block {
    padding-right: 72px;
}
.about-section h2 span {
    font-size: 18px;
    display: block;
}
.about-02 .feature-set {
    border-top: 1px solid #ddd;
    margin-top: 24px;
    padding-top: 72px;
}
.about-02 .feature-set .icon-box {
    font-size: 36px;
}
.about-02 .feature-set h3,
.contact-options h3,
.member-details-02 .block-title,
.member-details-03 .block-title,
.team-section-03 .member-info h4,
.timeline-wrapper .timeline-content h3 {
    font-size: 18px;
}
.about-03 {
    padding-bottom: 1px;
}
.about-03 h2 span {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 24px;
}
.about-03 .icon-box {
    font-size: 36px;
    float: left;
}
.about-03 .content-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
}
.about-04 {
    height: 586px;
}
.about-04 .container,
.about-04 .row,
.about-04 .row > div,
.split-content .container,
.split-content .row,
.split-content .row > div,
.split-section .content-block .col-md-5,
.split-section .content-block .container,
.split-section .content-block .row {
    height: 100%;
}
.about-04 .img-block img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 442px;
}
.about-04 .text-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.fun-facts-section {
    background: url(../img/facts-bg.jpg) center/cover no-repeat;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}
.fun-facts-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.fun-facts-section .content-block h2 span {
    font-size: 18px;
    display: block;
    line-height: 28px;
}
.fun-facts-section .facts-block i {
    font-size: 72px;
    float: left;
    color: #fff;
    margin-top: -3px;
}
.fun-facts-section .facts-block h3 {
    color: #fff;
    margin-left: 84px;
    font-size: 16px;
}
.fun-facts-section .facts-block h3 span {
    display: block;
    font-size: 36px;
}
.fun-facts-02 {
    padding-bottom: 48px;
    text-align: center;
}
.fun-facts-02 h3 span {
    display: block;
    font-size: 36px;
    margin-top: 24px;
    margin-bottom: 18px;
}
.skill-section h2 span {
    font-size: 18px;
    margin-bottom: 6px;
    display: block;
    line-height: 28px;
}
.progress-02 .progress-wrapper h4,
.skill-section .progress-wrapper h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
}
.skill-section .progress {
    background: #ccc;
    border-radius: 0;
    box-shadow: none;
}
.skill-section .progress-bar {
    background: #233295;
    text-align: right;
    width: 0;
    transition: width 2s;
}
.progress-02 .progress-bar span,
.skill-section .progress-bar span {
    margin-right: 18px;
}
.portfolio-section .portfolio-sorting {
    text-align: center;
    margin-bottom: 48px;
}
.portfolio-section .portfolio-category li {
    display: inline-block;
    margin-right: 18px;
    cursor: pointer;
    font-weight: 700;
}
.blog-post-13 .post-wrapper .post-content,
.portfolio-section .portfolio-item:hover .portfolio-details .hover-content {
    bottom: 18px;
}
.portfolio-section .portfolio-item:hover .zoom-icon,
.service-section .row > div:hover .plus-icon {
    top: 50%;
    opacity: 1;
}
.portfolio-section .portfolio-item.item-01 {
    top: 0;
    left: 0;
}
.portfolio-section .portfolio-item.item-02 {
    top: 0;
    left: 468px;
}
.portfolio-section .portfolio-item.item-03 {
    top: 0;
    left: 702px;
}
.portfolio-section .portfolio-item.item-04 {
    top: 0;
    left: 936px;
}
.portfolio-section .portfolio-item.item-05 {
    top: 234px;
    left: 468px;
}
.portfolio-section .portfolio-item.item-06 {
    top: 234px;
    left: 936px;
}
.portfolio-section .portfolio-details {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(35, 50, 149, 0.8);
    opacity: 0;
    transition: 0.3s;
}
.portfolio-section .portfolio-details .hover-content {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -18px;
    transition: 0.4s;
    padding-left: 18px;
    padding-right: 18px;
}
.portfolio-section .portfolio-details h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.portfolio-section .portfolio-details p {
    color: #ccc;
    margin-bottom: 0;
    font-size: 14px;
}
.portfolio-section .zoom-icon {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    opacity: 0;
}
.portfolio-section .zoom-icon:after,
.portfolio-section .zoom-icon:before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: transform 0.25s ease-out;
}
.split-content .img-bg:before,
.split-content .split-block:after,
.testimonial-section:after {
    content: "";
    bottom: 0;
}
.portfolio-section .zoom-icon:before {
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    margin-left: -2px;
}
.portfolio-section .zoom-icon:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -2px;
}
.portfolio-section .zoom-icon:hover {
    cursor: pointer;
}
.portfolio-section .zoom-icon:hover:after,
.portfolio-section .zoom-icon:hover:before {
    transform: rotate(180deg);
}
.portfolio-style-01 .portfolio-item {
    position: absolute;
}
.comment-respond,
.portfolio-style-02 .btn-container {
    margin-top: 60px;
}
.split-section .single-layer {
    height: 580px;
}
.split-section .img-block {
    background: url(../img/split-1.jpg) center center/cover no-repeat;
    height: 100%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.split-section .content-block {
    height: 100%;
    position: relative;
    background: #f57e20;
}
.split-section .content-block h2 {
    margin-bottom: 24px;
    color: #fff;
}
.split-section .content-block h2 small {
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #f57e20;
}
.blog-section .post-meta li a,
.featured-links .content-wrapper p,
.price-table-03 .price-header p,
.site-footer .footer-about p,
.split-section .content-block p,
.tweet-section .item p,
.widget-banner p {
    color: #999;
}
.split-section .content-block .content-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.split-section .top-layer .btn-open {
    color: #fff;
    margin-top: 180px;
    display: inline-block;
}
.split-section .top-layer .btn-open i {
    margin-right: 12px;
    font-size: 24px;
    vertical-align: text-bottom;
}
.split-section .bottom-layer .img-block {
    float: left;
    right: auto;
    left: 0;
    z-index: 100;
    background: url(../img/split-2.jpg) center center no-repeat;
}
.featured-links,
.split-content .block-01,
.split-section .bottom-layer .content-block,
.tooltip-inner {
    background: #233295;
}
.split-section .bottom-layer .btn-ghost:hover {
    background: #f57e20;
    border-color: #f57e20;
    color: #fff;
}
.split-single .content-block {
    background: #222 !important;
}
.split-content {
    background: #f5f5f5;
    height: 560px;
    overflow: hidden;
}
.split-content .split-block {
    z-index: 1;
}
.split-content .split-block:after {
    background: red;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 215%;
}
.split-content .block-01:after {
    right: -72px;
    background: #233295;
}
.split-content .block-02 {
    padding-left: 47px;
}
.split-content .block-02:after {
    left: -25px;
    right: auto;
    background: url(../img/split-bg.jpg) center/cover no-repeat;
}
.split-content .block-02 .content-wrapper {
    margin-left: 32px;
}
.split-content .img-bg:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: -25px;
    right: 0;
    width: 200%;
}
.split-content .content-wrapper {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.split-content .block-01 .text-block h2 {
    font-size: 30px;
}
.split-content .block-01 .progress {
    height: 24px;
    border-radius: 0;
    background: #ccc;
    box-shadow: none;
}
.split-content .block-01 .progress-bar {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 24px;
    background: #f57e20;
}
.contact-banner {
    background: #f57e20;
    padding-top: 48px;
    padding-bottom: 48px;
}
.contact-banner p,
.cta-bar p {
    font-size: 18px;
    margin-bottom: 0;
}
.contact-banner .contact-btn,
.cta-bar .cta-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}
.contact-banner .contact-btn:hover,
.cta-bar .cta-btn:hover {
    background: #233295;
    border-color: #233295;
    color: #fff;
}
.contact-banner-02 {
    background: #233295;
    padding-top: 36px;
    padding-bottom: 36px;
}
.contact-banner-02 .contact-btn:hover {
    background: #f57e20;
    border-color: #f57e20;
    transition: 0.3s;
}
.cta-bar {
    background: #f57e20;
    padding-top: 30px;
    padding-bottom: 30px;
}
.blog-section .post-standard .entry-title,
.cta-bar h2 {
    font-size: 30px;
    line-height: 36px;
}
.callback-section {
    background: #233295;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.callback-section .image-wrapper img {
    width: 264px;
    position: absolute;
    bottom: 0;
    left: 10%;
}
.features-section h2 small {
    display: block;
    color: #f57e20;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 21px;
}
.features-section .iconlist li {
    margin-bottom: 30px;
    height: 100px;
}
.features-section .iconlist .icon-box {
    font-size: 30px;
    color: #7381de;
}
.features-section .iconlist h3 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    overflow-wrap: anywhere;
}
.vid_sec_hm {
    margin: 150px 0;
}
.vid_sec_hm video {
    width: 100%;
}
.corporex-table-01 > thead,
.corporex-table-02 > thead,
.corporex-table-03 > thead,
.corporex-table-04 > thead,
.corporex-table-05 > thead,
.features-02 .row > div:hover .icon-box,
.widget-download ul a {
    background: #233295;
    color: #fff;
}
.features-02 .icon-block {
    width: 96px;
    float: left;
    margin-right: 24px;
}
.features-02 .content-block {
    width: calc(100% - 120px);
    float: left;
}
.features-02 .icon-box {
    width: 96px;
    height: 96px;
    text-align: center;
    line-height: 96px;
    border: 1px solid #233295;
    font-size: 36px;
    border-radius: 50%;
    transition: 0.3s;
}
.features-03 .iconlist .icon-box {
    width: 60px;
    height: 60px;
    background: #233295;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    float: left;
}
.features-03 .iconlist .content-block,
.service-details .process-block .content-wrapper {
    margin-left: 84px;
}
.features-03 .iconlist .content-block h3 {
    line-height: 24px;
}
.featured-links .icon-box {
    font-size: 36px;
    color: #f57e20;
}
.featured-links .content-wrapper h3 {
    font-size: 18px;
    color: #fff;
}
.features-tab .nav-tabs {
    text-align: center;
    border-bottom: 0;
    margin-bottom: 60px;
}
.features-tab .nav-tabs li {
    display: inline-block;
    float: none;
}
.features-tab .nav-tabs li.active a {
    border-color: #233295 !important;
    background: #233295;
    color: #fff;
}
.features-tab .nav-tabs a {
    border: 1px solid #ddd !important;
    border-radius: 0;
    padding: 12px;
}
.features-tab .nav-tabs i {
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
}
.testimonial-section {
    background: url(../img/testimonial-bg-1.jpg) center/cover no-repeat;
    position: relative;
    z-index: 1;
    padding-bottom: 96px;
}
.testimonial-section:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(35, 50, 149, 0.7);
    z-index: -1;
}
.testimonial-section .content-wrapper {
    background: #fff;
    padding: 30px 12px;
    height: 300px;
}
.testimonial-section .content-wrapper .image-wrapper {
    width: 72px;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.3);
}
.accordion-style-01 .panel,
.corporex-accordion .panel {
    box-shadow: none;
}
.testimonial-section blockquote {
    border: none;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}

.testimonial-section h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}
.testimonial-section h4 small {
    display: block;
    font-size: 14px;
    margin-top: 3px;
    color: #999;
}
.testimonial-style-02 {
    background: url(../img/testimonial-bg-2.jpg) center/cover no-repeat;
}
.testimonial-style-02:after {
    background: rgba(0, 0, 0, 0.8);
}
.corporex-accordion .panel-heading,
.testimonial-style-02 .testimonial-carousel,
.tweet-section .tweet-carousel {
    padding: 0;
}
.testimonial-style-02 .content-wrapper {
    background: 0 0;
    padding: 0;
    margin-bottom: 36px;
}
.team-section,
.team-section-02 {
    padding-bottom: 48px;
}
.testimonial-style-02 .image-wrapper {
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-style-02 .slick-dots,
.tweet-section .slick-dots,
.widget-content-slider .slick-dots {
    bottom: -36px;
}
.testimonial-style-02 .slick-dots li button:before {
    font-size: 15px;
    color: #fff;
}
.testimonial-style-03 {
    background: #ebebeb;
}
.accordion-section {
    padding-top: 60px;
}
.accordion-section .image-wrapper img,
.service-02 .content-wrapper {
    margin-left: 120px;
}
.team-section .row > div:hover .member-info {
    height: 120px;
    transition: 0.3s;
}
.team-section .member-info {
    position: absolute;
    height: 66px;
    background: #233295;
    left: 23px;
    right: 23px;
    bottom: 8px;
    transition: 0.4s;
    overflow: hidden;
}
.team-section .member-info h4 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 6px;
}
.team-section .member-info h4 small {
    display: block;
    color: #fff;
}
.team-section .member-info .social-links {
    text-align: center;
    margin-top: 15px;
    opacity: 0;
    transition: opacity 0.2s;
}
.team-section .member-info .social-links a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}
.comment,
.contact-form-block h3,
.member-details .member-info .social-icons,
.portfolio-details-03 .portfolio-meta,
.portfolio-details-04 .portfolio-meta,
.portfolio-details-section .portfolio-f-img,
.team-section-02 .row > div {
    margin-bottom: 36px;
}
.team-section-02 .content-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.team-section-02 .content-wrapper:hover .hover-content {
    top: 0;
    bottom: 0;
    opacity: 1;
}
.team-section-02 .member-title {
    font-size: 18px;
    margin-top: 12px;
    text-align: center;
}
.team-section-02 .member-title small {
    font-size: 14px;
    display: block;
    margin-top: 6px;
}
.team-section-02 .hover-content {
    opacity: 0;
    position: absolute;
    padding: 24px;
    top: -48px;
    left: 0;
    right: 0;
    bottom: 48px;
    background: rgba(35, 50, 149, 0.8);
    transition: 0.3s;
}
.team-section-02 .hover-content p {
    color: #fff;
    margin-bottom: 18px;
}
.team-section-02 .social-links li {
    display: inline-block;
    margin-right: 6px;
}
.team-section-02 .social-links li a {
    color: #fff;
    background: 0 0;
}
.team-section-02 .pagination-block {
    margin-top: 24px;
}
.team-section-03 .img-wrapper {
    width: 136px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
.team-section-03 .member-info h4 small {
    display: block;
    margin-top: 6px;
}
.team-section-03 .member-info .short-bio {
    margin-top: 24px;
    margin-bottom: 30px;
}
.team-section-03 .social-links li {
    display: inline-block;
    margin-right: 12px;
}
.team-section-03 .social-links li a {
    font-size: 21px;
}
.team-section-03 .social-links li .facebook-link {
    background: 0 0;
    color: #3b5998;
}
.team-section-03 .social-links li .twitter-link {
    background: 0 0;
    color: #1da1f2;
}
.team-section-03 .social-links li .google-plus-link {
    background: 0 0;
    color: #dd4b39;
}
.team-section-03 .social-links li .linkedin-link {
    background: 0 0;
    color: #0077b5;
}
.darkbg,
.newsletter-section,
.site-footer,
.team-carousel-section,
.tweet-section {
    background: #2a3485;
}
section#who_benefit
 {
    background-color: #2a3485;
}
.team-carousel-section .item {
    position: relative;
    margin: 0 15px 48px;
}
.team-carousel-section .item .member-info {
    position: static;
    height: auto;
    background: 0 0;
}
.team-carousel-section .item .member-info h4 {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 6px;
}
.team-carousel-section .item .social-links {
    opacity: 1;
    margin-top: 0;
}
.blog-single-06 .page-title-banner .post-meta li i,
.single-post .short-bio .content-wrapper .author-social li,
.team-carousel-section .item .social-links li,
.widget-download ul li i {
    margin-right: 8px;
}
.team-carousel-section .item .social-links a {
    width: auto;
    height: auto;
    background: 0 0;
    font-size: 14px;
}
.team-carousel-section .slick-dots {
    bottom: 0;
}
.team-carousel-section .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
}
.blog-single-fullwidth .page-content,
.blog-single-nosidebar .page-content,
.contact-page .page-content,
.tweet-section {
    padding-bottom: 96px;
}
.tweet-section .twitter-icon {
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.tweet-section .twitter-icon a {
    color: #fff;
    font-size: 16px;
    display: block;
}
.tweet-section .item {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.tweet-section .item p a {
    color: #b3b3b3;
    font-style: italic;
}
.tweet-section .item .time-elapsed {
    color: #666;
    font-style: italic;
    font-size: 14px;
}
.tweet-section .item .time-elapsed:before {
    content: "-";
    margin-right: 12px;
}
.newsletter-section .form-control {
    height: 48px;
}
.partner-section {
    background: #233295;
    padding-top: 48px;
    padding-bottom: 1px;
}
.partner-section .image-wrapper {
    width: 140px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}
.partner-section .image-wrapper img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.partner-02,
.partner-03 {
    background: 0 0;
    padding-top: 96px;
    padding-bottom: 48px;
}
.blog-section .post-wrapper {
    margin-bottom: 14px;
}
.blog-post-11 .post-wrapper .post-content .entry-title,
.blog-post-12 .post-wrapper .post-content .entry-title,
.blog-post-13 .post-wrapper .post-content .entry-title,
.blog-post-14 .post-wrapper .post-content .entry-title,
.blog-section .post-content h3,
.corporex-accordion .panel-title,
.popover-title,
.progress-container h4,
.service-details .business-strategy h4,
.service-details .process-block .content-wrapper h4 {
    font-size: 16px;
    line-height: 24px;
}
.blog-section .post-overlay .post-content {
    position: absolute;
    bottom: 24px;
    left: 42px;
    right: 42px;
}
.blog-section .post-overlay .post-content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.blog-section .post-split .image-wrapper {
    width: 264px;
    float: left;
    margin-right: 21px;
}
.blog-section .post-split .post-content {
    width: calc(100% - 285px);
    float: left;
}
.blog-section .post-split .post-content h3 {
    margin-bottom: 5px;
}
.blog-section .post-split .post-content p {
    line-height: 26px;
    margin-bottom: 12px;
}
.blog-section .post-standard {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.blog-section .post-standard .post-meta {
    margin-top: 12px;
    margin-bottom: 18px;
}
.blog-section .post-standard .post-meta li:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin-left: 12px;
    margin-right: 9px;
}
.blog-section .post-meta {
    margin-bottom: 4px;
}
.blog-section .post-meta li {
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.blog-section .post-meta li:after {
    content: "/";
    display: inline-block;
    margin-left: 8px;
    margin-right: 5px;
}
.blog-style-02 .gradient-black:after {
    opacity: 0.5;
    transition: 0.3s;
}
.post-grid {
    border: 1px solid #ddd;
    padding: 24px;
    margin-bottom: 48px !important;
}
.post-grid .image-wrapper {
    margin: -25px -25px 24px;
    padding: 5px;
}
.member-details .member-info p,
.post-grid .entry-content {
    margin-bottom: 15px;
}
.site-footer .widget-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 24px;
}
.site-footer .contact-info {
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: center;
    background: #19246c;
}
.site-footer .contact-info a,
.site-footer .contact-info p {
    display: inline-block;
    color: #fff;
    margin-left: 8px;
}
.site-footer .icon-box {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #f57e20;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}
.site-footer .footer-blocks {
    padding-top: 72px;
    padding-bottom: 72px;
}
.site-footer .footer-gallery li:nth-child(3n + 1),
.widget-gallery .photo-gallery li:nth-child(4n + 1) {
    clear: left;
}
.site-footer .footer-gallery li:nth-child(4n + 1) {
    clear: none !important;
}
.site-footer .subscription-form .form-control {
    background: 0 0;
    border-radius: 0;
    border-color: rgba(221, 221, 221, 0.4);
    height: 42px;
}
.site-footer .bottom-bar {
    background: #151515;
    padding-top: 24px;
    padding-bottom: 24px;
}
.site-footer .bottom-bar p {
    font-size: 14px;
    margin-bottom: 0;
}
.site-footer .bottom-links {
    text-align: right;
    margin-bottom: 0;
}
.site-footer .bottom-links li {
    display: inline-block;
    margin-left: 8px;
}
.site-footer .bottom-links li a {
    color: #999;
    font-size: 14px;
}
.footer-02 .footer-blocks {
    padding-top: 96px;
}
.service-section .img-wrapper {
    position: relative;
    overflow: hidden;
}
.service-section .img-wrapper a:active,
.service-section .img-wrapper a:focus {
    border: none;
    outline: 0;
}
.service-section .img-wrapper .hover-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 81, 52, 0.72);
    opacity: 0;
    transition: opacity 0.3s;
}
.service-section .img-wrapper .plus-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.service-section .img-wrapper .plus-icon:after,
.service-section .img-wrapper .plus-icon:before {
    content: "";
    background: #fff;
    position: absolute;
}
.service-section .img-wrapper .plus-icon:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}
.service-section .img-wrapper .plus-icon:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}
.service-section h3 {
    font-size: 18px;
    margin-top: 24px;
}
.service-section .row > div:hover img {
    transform: scale(1.2) rotate(5deg);
}
.service-02 .icon-box {
    width: 84px;
    height: 96px;
    font-size: 36px;
    text-align: center;
    line-height: 96px;
    background: #233295;
    color: #fff;
    float: left;
}
.service-02 .content-wrapper h3 {
    margin-top: -6px;
    font-size: 21px;
    line-height: 30px;
}
.service-03 .item-wrapper {
    border: 1px solid #ddd;
    height: 330px;
}
.service-03 .img-wrapper {
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
}
.service-03 .content-wrapper {
    padding: 18px 24px 24px;
    text-align: center;
}
.accordion-style-04 .panel + .panel,
.member-details-03 .skills,
.service-03 .content-wrapper h3,
.single-post-04 .image-wrapper {
    margin-top: 0;
}
.service-tab .tabs-left li {
    float: none;
    border: none;
}
.service-tab .tabs-left li.active a {
    background: #233295;
    color: #fff;
    border-color: #233295;
}
.service-tab .tabs-left a {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px;
}
.portfolio-details-03 .portfolio-meta ul,
.portfolio-details-04 .portfolio-meta ul,
.tab-04 .nav-tabs > li a {
    padding-left: 30px;
    padding-right: 30px;
}
.service-tab .tabs-left i {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: text-top;
}
.service-tab .tab-content h3 span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.service-details .block-title {
    font-size: 18px;
    margin-bottom: 24px;
    padding-left: 18px;
}
.service-details .block-title:before {
    content: "\f04d";
    font-family: FontAwesome;
    width: 18px;
    margin-left: -18px;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    color: #f57e20;
}
.service-details .business-strategy .icon-box {
    font-size: 30px;
    color: #4a5cd4;
}
.service-details .process-block .icon-box {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    float: left;
}
.service-details .benefit-block iframe {
    width: 100%;
    height: 248px;
    border: 0;
}
.about-page-02 .about-04,
.accordion-style-02.has-bar .panel-heading a:after,
.accordion-style-02.has-bar .panel-heading a:before,
.timeline-wrapper .btn-circle:hover {
    background: #fff;
}
.portfolio-page .portfolio-item {
    margin-bottom: 30px !important;
}
.portfolio-details-section .portfolio-meta {
    background: #f5f5f5;
    padding: 30px 24px;
}
.portfolio-details-section .portfolio-meta ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #c4c4c4;
}
.portfolio-details-section .portfolio-meta ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.portfolio-details-section .portfolio-meta strong {
    margin-right: 8px;
    width: 96px;
    display: inline-block;
}
.portfolio-details-03 .portfolio-meta ul li,
.portfolio-details-04 .portfolio-meta ul li {
    display: inline-block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px dotted #aaa;
}
.portfolio-details-03 .portfolio-meta ul li strong,
.portfolio-details-04 .portfolio-meta ul li strong {
    width: auto;
    display: block;
    margin-bottom: 6px;
}
.portfolio-details-03 .portfolio-meta ul li:last-child,
.portfolio-details-04 .portfolio-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.team-page-02 .team-section {
    padding-bottom: 66px;
}
.team-page-02 .team-section .member-info {
    left: 23px;
    right: 23px;
}
.member-details .member-info h2 {
    margin-top: -6px;
}
.member-details .contact-details {
    margin-top: 30px;
    margin-bottom: 18px;
}
.member-details .contact-details li {
    margin-bottom: 6px;
}
.member-details .contact-details a {
    font-size: 18px;
    color: #222;
}
.btn-wrapper .btn,
.member-details .contact-details i {
    margin-right: 12px;
}
.member-details-03 .contact-details h5 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.member-details-03 .contact-details a,
.price-table-03 .price-tag small,
.single-post .post-bottom h4 {
    font-size: 16px;
}
.blog-post-04 .pagination-block,
.blog-post-07 .pagination-block,
.blog-post-08 .pagination-block,
.blog-post-09 .pagination-block,
.blog-post-10 .pagination-block,
.blog-post-11 .pagination-block,
.blog-post-12 .pagination-block,
.blog-post-13 .pagination-block,
.blog-post-14 .pagination-block {
    margin-top: 12px;
}
.member-details-03 .corporex-accordion .panel-body {
    padding-top: 0;
}
.member-details-03 .corporex-accordion .sub-title small {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    margin-left: 12px;
    text-transform: capitalize;
}
.member-details-03 .corporex-accordion .sub-title small:before {
    content: "(";
    margin-right: 3px;
}
.member-details-03 .corporex-accordion .sub-title small:after {
    content: ")";
    margin-left: 3px;
}
.faq-page .block-title {
    font-size: 18px;
    margin-bottom: 18px;
}
.contact-options {
    text-align: center;
    padding-top: 0;
    padding-bottom: 12px;
}
.contact-options .icon-box {
    width: 72px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    background: #f57e20;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.contact-options a,
.single-post .tag-list a {
    color: #666;
}
.alert-main-border .close,
.contact-form-block .form-message p.success {
    color: #233295;
}
.contact-form-block textarea {
    min-height: 128px;
    padding-top: 15px;
    padding-left: 18px;
}
.contact-form-block .btn-main {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.form-block h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 30px;
}
.map-block h3,
.shortcode-section .block-title {
    font-size: 18px;
    margin-bottom: 24px;
}
.map-box {
    width: 100%;
    height: 214px;
    background: #f5f5f5;
}
.blog-post-02 .post-split .image-wrapper,
.blog-post-03 .post-split .image-wrapper,
.blog-post-06 .post-split .image-wrapper {
    width: 286px;
    margin-right: 30px;
}
.blog-post-02 .post-split .post-content,
.blog-post-03 .post-split .post-content,
.blog-post-06 .post-split .post-content {
    width: calc(100% - 316px);
}
.blog-post-02 .post-split .entry-title,
.blog-post-03 .post-split .entry-title,
.blog-post-06 .post-split .entry-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px !important;
}
.blog-post-05 .post-standard,
.blog-post-06 .post-standard {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 48px !important;
}
.blog-post-08 .post-grid {
    padding: 18px;
}
.blog-post-08 .image-wrapper {
    margin: -19px -19px 12px;
}
.blog-post-08 .entry-content,
.blog-post-08 .entry-title,
.widget-tweets .tweet-wrapper p:last-of-type {
    margin-bottom: 8px;
}
.blog-post-08 .post-meta li {
    font-size: 13px;
}
.blog-post-11 .post-wrapper,
.blog-post-12 .post-wrapper,
.blog-post-13 .post-wrapper,
.blog-post-14 .post-wrapper {
    margin-bottom: 48px !important;
    position: relative;
}
.blog-post-11 .post-wrapper .post-content,
.blog-post-12 .post-wrapper .post-content,
.blog-post-13 .post-wrapper .post-content,
.blog-post-14 .post-wrapper .post-content {
    bottom: 24px;
    left: 18px;
    right: 18px;
}
.blog-post-13 .post-wrapper .post-content .entry-title,
.comment .comment-header .comment-meta {
    font-size: 14px;
    line-height: 21px;
}
.single-post .post-wrapper {
    padding-bottom: 0;
    border: none;
}
.single-post .post-content {
    padding-bottom: 48px;
    border-bottom: 1px solid #ddd;
}
.single-post blockquote {
    border: none;
    padding: 24px 24px 24px 48px;
    position: relative;
}
.single-post blockquote:after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/quote-icon-2.png) center/contain no-repeat;
}
.single-post blockquote p {
    font-size: 18px;
    font-style: italic;
    color: #999;
}
.single-post blockquote cite {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
}
.comment .comment-header .comment-meta span,
.widget-tweets .tweet-wrapper a {
    font-style: italic;
}
.single-post blockquote cite small {
    display: inline-block;
    font-weight: 400;
    margin-left: 6px;
    font-size: 13px;
}
.single-post .post-bottom {
    margin-top: 18px;
}
.single-post .post-bottom > div {
    width: 50%;
    float: left;
}
.single-post .tag-list li {
    margin-right: 3px;
}
.single-post .tag-list li:after {
    content: ",";
}
.single-post .prev-next-block {
    margin-top: 36px;
    margin-bottom: 72px;
}
.single-post .short-bio {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 36px;
    margin-bottom: 60px;
}
.single-post .short-bio img {
    width: 146px;
    float: left;
}
.single-post .short-bio .content-wrapper {
    margin-left: 176px;
}
.single-post .short-bio .content-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}
.single-post .short-bio .content-wrapper .author-social {
    position: absolute;
    top: 0;
    right: 0;
}
.single-post .short-bio-02 {
    text-align: center;
    margin-top: 60px;
}
.single-post .short-bio-02 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    border-radius: 50%;
    margin-bottom: 30px;
}
.single-post .short-bio-02 .content-wrapper h3 {
    font-size: 21px;
    margin-bottom: 12px;
}
.single-post .short-bio-02 .author-social {
    position: static !important;
    margin-bottom: 24px;
}
.single-post .short-bio-03 {
    border: 1px solid #ddd !important;
    padding: 24px;
}
.single-post-03 .comments,
.single-post-03 .post-wrapper,
.single-post-04 .comment-respond,
.single-post-04 .comments,
.single-post-04 .post-wrapper {
    padding: 30px;
    border: 1px solid #ddd;
}
.single-post .short-bio-03 .author-social {
    top: 24px !important;
    right: 24px !important;
}
.single-post .prev-next-02 a {
    border: none;
    padding: 0;
    background: 0 0;
}
.single-post .prev-next-02 .next-btn,
.single-post .prev-next-02 .prev-btn {
    display: block;
    border-bottom: 2px solid #f57e20;
    padding: 0 0 6px;
    margin-bottom: 12px;
}
.single-post .prev-next-02 ul li {
    width: 48%;
    float: left;
}
.single-post .prev-next-02 ul li a {
    background: 0 0;
    font-size: 16px;
    line-height: 24px;
}
.single-post .prev-next-02 ul li:first-child {
    text-align: left;
    margin-right: 2%;
}
.single-post .prev-next-02 ul li:last-child {
    text-align: right;
    margin-left: 2%;
}
.single-post-03 .image-wrapper,
.single-post-04 .image-wrapper {
    margin-top: -31px;
    margin-left: -31px;
    margin-right: -31px;
    margin-bottom: 30px !important;
}
.single-post-04 .prev-next-02 {
    border: 1px solid #ddd;
    padding: 18px;
}
.single-post-04 .comment-title,
.single-post-04 .reply-title {
    border-bottom: 3px double #ddd;
    padding-bottom: 18px;
}
.single-post-05 .comment-respond,
.single-post-05 .comments,
.single-post-05 .post-wrapper,
.single-post-05 .prev-next-block,
.single-post-05 .short-bio {
    background: #f5f5f5;
    padding: 30px;
}
.single-post-05 .short-bio,
.tab-04 .nav-tabs,
.tab-05 .nav-tabs,
.widget-service ul li:last-child,
.widget-team ul li:last-child {
    border-bottom: none;
}
.single-post-05 .short-bio .author-social {
    top: 30px !important;
    right: 30px !important;
}
.comments-style-02 .comment-author img {
    width: 60px !important;
    float: left;
}
.comments-style-02 .comment-header {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px;
}
.comments-style-02 .header-content,
.widget-recent-comments .content-wrapper {
    margin-left: 78px;
}
.comments-style-02 .header-content h4 {
    margin-top: 6px;
}
.comments-style-02 .children {
    padding-left: 60px !important;
}
.comment-title,
.reply-title {
    font-size: 30px;
    margin-bottom: 48px;
}
.comment .children {
    margin-top: 36px;
    padding-left: 108px;
}
.comment .comment-author img {
    width: 84px;
    border-radius: 50%;
}
.comment .comment-wrapper {
    margin-left: 108px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 36px;
}
.comment .comment-header h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
}
.comment .comment-header .comment-meta span:before {
    content: "-";
    margin-left: 4px;
    margin-right: 4px;
}
.comment .comment-reply {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 6px 22px;
    background: #f57e20;
    font-size: 14px;
    transition: 0.3s;
    border: 2px solid #f57e20;
}
.comment .comment-reply:hover {
    background: 0 0;
    border: 2px solid #f57e20;
    color: #f57e20;
}
.comment-respond textarea {
    min-height: 236px;
}
.sidebar {
    padding-left: 30px;
}
.widget-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
}
.widget-search .submit-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    outline: 0;
}
.widget-recent-comments h5 {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.widget-recent-comments a {
    line-height: 21px;
    color: #222;
    font-weight: 700;
}
.widget-recent-comments img {
    width: 60px;
}
.widget-social-links ul li {
    display: inline-block;
    margin-right: 3px;
}
.widget-social-links ul a {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    color: #fff;
    border: 2px solid #233295;
}
.widget-top-author img {
    width: 48px;
    border-radius: 50%;
}
.widget-top-author h4 {
    font-size: 14px;
    margin-bottom: 3px;
}
.widget-top-author .content-wrapper {
    margin-left: 66px;
}
.widget-tags ul li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 8px;
}
.widget-tags ul a {
    display: inline-block;
    padding: 6px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #666;
    transition: 0.3s;
    font-size: 14px;
}
.widget-content-slider {
    margin-bottom: 72px;
}
.widget-content-slider .image-left img,
.widget-tabs .image-left img {
    float: left;
    width: 146px;
    margin-right: 18px;
    margin-bottom: 6px;
}
.widget-content-slider .image-right img,
.widget-tabs .image-right img {
    float: right;
    width: 146px;
    margin-right: 18px;
    margin-bottom: 6px;
}
.widget-gallery .photo-gallery li {
    width: 72px;
    padding: 0;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}
.widget-image-slider .slick-dots {
    bottom: 12px;
}
.widget-testimonial blockquote {
    font-size: 16px;
    border: none;
    position: relative;
    padding-top: 42px;
    padding-left: 0;
}
.widget-testimonial blockquote:before {
    content: "";
    width: 36px;
    height: 36px;
    background: url(../img/quote-icon-2.png) left center/contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.widget-testimonial .testimonial-author img {
    width: 48px;
    float: left;
    border-radius: 50%;
}
.widget-testimonial .testimonial-author h4 {
    font-size: 16px;
    margin-left: 66px;
}
.tab-02 .top-icon i,
.tab-03 .top-icon i,
.tab-04 .top-icon i,
.tab-05 .top-icon i,
.widget-testimonial .testimonial-author h4 small {
    display: block;
}
.widget-testimonial .slick-btn {
    cursor: pointer;
    font-size: 24px;
    color: #ccc;
    position: absolute;
    right: 0;
    bottom: 0;
}
.widget-testimonial .slick-btn.prev-btn {
    right: 30px;
    z-index: 100;
}
.widget-accordion .panel-title {
    font-size: 14px;
    line-height: 22px;
}
.widget-accordion .panel-body {
    padding: 18px 0;
}
.widget-author .author-pic {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 156px;
    display: block;
    margin-bottom: 24px;
}
.widget-author .sociallinks a {
    display: inline-block;
    font-size: 24px;
}
.widget-tweets .twitter-id {
    font-weight: 700;
    margin-right: 6px;
    font-style: normal !important;
}
.widget-google-map .map-wrapper {
    width: 100%;
    height: 256px;
    background: #f5f5f5;
}
.blog-single-04 .sidebar .widget {
    padding: 24px 18px;
    border: 1px solid #ddd;
}
.widget-download ul a,
.widget-service ul a,
.widget-team ul a {
    padding: 14px 24px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    transition: 0.3s;
}
.tab-02 .nav-tabs,
.widget-service ul li,
.widget-team ul li {
    border-bottom: 1px solid #ddd;
}
.widget-service ul a,
.widget-team ul a {
    background: #f2f2f2;
    color: #222;
}
.widget-download ul li {
    margin-bottom: 1px;
}
.widget.widget-help.widget-banner {
    text-align: center;
}
.widget-help i {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
}
.widget-help .phone-no {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}
.widget-banner {
    padding: 24px;
    background: #233295;
}
.blog-single-06 .page-title-banner {
    height: 720px;
    background: url(../img/blog/full-width-02.jpg) center/cover no-repeat;
}
.blog-single-06 .page-title-banner:after {
    background: rgba(35, 50, 149, 0.6);
}
.blog-single-06 .page-title-banner .entry-title {
    line-height: 60px;
    margin-bottom: 36px;
}
.blog-single-06 .page-title-banner .post-meta li {
    display: inline-block;
    margin-right: 24px;
}
.slick-dots li button:before {
    font-size: 12px;
}
.testimonial-carousel .testimonial-item {
    margin: 0 15px;
}
.accordion-style-04 .acc-box,
.corporex-tabs .has-icon i {
    margin-right: 12px;
    color: #4a5cd4;
}
.testimonial-carousel .slick-btn {
    position: absolute;
    top: 50%;
    font-size: 18px;
    width: 42px;
    height: 42px;
    background: #f57e20;
    text-align: center;
    left: -60px;
    transform: translateY(-50%);
    line-height: 42px;
    color: #fff;
    cursor: pointer;
}
.testimonial-carousel .slick-btn.next-btn {
    left: auto;
    right: -60px;
}
.shortcode-section .section-title {
    font-size: 21px;
    text-align: center;
    margin-bottom: 36px;
}
.shortcode-tables .block-title + table {
    margin-bottom: 60px;
}
.shortcode-progresscircle .block-title {
    text-align: center;
    margin-bottom: 42px;
}
.shortcode-progresscircle hr {
    margin-top: 1px;
}
.corporex-accordion.colorbg .panel-heading {
    background: #233295;
    border-color: #19246c;
    color: #fff;
}
.corporex-accordion .panel-title a {
    display: block;
    padding: 10px 24px;
}
.corporex-accordion .panel-heading + .panel-collapse > .list-group,
.corporex-accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.accordion-style-01 .panel-heading {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
}
.accordion-style-01 .panel-heading.active a:before {
    content: "\f068";
    transform: rotate(180deg);
}
.accordion-style-01 .panel-title a {
    padding-left: 48px;
    position: relative;
}
.accordion-style-01 .panel-title a:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    left: 18px;
    transition: 0.3s;
}
.accordion-style-01 .panel-body {
    border-top: none !important;
}
.accordion-style-02.has-bar:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 4px;
    top: 0;
    background: #ddd;
}
.accordion-style-02.has-bar .panel-heading a:before {
    z-index: 100;
}
.accordion-style-02 .panel-heading a:after,
.accordion-style-02 .panel-heading a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.accordion-style-02 .panel-heading a:after {
    width: 16px;
    height: 16px;
    left: -4px;
    border: 1px solid transparent;
}
.accordion-style-03.has-icon i,
.accordion-style-03.has-num .acc-num {
    position: absolute;
    top: 50%;
    left: 0;
    width: 48px;
    transform: translateY(-50%);
    color: #4a5cd4;
    text-align: center;
}
.accordion-style-02 .panel-heading.active a:before {
    background: #233295;
    border-color: #233295;
}
.accordion-style-02 .panel-title a {
    padding-left: 24px;
    padding-right: 0;
}
.accordion-style-03.has-icon .panel-title a,
.accordion-style-03.has-num .panel-title a {
    padding-left: 48px;
}
.accordion-style-03.has-icon i {
    font-size: 21px;
    margin-top: -2px;
}
.accordion-style-03.has-num .acc-num {
    margin-top: -1px;
}
.accordion-style-03 .panel-heading {
    border: 1px solid #ddd;
    border-radius: 0;
}
.accordion-style-03 .panel-heading.active a:after {
    transform: rotate(-180deg);
}
.accordion-style-03 .panel-title a {
    padding-left: 15px;
    position: relative;
}
.accordion-style-03 .panel-title a:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    transition: 0.3s;
    right: 15px;
}
.accordion-style-04 .acc-box {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 18px;
    margin-left: -60px;
}
.accordion-style-04 .panel-title a,
.timeline-wrapper .timeline-item > div.text-left {
    padding-left: 60px;
}
.accordion-style-04 .panel-body {
    padding-left: 0;
    padding-right: 0;
}
.corporex-tabs .nav-tabs > li > a {
    border-radius: 0;
    color: #222;
}
.corporex-tabs .content-wrapper {
    padding: 24px 0;
}
.tab-01 .nav-tabs > li > a {
    margin-right: -1px;
    border: 1px solid #ddd;
}
.tab-01 .nav-tabs > li.active > a,
.tab-01 .nav-tabs > li.active > a:active,
.tab-01 .nav-tabs > li.active > a:focus,
.tab-01 .nav-tabs > li.active > a:hover {
    border-bottom-color: transparent;
}
.tab-01 .has-border li a:before {
    content: "";
    height: 2px;
    background: 0 0;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
}
.tab-01.horizontal-tab .nav-tabs {
    border-bottom: none;
    margin-bottom: 48px;
}
.tab-02 .top-icon i,
.tab-03 .top-icon i,
.tab-04 .top-icon i,
.tab-05 .top-icon i {
    font-size: 24px;
    margin-bottom: 12px;
}
.tab-01.horizontal-tab .nav-tabs li {
    display: block;
    float: none;
}
.tab-01.horizontal-tab .nav-tabs li.active a {
    border-right-color: transparent;
    border-bottom-color: #ddd;
}
.tab-01.horizontal-tab .has-border li a:before {
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 2px;
    background: 0 0;
    position: absolute;
    content: "";
    height: auto;
}
.tab-01.horizontal-tab .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.tab-02 .nav-tabs > li a:after {
    content: "";
    background: #f57e20;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    transform: scale(0);
}
.tab-02 .nav-tabs > li.active a,
.tab-02 .nav-tabs > li.active a:focus,
.tab-02 .nav-tabs > li.active a:hover {
    border-width: 0;
}
.tab-02 .nav-tabs > li.active a,
.tab-02 .nav-tabs > li.active a:hover {
    border: none;
    color: #f57e20 !important;
    background: 0 0;
}
.tab-02 .nav-tabs > li.active a:after,
.tab-02 .nav-tabs > li:hover a:after {
    transform: scale(1);
}
.tab-02 .nav-center li,
.tab-03 .nav-center li,
.tab-04 .nav-center li,
.tab-05 .nav-center li {
    float: none;
    display: inline-block;
}
.tab-03 .nav-tabs {
    border-bottom: 1px solid #c4c4c4;
}
.tab-03 .nav-tabs > li a {
    border: none;
    padding-bottom: 24px;
}
.tab-03 .nav-tabs > li a:hover,
.tab-04 .nav-tabs > li a:hover,
.tab-05 .nav-tabs > li a:hover {
    background: 0 0;
    color: #f57e20;
}
.tab-03 .nav-tabs > li a:after,
.tab-03 .nav-tabs > li a:before {
    content: "";
    background: #fff;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: 0.3s;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    border: 1px solid #c4c4c4;
}
.tab-03 .nav-tabs > li a:after {
    width: 10px;
    height: 10px;
}
.tab-03 .nav-tabs > li.active a,
.tab-03 .nav-tabs > li.active a:hover,
.tab-04 .nav-tabs > li.active a,
.tab-04 .nav-tabs > li.active a:hover {
    border: none;
    color: #f57e20;
    background: 0 0;
}
.tab-03 .nav-tabs > li.active a:after,
.tab-04 .nav-tabs > li.active a:after,
.tab-05 .nav-tabs > li.active a:after {
    background: #f57e20;
    border-color: #f57e20;
}
.tab-04 .nav-tabs > li {
    border-right: 1px solid #ddd;
}
.tab-04 .nav-tabs > li:last-child,
.tab-05 .nav-tabs > li:last-child {
    border-right: none;
}
.tab-04 .nav-tabs > li a {
    border: none;
    padding-bottom: 24px;
}
.tab-05 .nav-tabs > li a {
    border: 1px solid #ddd;
    padding: 12px 30px;
}
.alert-secondery,
.tab-05 .nav-tabs > li.active a {
    background: #f57e20;
    color: #fff;
    border-color: #ff2501;
}
.timeline-wrapper:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    background: #ccc;
    top: 0;
    z-index: -1;
    transform: translateX(-50%);
}
.timeline-wrapper .timeline-item > div.text-right {
    padding-right: 60px;
}
.timeline-01 .timeline-pointer {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #f57e20;
    border: 4px solid #ddd;
    border-radius: 50%;
    top: 8px;
    left: -9px;
}
.timeline-01 .timeline-item .text-right .timeline-pointer {
    left: auto;
    right: -9px;
}
.timeline-02 .timeline-pointer,
.timeline-03 .timeline-pointer,
.timeline-04 .timeline-pointer {
    position: absolute;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    top: 8px;
    left: -24px;
    text-align: center;
    line-height: 48px;
}
.timeline-03 .timeline-pointer,
.timeline-04 .timeline-pointer {
    border: 4px solid #fff;
    line-height: 42px;
    top: 18px;
    background: #233295;
    color: #fff;
}
.timeline-02 .timeline-item .text-right .timeline-pointer,
.timeline-03 .timeline-item .text-right .timeline-pointer,
.timeline-04 .timeline-item .text-right .timeline-pointer {
    left: auto;
    right: -24px;
}
.timeline-03 .timeline-content .content-wrapper {
    border: 1px solid #ddd;
    padding: 24px 30px 30px;
}
.timeline-04 .timeline-pointer {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.timeline-04 .timeline-content .content-wrapper {
    border: 1px solid #ddd;
    padding: 24px 30px 30px;
    position: relative;
}
.timeline-04 .timeline-content .content-wrapper:after,
.timeline-04 .timeline-content .content-wrapper:before {
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left-color: #c4c4c4;
    position: absolute;
    top: 30px;
    right: -24px;
}
.timeline-04 .timeline-content .content-wrapper:after {
    border-left-color: #fff;
    right: -23px;
}
.timeline-04 .timeline-content.text-left .content-wrapper:after,
.timeline-04 .timeline-content.text-left .content-wrapper:before {
    border-left-color: transparent;
    border-right-color: #c4c4c4;
    right: auto;
    left: -24px;
}
.timeline-04 .timeline-content.text-left .content-wrapper:after {
    border-right-color: #fff;
    left: -23px;
}
.pricing-wrapper {
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 24px;
    padding: 30px 36px;
    transition: 0.3s;
}
.pricing-wrapper h3 {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 24px;
    position: relative;
}
.pricing-wrapper h3 span {
    display: block;
    font-size: 10px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.pricing-wrapper p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
}
.price-table-01 .pricing-wrapper .price-tag,
.price-table-02 .pricing-wrapper .price-tag {
    background: #233295;
    color: #fff;
    display: block;
    padding: 12px 0;
    margin-left: -37px;
    margin-right: -37px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
}
.price-table-01 .pricing-wrapper .price-tag small,
.price-table-02 .pricing-wrapper .price-tag small {
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.price-table-01 .pricing-wrapper ul li,
.price-table-02 .pricing-wrapper ul li {
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}
.price-table-01 .pricing-wrapper:hover,
.price-table-02 .pricing-wrapper:hover {
    background: #233295;
    border-color: #19246c;
}
.price-table-03 .pricing-wrapper {
    margin: 0;
    padding: 0 0 72px;
    min-height: 548px;
}
.price-table-03 .price-header {
    background: #233295;
    padding: 30px 30px 48px;
    margin: -1px -1px 0;
    color: #fff;
    position: relative;
}
.price-table-03 .btn-main,
.price-table-03 .price-tag {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.price-table-03 .price-header h3 {
    font-size: 24px;
    color: #fff;
}
.price-table-03 .price-tag {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #f57e20;
    text-align: center;
    bottom: -54px;
    font-size: 30px;
    line-height: 108px;
    font-weight: 700;
}
.progress-01 .progress,
.progress-02 .progress,
.progress-03 .progress,
.progress-04 .progress {
    box-shadow: none;
    border-radius: 0;
}
.price-table-03 ul {
    text-align: left;
    margin-top: 72px;
    margin-bottom: 15px;
    display: inline-block;
}
.price-table-03 ul li {
    margin-bottom: 10px;
}
.price-table-03 ul i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: text-bottom;
    color: #f57e20;
}
.price-table-03 .btn-main {
    bottom: 30px;
}
.progress-container .progress {
    background: #e6e6e6;
}
.progress-container .progress-bar {
    background: #2d40be;
}
.progress-container.radial .progress,
.progress-container.radial .progress-bar {
    border-radius: 6px;
}
.progress-01 h4,
.progress-04 h4 {
    font-size: 14px;
    margin-bottom: 6px;
}
.progress-01 .progress {
    overflow: visible;
    height: 12px;
}
.progress-01 .progress-bar span {
    margin-top: -26px;
    color: #f57e20;
    float: right;
    font-size: 14px;
}
.progress-02 .progress-bar {
    text-align: right;
}
.progress-03 .progress-wrapper h4 {
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0;
    display: inline-block;
}
.progress-03 .progress {
    height: 30px;
}
.progress-03 .progress-bar {
    text-align: left;
}
.progress-03 .progress-bar span {
    margin-right: 12px;
    line-height: 30px;
    float: right;
}
.progress-03.radial .progress,
.progress-03.radial .progress-bar {
    border-radius: 20px;
}
.progress-04 .progress {
    overflow: visible;
    height: 6px;
    line-height: 6px;
    width: 92%;
}
.alert,
.alert p {
    line-height: 1.1;
}
.progress-04 .progress-bar span {
    color: #222;
    font-size: 14px;
    position: absolute;
    bottom: -7px;
    right: 0;
    margin-bottom: 0;
}
.divider-half,
.divider-small {
    margin-right: auto;
    margin-left: auto;
}
.corporex-table-01 > tbody > tr > td,
.corporex-table-01 > tbody > tr > th,
.corporex-table-01 > tfoot > tr > td,
.corporex-table-01 > tfoot > tr > th,
.corporex-table-01 > thead > tr > td,
.corporex-table-01 > thead > tr > th,
.corporex-table-02 > tbody > tr > td,
.corporex-table-02 > tbody > tr > th,
.corporex-table-02 > tfoot > tr > td,
.corporex-table-02 > tfoot > tr > th,
.corporex-table-02 > thead > tr > td,
.corporex-table-02 > thead > tr > th,
.corporex-table-03 > tbody > tr > td,
.corporex-table-03 > tbody > tr > th,
.corporex-table-03 > tfoot > tr > td,
.corporex-table-03 > tfoot > tr > th,
.corporex-table-03 > thead > tr > td,
.corporex-table-03 > thead > tr > th,
.corporex-table-04 > tbody > tr > td,
.corporex-table-04 > tbody > tr > th,
.corporex-table-04 > tfoot > tr > td,
.corporex-table-04 > tfoot > tr > th,
.corporex-table-04 > thead > tr > td,
.corporex-table-04 > thead > tr > th,
.corporex-table-05 > tbody > tr > td,
.corporex-table-05 > tbody > tr > th,
.corporex-table-05 > tfoot > tr > td,
.corporex-table-05 > tfoot > tr > th,
.corporex-table-05 > thead > tr > td,
.corporex-table-05 > thead > tr > th {
    padding: 12px;
    border-top: none;
}
.corporex-table-01 > tbody > tr:nth-of-type(odd),
.corporex-table-02 > tbody > tr:nth-of-type(odd),
.corporex-table-03 > tbody > tr > td:nth-of-type(2n),
.corporex-table-03 > tbody > tr > th,
.corporex-table-04 > tbody > tr > td:nth-of-type(2n),
.corporex-table-04 > tbody > tr > th {
    background: rgba(35, 50, 149, 0.03);
}
.corporex-table-01 > tbody > tr:nth-of-type(2n),
.corporex-table-02 > tbody > tr:nth-of-type(2n),
.corporex-table-03 > tbody > tr > td:nth-of-type(odd),
.corporex-table-04 > tbody > tr > td:nth-of-type(odd) {
    background: rgba(35, 50, 149, 0.1);
}
.corporex-table-02 > tbody > tr > td,
.corporex-table-02 > tbody > tr > th,
.corporex-table-02 > tfoot > tr > td,
.corporex-table-02 > tfoot > tr > th,
.corporex-table-04 > tbody > tr > td,
.corporex-table-04 > tbody > tr > th,
.corporex-table-04 > tfoot > tr > td,
.corporex-table-04 > tfoot > tr > th {
    border: 1px solid rgba(35, 50, 149, 0.12);
}
.corporex-table-02 > thead > tr > td,
.corporex-table-02 > thead > tr > th,
.corporex-table-04 > thead > tr > td,
.corporex-table-04 > thead > tr > th {
    border: 1px solid #233295;
}
.alert,
.popover,
.tooltip-inner {
    border-radius: 0;
}
.alert-main-light,
.corporex-table-05 > tbody > tr,
.corporex-table-05 > tbody > tr > th {
    background: #eff0fb;
}
.corporex-table-05 > tbody > tr:nth-of-type(2n) > td:nth-of-type(even),
.corporex-table-05 > tbody > tr:nth-of-type(2n) > th,
.corporex-table-05 > tbody > tr:nth-of-type(odd) > td:nth-of-type(odd) {
    background: #dadef6;
}
.corporex-modal .modal-content {
    border-radius: 0;
    padding: 24px;
}
.alert .close {
    margin-top: -2px;
}
.alert-main-border {
    border-color: #233295;
    color: #233295;
}
.alert-main {
    background: #233295;
    color: #fff;
    border-color: #19246c;
}
.alert-secondery-light {
    background: #ffeeec;
}
.popover {
    border-color: #ddd;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #233295;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #233295;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #233295;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #233295;
}
.divider,
hr {
    margin-top: 48px;
    margin-bottom: 48px;
    border-color: #ddd;
}
.divider {
    border-top: 1px solid #ddd;
}
.divider.has-circle .circle,
.divider.has-circle .circle:after,
.divider.has-circle .circle:before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -7px;
    left: 50%;
    border: 1px solid #ddd;
    background: #fff;
    transform: translateX(-50%);
    border-radius: 50%;
}
.divider.has-circle .circle:after,
.divider.has-circle .circle:before {
    content: "";
    top: -1px;
}
.divider.has-circle .circle:before {
    left: calc(50% - 21px);
}
.divider.has-circle .circle:after {
    left: calc(50% + 21px);
}
.divider.has-icon i {
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    line-height: 42px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.divider.colored-bg i,
.dropcap.has-bg {
    background: #f57e20;
    border-color: #ff2501;
    color: #fff;
}
.divider-dotted {
    border-style: dotted;
}
.divider-dashed {
    border-style: dashed;
}
.divider-double {
    border-style: double;
    border-top-width: 4px;
}
.divider-small {
    width: 200px;
}
.dropcap {
    float: left;
    font-size: 48px;
    color: #222;
    margin-top: 12px;
    margin-right: 12px;
}
.dropcap.has-border {
    border: 1px solid #ddd;
    padding: 18px 12px;
    margin-top: 10px;
    margin-right: 15px;
}
.progress-circle .chart {
    width: 180px;
    height: 180px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.progress-circle .progress-amount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 700;
}
.progress-circle h4 {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 48px;
}
@media (min-width: 1200px) {
    .portfolio-style-01 .portfolio-container {
        height: 468px;
    }
    .portfolio-style-01 .portfolio-item.item-01 {
        width: 468px;
    }
    .portfolio-style-01 .portfolio-item.item-02,
    .portfolio-style-01 .portfolio-item.item-03,
    .portfolio-style-01 .portfolio-item.item-04,
    .portfolio-style-01 .portfolio-item.item-05,
    .portfolio-style-01 .portfolio-item.item-06 {
        width: 234px;
    }
}
@media (min-width: 992px) {
    .corporex-navbar .container,
    .navbar-02 .dropdown-menu > li {
        position: relative;
    }
    .corporex-navbar .navbar-nav > li > a {
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .corporex-navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    .corporex-navbar .dropdown-menu {
        top: 146%;
        opacity: 0;
        transition: 0.3s;
        display: block;
        visibility: hidden;
        left: -18px;
        right: auto;
        border: 0;
        border-radius: 0;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.175);
    }
    .corporex-navbar .dropdown-menu > li:not(.col-sm-3) {
        width: 100%;
        display: block;
    }
    .corporex-navbar .dropdown-menu > li:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .corporex-navbar .dropdown-menu .dropdown-menu {
        left: 100%;
        top: -9px;
        opacity: 0;
        transition: 0.3s;
    }
    .corporex-navbar .dropdown-menu li a {
        display: block;
        padding: 12px 18px;
    }
    .corporex-navbar .dropdown-menu li a:after {
        left: 18px;
    }
    .corporex-navbar .megamenu {
        width: 100%;
        left: 0;
    }
    .navbar-01 {
        padding-top: 10px;
        padding-bottom: 10px;
                border-radius: 0;
    }
    .navbar-01 .navbar-brand {
        height: 62px;
        line-height: 62px;
    }
    .navbar-01 .dropdown-menu {
        border-top: 2px solid #f57e20;
    }
    .navbar-02 .dropdown-menu li a {
        color: #222;
        padding: 15px 24px;
    }
    .navbar-02 .dropdown-menu li a:hover {
        background: #f57e20;
        color: #fff;
    }
    .navbar-02 .dropdown-menu {
        left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-02 .dropdown-menu .dropdown-menu {
        top: -1px;
    }
    .navbar-02 .megamenu,
    .navbar-02 .megamenu > li {
        padding: 0;
    }
}
@media (max-width: 1199px) {
    .blog-section .post-wrapper {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .site-footer .footer-blocks .row > div {
        margin-bottom: 48px;
    }
    .site-footer .footer-blocks .row > div:last-child {
        margin-bottom: 0;
    }
    .pricing-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .portfolio-style-01 .portfolio-container {
        height: 970px;
    }
    .portfolio-style-01 .portfolio-item.item-01 {
        width: 50%;
    }
    .portfolio-style-01 .portfolio-item.item-02 {
        width: 25%;
        left: 50%;
    }
    .portfolio-style-01 .portfolio-item.item-03 {
        width: 25%;
        left: 75%;
    }
    .portfolio-style-01 .portfolio-item.item-04 {
        top: 485px;
        left: 0;
        width: 50%;
    }
    .portfolio-style-01 .portfolio-item.item-05 {
        width: 25%;
        left: 50%;
        top: 242.5px;
    }
    .portfolio-style-01 .portfolio-item.item-06 {
        top: 485px;
        left: 50%;
        width: 50%;
    }
    .about-section .img-block {
        padding-right: 18px;
    }
    .accordion-section .panel-title {
        font-size: 14px;
    }
    .site-footer .footer-blocks .row > div:nth-child(n + 3) {
        margin-bottom: 0;
    }
    .widget-tabs .nav-tabs > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .blog-post-03 .entry-title {
        font-size: 18px !important;
        line-height: 26px !important;
    }
}
@media (max-width: 991px) {
    .title-block h2 {
        line-height: 28px;
    }
    .page-title-banner {
        height: 210px;
    }
    .page-title-banner h2,
    .portfolio-details-section .portfolio-title {
        font-size: 30px;
        line-height: 36px;
    }
    .page-title-banner .bread-crumb {
        margin-top: 15px;
    }
    .about-04 .text-block,
    .contact-banner .contact-btn,
    .cta-bar .cta-btn {
        position: static;
        transform: none;
    }
    .contact-banner,
    .cta-bar,
    .site-footer .bottom-bar,
    .site-footer .contact-info .container {
        text-align: center;
    }
    .top-bar .quick-contact li:after {
        margin-left: 8px;
    }
    .corporex-navbar .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
    }
    .blog-style-04 .row > div:first-child,
    .contact-banner p,
    .cta-bar p,
    .portfolio-details-02 .portfolio-meta,
    .portfolio-details-section .portfolio-f-img {
        margin-bottom: 30px;
    }
    .corporex-navbar .navbar-brand {
        height: 45px;
    }
    .about-04,
    .split-content {
        height: auto;
    }
    .corporex-navbar .navbar-nav li {
        margin-right: 0;
    }
    .corporex-navbar .navbar-nav li a {
        width: 100%;
        display: block;
    }
    .corporex-navbar .navbar-nav li a:hover:after {
        width: 18px;
    }
    .corporex-navbar .navbar-nav > li > a:after {
        top: 6px;
    }
    .corporex-navbar .dropdown-menu,
    .navbar-02 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .corporex-navbar .dropdown-menu > li:hover > .dropdown-menu {
        visibility: visible;
        display: block;
    }
    .contact-banner .contact-btn,
    .cta-bar .cta-btn,
    .site-footer .contact-info .row {
        display: inline-block;
    }
    .corporex-navbar .megamenu,
    .navbar-02 .megamenu li {
        padding: 0;
    }
    .corporex-navbar .megamenu li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .corporex-navbar .navbar-nav .open .dropdown-menu .dropdown-header,
    .corporex-navbar .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px;
    }
    .corporex-navbar .navbar-nav .open .dropdown-menu .dropdown-header:after,
    .corporex-navbar .navbar-nav .open .dropdown-menu > li > a:after {
        left: 15px;
    }
    .navbar-01 .megamenu li a:hover {
        padding-left: 6px;
    }
    .navbar-01 .dropdown-menu .dropdown-menu li a {
        padding-left: 33px !important;
    }
    .navbar-01 .dropdown-menu .dropdown-menu li a:after {
        left: 33px !important;
    }
    .navbar-02 .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-02 .navbar-toggle {
        margin-left: 12px;
    }
    .about-04 .img-block img,
    .accordion-section .image-wrapper img,
    .features-section .img-wrapper img,
    .intro-section .row > div,
    .team-section .row > div,
    .testimonial-section .content-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-02 .dropdown a:focus {
        background: #f57e20;
    }
    .navbar-02 .dropdown-menu > li > a {
        background: #fff;
    }
    .navbar-02 .dropdown-menu > li > a:focus,
    .navbar-02 .dropdown-menu > li > a:hover,
    .navbar-02 .megamenu li a:hover {
        background: #f57e20;
        color: #fff;
    }
    .navbar-02 .dropdown-menu .dropdown-menu > li > a {
        padding-left: 36px !important;
    }
    .navbar-02 .megamenu li a,
    .navbar-02 .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 24px;
        padding-right: 24px;
    }
    .navbar-02 .megamenu li a {
        background: #fff;
        color: #222;
    }
    .navbar-02 .open > a,
    .navbar-02 .open > a:focus {
        background: #e62100;
    }
    .intro-section .row > div {
        max-width: 436px;
    }
    .intro-07 .feature-set .content-wrapper {
        margin-left: 48px;
    }
    .about-section .img-block {
        padding-right: 15px;
    }
    .about-04 .content-block {
        padding-top: 96px;
        padding-bottom: 72px;
    }
    .about-04 .img-block img {
        position: static;
    }
    .service-tab .tab-content .row > div,
    .site-footer .contact-info .row > div:last-child {
        margin-bottom: 0;
    }
    .service-tab .tab-content .row > div:last-child {
        margin-bottom: 48px;
    }
    .service-tab .tab-content img,
    .widget-content-slider .image-right h3 {
        margin-bottom: 24px;
    }
    .team-section .row > div,
    .testimonial-section .content-wrapper {
        max-width: 360px;
    }
    .blog-single .widget,
    .single-post .post-wrapper,
    .testimonial-style-02 .content-wrapper {
        max-width: none;
    }
    .split-content .content-wrapper {
        position: static;
        transform: none;
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .split-content .split-block:after {
        left: -30%;
        right: auto;
    }
    .sidebar,
    .split-content .block-02 {
        padding-left: 15px;
    }
    .split-content .block-02 .content-wrapper {
        margin-left: 0;
    }
    .split-content .img-bg:before {
        z-index: -1;
    }
    .split-content .img-bg:after {
        z-index: -2;
    }
    .blog-section .post-standard .entry-title {
        font-size: 24px;
        line-height: 30px;
    }
    .site-footer .contact-info .row > div {
        text-align: left;
        margin-bottom: 12px;
    }
    .site-footer .footer-blocks .row > div,
    .widget {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer .bottom-links {
        margin-top: 12px;
        text-align: center;
    }
    .portfolio-details-section .portfolio-meta {
        margin-top: 48px;
    }
    .portfolio-details-03 .portfolio-meta ul,
    .portfolio-details-04 .portfolio-meta ul {
        padding-left: 12px;
        padding-right: 12px;
    }
    .portfolio-details-03 .portfolio-meta ul li,
    .portfolio-details-04 .portfolio-meta ul li {
        display: block;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        padding-bottom: 8px;
        border-bottom: 1px dotted #aaa;
        margin-bottom: 8px;
    }
    .portfolio-details-03 .portfolio-meta ul li strong,
    .portfolio-details-04 .portfolio-meta ul li strong {
        display: inline-block;
        margin-right: 18px;
    }
    .portfolio-details-03 .portfolio-meta ul li:last-child,
    .portfolio-details-04 .portfolio-meta ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .portfolio-details-04 .portfolio-f-img {
        margin-bottom: 30px !important;
    }
    .blog-posts,
    .contact-form-block .form-block,
    .single-post {
        margin-bottom: 60px;
    }
    .widget-content-slider .image-left img {
        width: 346px;
        margin-right: 30px;
    }
    .widget-content-slider .image-right img {
        width: 346px;
        margin-left: 30px;
    }
    .member-details {
        padding-bottom: 48px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .corporex-navbar {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .corporex-navbar .navbar-collapse.collapse {
        display: none !important;
    }
    .corporex-navbar .navbar-collapse.collapse.in {
        display: block !important;
    }
    .corporex-navbar .navbar-header .collapse,
    .corporex-navbar .navbar-toggle {
        display: inline-block;
    }
    .corporex-navbar .navbar-header,
    .corporex-navbar .navbar-nav > li {
        float: none;
    }
    .corporex-navbar .navbar-toggle {
        margin-right: 0;
    }
    .corporex-navbar .navbar-nav {
        float: none !important;
    }
    .corporex-navbar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .blog-single-06 .page-title-banner,
    .corporex-slider .item {
        height: 600px;
    }
    .corporex-slider .carousel-caption h1 {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .corporex-slider .carousel-caption h1 span {
        font-size: 21px;
        line-height: 36px;
    }
    .corporex-slider .carousel-caption .lead {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 21px;
    }
    .portfolio-style-01 .portfolio-container {
        height: 1500px;
    }
    .portfolio-style-01 .portfolio-item.item-01 {
        width: 50%;
    }
    .portfolio-style-01 .portfolio-item.item-02 {
        width: 50%;
        left: 50%;
    }
    .portfolio-style-01 .portfolio-item.item-03 {
        width: 50%;
        left: 0;
        top: 375px;
    }
    .portfolio-style-01 .portfolio-item.item-04 {
        width: 50%;
        left: 50%;
        top: 375px;
    }
    .portfolio-style-01 .portfolio-item.item-05 {
        width: 50%;
        left: 50%;
        top: 750px;
    }
    .portfolio-style-01 .portfolio-item.item-06 {
        width: 50%;
        left: 0;
        top: 1125px;
    }
    .split-content .content-wrapper {
        padding-left: 72px;
        padding-right: 72px;
    }
    .callback-section .image-wrapper img {
        left: 3%;
    }
    .blog-single-06 .page-title-banner .entry-title {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .blog-post-03 .post-wrapper:nth-child(2n) .image-wrapper {
        margin-right: 0;
        margin-left: 30px;
        position: relative;
        left: calc(100% - 310px);
    }
    .blog-post-03 .post-wrapper:nth-child(2n) .post-content {
        position: relative;
        left: -310px;
    }
}
@media (max-width: 767px) {
    .content_banner {
        margin-top: 10px;
    }
    
    .content_banner h1 {
    color: #fff;
    text-align: center !important;
    font-size: 25px !important;
    line-height: 30px !important;
    padding-left: 0 !important;
}
    ul.bread-crumb.b_lf {
    text-align: center !important;
    margin: 10px 0;
    padding-left: 0 !important;
}
    .b_lf {
        margin-top: -15px !important;
    }
    .vid_banner video {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        border-radius: 10px;
    }
    .banner_top {
        height: 350px !important;
    }
    .title-block {
        width: 70%;
    }
    .title-block h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .title-block p {
        font-size: 16px;
        line-height: 26px;
    }
    .text-block h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .page-content {
        padding-top: 72px;
        padding-bottom: 24px;
    }
    .page-title-banner {
        height: 186px;
    }
    .about-03 h2,
    .callback-section h2,
    .contact-banner h2,
    .cta-bar h2,
    .features-03 h2,
    .fun-facts-01 .content-block h2,
    .intro-07 .text-block h2,
    .page-title-banner h2,
    .portfolio-details-section .portfolio-title,
    .single-post .comment-title,
    .single-post .reply-title,
    .split-section .content-block h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .page-title-banner .bread-crumb {
        margin-top: 12px;
    }
    .page-title-banner .bread-crumb a {
        font-size: 14px;
    }
    .member-details .member-info,
    .portfolio-details-04 .related-project-block .block-title,
    .tab-02 .top-icon li {
        text-align: center;
    }
    .timeline-wrapper .btn-container .btn-circle,
    .top-bar .top-bar-social {
        margin-left: 3px;
    }
    a.navbar-brand {
        width: 80%;
    }
    .h1-extra {
        font-size: 25px;
        line-height: 30px;
        text-transform: capitalize;
    }
    .vid_sec_hm {
        margin: 10px;
    }
    .c-box,
    .split-section .single-layer {
        height: auto;
    }
    .top-bar .top-bar-menu li {
        display: none;
    }
    .top-bar .top-bar-menu li:nth-child(2) {
        display: inline-block;
    }
    .corporex-navbar .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }
    .corporex-navbar .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-01 {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .navbar-02 .header-social {
        margin-top: 4.5px;
    }
    .navbar-02 .header-social li,
    .tab-02 .nav-tabs > li a {
        margin-right: 0;
    }
    .navbar-02 .header-social a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .blog-single-06 .page-title-banner,
    .corporex-slider .item {
        height: 480px;
    }
    .corporex-slider .item.caption-left .carousel-caption {
        left: 30px;
    }
    .corporex-slider .item.caption-right .carousel-caption {
        right: 30px;
    }
    .corporex-slider .carousel-caption h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .about-03 .lead,
    .corporex-slider .carousel-caption h1 span {
        font-size: 18px;
        line-height: 28px;
    }
    .corporex-slider .carousel-caption .lead {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 21px;
    }
    .corporex-slider .carousel-control.left .glyphicon {
        margin-left: -24px;
    }
    .corporex-slider .carousel-control.right .glyphicon {
        margin-right: -24px;
    }
    .intro-09 .icon-box {
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 60px;
    }
    .intro-09 .content-wrapper {
        margin-left: 72px;
    }
    .about-section .row > div,
    .callback-section,
    .features-section {
        padding-left: 72px;
        padding-right: 72px;
    }
    .about-section .content-block h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .about-03 .feature-set > div {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .about-06 .img-block {
        margin-bottom: 30px !important;
    }
    .about-06 .row:first-child,
    .single-post .comment .comment-meta,
    .single-post .short-bio .content-wrapper h3 {
        margin-bottom: 12px;
    }
    .split-section .img-block {
        position: static !important;
        float: none !important;
        height: 420px;
    }
    .split-section .content-block h2 small {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px;
    }
    .split-section .content-wrapper {
        position: static !important;
        transform: none !important;
        padding: 72px;
    }
    .split-section .btn-open {
        margin-top: 72px !important;
    }
    .split-content .content-wrapper {
        padding-left: 48px;
        padding-right: 48px;
    }
    .portfolio-style-01 .portfolio-container {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    .portfolio-style-01 .portfolio-item {
        width: 100%;
        position: static;
    }
    .portfolio-style-01 .item-wrapper {
        position: relative;
    }
    .portfolio-style-02 .item-wrapper {
        max-width: 585px;
        margin-left: auto;
        margin-right: auto;
    }
    .newsletter-section {
        padding-bottom: 96px;
    }
    .newsletter-section .row > div,
    .single-post .post-bottom > div:first-child,
    .tab-03 .nav-tabs > li {
        margin-bottom: 18px;
    }
    .contact-banner p,
    .cta-bar p {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .callback-section {
        padding-bottom: 480px;
    }
    .callback-section .image-wrapper img {
        left: 50%;
        transform: translateX(-50%);
    }
    .service-section .row > div {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .features-03 h2 small {
        font-size: 18px;
    }
    .service-02 .icon-box {
        width: 60px;
        height: 72px;
        line-height: 72px;
        font-size: 30px;
        margin-top: 6px;
    }
    .service-02 .content-wrapper {
        margin-left: 84px;
    }
    .member-details .member-bio,
    .member-details .member-bio img,
    .price-table-02 .pricing-wrapper,
    .price-table-03 .pricing-wrapper,
    .pricing-wrapper,
    .single-post .short-bio img {
        margin-left: auto;
        margin-right: auto;
    }
    .member-details .member-bio {
        max-width: 570px;
    }
    .blog-section .post-standard .image-wrapper {
        margin-bottom: 15px;
    }
    .portfolio-details-section .portfolio-f-img,
    .tab-01 .nav-tabs,
    .widget-content-slider .image-right h3 {
        margin-bottom: 24px;
    }
    .portfolio-details-section .portfolio-meta {
        margin-top: 36px;
    }
    .blog-post-02 .image-wrapper,
    .blog-post-03 .image-wrapper,
    .blog-post-06 .image-wrapper {
        width: 100% !important;
        margin: 0 0 24px !important;
    }
    .blog-post-02 .post-content,
    .blog-post-03 .post-content,
    .blog-post-06 .post-content {
        width: 100% !important;
    }
    .blog-post-02 .entry-title,
    .blog-post-03 .entry-title,
    .blog-post-06 .entry-title {
        font-size: 21px !important;
        line-height: 28px !important;
    }
    .single-post .post-bottom > div {
        width: 100%;
        float: none;
    }
    .single-post .short-bio img {
        float: none;
        display: block;
        margin-bottom: 24px;
    }
    .single-post .short-bio .content-wrapper {
        margin: 0;
        text-align: center;
    }
    .tab-02 .nav-center li,
    .timeline-wrapper .btn-container {
        text-align: left;
    }
    .single-post .short-bio .author-social {
        position: static !important;
        margin-bottom: 18px;
    }
    .single-post .comment .comment-author img {
        width: 60px;
    }
    .single-post .comment .children {
        padding-left: 24px;
    }
    .single-post .comment .comment-wrapper {
        margin-left: 78px;
    }
    .single-post .comment .comment-header h4,
    .tab-05 .nav-tabs li:last-child,
    .timeline-wrapper .timeline-item .timeline-date h5,
    .timeline-wrapper .timeline-item > div:first-child {
        margin-bottom: 0;
    }
    .single-post .comment .comment-reply {
        position: static;
        margin-bottom: 30px;
        display: inline-block;
    }
    .comments-style-02 .comment-author {
        margin-bottom: 0 !important;
    }
    .comments-style-02 .header-content h4 {
        margin-top: 0;
    }
    .comments-style-02 .children {
        padding-left: 30px !important;
    }
    .widget-content-slider img {
        margin-bottom: 24px !important;
    }
    .widget-content-slider .image-left img {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .widget-content-slider .image-right img {
        width: 100%;
        margin-left: 0;
        float: none;
    }
    .blog-single-06 .page-title-banner .entry-title {
        font-size: 30px;
        line-height: 46px;
        margin-bottom: 30px;
    }
    .blog-single-06 .page-title-banner .post-meta li {
        margin-right: 12px;
    }
    .blog-single-fullwidth .page-content,
    .blog-single-nosidebar .page-content {
        padding-bottom: 12px;
    }
    .shortcode-section .block-title {
        line-height: 24px;
    }
    .timeline-wrapper:after {
        left: 24px;
    }
    .timeline-wrapper .timeline-item > div {
        text-align: left;
        padding-left: 72px !important;
        padding-right: 15px !important;
    }
    .timeline-wrapper .timeline-item .timeline-pointer {
        left: 30px !important;
        right: auto !important;
    }
    .timeline-02 .timeline-item .timeline-pointer,
    .timeline-03 .timeline-item .timeline-pointer,
    .timeline-04 .timeline-item .timeline-pointer {
        left: 15px !important;
    }
    .timeline-04 .timeline-content.text-right .content-wrapper:after,
    .timeline-04 .timeline-content.text-right .content-wrapper:before {
        border-left-color: transparent;
        border-right-color: #c4c4c4;
        right: auto;
        left: -24px;
    }
    .timeline-04 .timeline-content.text-right .content-wrapper:after {
        border-right-color: #fff;
        left: -23px;
    }
    .pricing-wrapper {
        max-width: 312px;
    }
    .corporex-accordion .panel-title {
        font-size: 14px;
        line-height: 21px;
    }
    .corporex-accordion .panel-title a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .corporex-tabs .nav-tabs > li {
        display: block;
        float: none;
    }
    .tab-01 .nav-tabs li {
        float: none;
        margin-top: -1px;
    }
    .tab-01 .nav-tabs li.active a {
        border-right-color: transparent;
        border-bottom-color: #ddd !important;
    }
    .tab-02 .top-icon li a,
    .tab-02 .top-icon li.active a,
    .tab-03 .nav-tabs > li > a,
    .tab-04 .nav-tabs li {
        border-bottom: 1px solid #ddd;
    }
    .tab-02 .nav-tabs,
    .tab-03 .nav-tabs {
        border-bottom: none;
    }
    .tab-01 .has-border li a:before {
        width: 2px;
        height: auto;
        right: auto;
        left: -1px;
        top: -1px;
        bottom: -1px;
    }
    .tab-02 .nav-tabs {
        border-right: 1px solid #ddd;
    }
    .tab-02 .nav-tabs > li a:after {
        width: 1px;
        height: 100%;
        left: auto;
        right: -1px;
    }
    .tab-02 .top-icon {
        border-right: none;
    }
    .tab-02 .top-icon li a:after {
        width: 100%;
        height: 1px;
    }
    .tab-03 .nav-tabs > li.active > a,
    .tab-03 .nav-tabs > li:focus > a {
        border-bottom: 1px solid #ddd !important;
    }
    .tab-04 .nav-tabs li {
        border-right: none;
        margin-bottom: 12px;
    }
    .tab-04 .nav-tabs li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .tab-05 .nav-tabs li {
        margin-bottom: 6px;
    }
    .alert {
        line-height: 1.3;
    }
}
@media (max-width: 480px) {
    .title-block {
        width: 90%;
    }
    .btn-ghost,
    .btn-main {
        padding: 8px 18px;
    }
    .pagination-block ul li a {
        padding: 6px 12px;
    }
    .section-block {
        padding-top: 72px;
        padding-bottom: 24px;
    }
    .top-bar .quick-contact,
    .top-bar .quick-contact .fa,
    .top-bar .top-bar-menu,
    .top-bar .top-bar-social {
        font-size: 13px;
    }
    .about-section .row > div,
    .callback-section,
    .features-section,
    .intro-section .row > div,
    .site-footer .footer-blocks .row > div,
    .split-content .content-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
    .top-bar ul li {
        margin-right: 6px;
    }
    .top-bar ul li:after {
        margin-left: 10px;
        height: 10px;
    }
    .top-bar .quick-contact li:after {
        margin-left: 3px;
    }
    .navbar-02 .header-social {
        display: none;
    }
    .corporex-slider .item {
        height: 480px;
    }
    .corporex-slider .carousel-caption {
        width: 70% !important;
    }
    .corporex-slider .carousel-caption h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .corporex-slider .carousel-caption .lead {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 21px;
    }
    .corporex-slider .carousel-control {
        display: none !important;
    }
    .corporex-slider .carousel-control.left .glyphicon {
        margin-left: -6px;
    }
    .corporex-slider .carousel-control.right .glyphicon {
        margin-right: -6px;
    }
    .intro-section .row > div {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-section .content-block h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .about-section .content-block h2 span {
        font-size: 16px;
        line-height: 28px;
    }
    .split-section .content-wrapper {
        padding: 60px 18px;
    }
    .features-tab .nav-tabs li {
        display: block;
        text-align: center;
    }
    .blog-section .post-split {
        margin-bottom: 48px;
    }
    .blog-section .post-split:last-child {
        margin-bottom: 0;
    }
    .blog-section .post-split .image-wrapper {
        width: 100%;
        margin-bottom: 12px;
    }
    .blog-section .post-split .post-content,
    .features-02 .icon-block {
        width: 100%;
    }
    .blog-section .post-standard .entry-title {
        font-size: 21px;
        line-height: 28px;
    }
    .features-02 .icon-box {
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto;
    }
    .features-02 .content-block {
        width: 100%;
        text-align: center;
    }
    .features-02 .content-block h3 {
        margin-bottom: 18px;
    }
    .fun-facts-section .facts-block .row > div {
        width: 100% !important;
    }
    .accordion-section .panel-title {
        font-size: 14px;
        line-height: 24px;
    }
    .single-post-03 .comments,
    .single-post-03 .post-wrapper,
    .single-post-04 .comment-respond,
    .single-post-04 .comments,
    .single-post-04 .post-wrapper {
        padding: 18px;
    }
    .single-post-02 .prev-next-02 ul > li {
        width: 100%;
        margin: 0 !important;
    }
    .single-post-03 .image-wrapper,
    .single-post-04 .image-wrapper {
        margin-top: -19px;
        margin-left: -19px;
        margin-right: -19px;
        margin-bottom: 24px !important;
    }
    .single-post-03 .comment .comment-author,
    .single-post-04 .comment .comment-author {
        float: none;
        margin-bottom: 12px;
    }
    .single-post-03 .comment .comment-wrapper,
    .single-post-04 .comment .comment-wrapper {
        margin-left: 0;
    }
    .single-post-04 .image-wrapper {
        margin-top: 0 !important;
    }
    .widget-tabs .nav-tabs > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .widget-gallery .photo-gallery li:nth-child(4n + 1) {
        clear: none;
    }
    .progress-04 .progress {
        width: 85%;
    }
    .shortcode-section .btn-wrapper .btn {
        margin-bottom: 12px;
    }
}
.white_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f2f2f2;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.white_box label {
    font-weight: 700;
    text-align: left;
    width: 50%;
}
.white_box .textbox-text {
    width: 48%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.white_box [type="submit"] {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    width: 200px;
    margin: 10px 0;
}
form#pricingForm {
    background-color: rgb(153 204 255);
    padding: 40px;
    border-radius: 20px;
}
form#pricingForm label
 {
    color: #000;
}

.btn_ss {
    margin-top: 25px;
}
h2.head_tit strong {
    color: #000 !important;
}
.calcu p {
    color: #000;
}
.white_box [type="submit"]:hover {
    background-color: #45a049;
}
#PriceDisplay {
    margin-top: 20px;
}
#PriceDisplay .textbox-text {
    width: 48%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.white_box p:first-child {
    margin-top: 20px;
    font-weight: 700;
}
.white_box a {
    color: red;
    font-weight: 700;
}
.white_box a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 600px) {
    .white_box {
        flex-direction: column;
        align-items: center;
    }
    .white_box .textbox-text {
        width: 100%;
    }
}
.page_design h1 {
    font-size: 28px;
    text-transform: capitalize;
    line-height: 30px;
    padding-bottom: 30px;
}

.page_design h2 {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}
.content-wrapper h1 {
    font-size: 20px;
    line-height: 30px;
}

.header {
    text-align: left;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
    font-size: 21px;
}

.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.service-column {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 3px solid #4285f4;
}

.service-column p {
    margin: 0.8rem 0;
    position: relative;
    padding-left: 1.2rem;
}

.service-column p:before {
    content: "•";
    color: #4285f4;
    position: absolute;
    left: 0;
}

.benefits {
    background: #f0f7ff;
    padding: 1.8rem;
    border-radius: 8px;
    margin-bottom: 4rem;
    font-size: 21px;
}

.benefits strong {
    padding-bottom: 20px;
}

.benefit-item {
    margin-top: 10px;
    margin-bottom: 0.8rem;
    padding-left: 1.8rem;
    position: relative;
}
.power-section strong {
    font-size: 21px;
}

.power-section p {
    font-size: 18px;
    margin-top: 10px;
}
.benefit-item:before {
    content: "✓";
    color: #34a853;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.power-section {
    background: white;
    padding: 1.8rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 3rem;
    border-top: 3px solid #ea4335;
}

.cta {
    text-align: center;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 8px;
}

.cta-button {
    display: inline-block;
    background: #4285f4;
    color: white;
    padding: 0.8rem 1.8rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    margin-top: 1rem;
    transition: background 0.2s;
}

.cta-button:hover {
    background: #3367d6;
}

.mbv-body {
    /*font-family: 'Helvetica Neue', Arial, sans-serif;*/
    line-height: 1.6;
    color: #333;
    /*max-width: 1000px;*/
    margin: 0 auto;
    padding: 20px;
}

/* Typography */
.mbv-heading {
    font-size: 1.8rem;
    color: #2c3e50;
    margin: 2rem 0 1rem;
    font-weight: 600;
}

.mbv-subheading {
    font-size: 21px;
    color: #34495e;
    margin: 1.5rem 0 0.8rem;
    font-weight: 500 !important;
}

.mbv-text-lead {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

/* Sections */
.mbv-section {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ecf0f1;
}

.mbv-section-last {
    margin-bottom: 3rem;
    padding-bottom: 0;
    border-bottom: none;
}

/* List Styles */
.mbv-list {
    padding-left: 1.2rem;
}

.mbv-list-item {
    margin-bottom: 0.8rem;
    position: relative;
}

.mbv-list-item:before {
    content: "•";
    color: #3498db;
    position: absolute;
    left: -1rem;
}

/* Highlight Box */
.mbv-highlight {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-left: 4px solid #3498db;
    margin: 1.5rem 0;
}

/* CTA */
.mbv-cta {
    text-align: center;
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 4px;
}

.mbv-button {
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 0.8rem 1.8rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 1rem;
    transition: background-color 0.2s;
}

.mbv-button:hover {
    background-color: #2980b9;
}

/* Responsive */
@media (max-width: 768px) {
    .mbv-body {
        padding: 15px;
    }

    .mbv-heading {
        font-size: 1.5rem;
    }
}
.mbv-faq-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.mbv-faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.mbv-faq-header h2 {
    font-size: 30px;
    margin: 0;
    color: #333;
}

.mbv-faq-header p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.mbv-faq-item {
    border-bottom: 1px solid #ddd;
}

.mbv-faq-question {
    background: #f9f9f9;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    color: #333;
}

.mbv-faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.mbv-faq-item.active .mbv-faq-question::after {
    transform: rotate(45deg);
}

.mbv-faq-answer {
    display: none;
    padding: 15px 20px;
    background: #fff;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.mbv-faq-item.active .mbv-faq-answer {
    display: block;
}

@media (max-width: 600px) {
    .mbv-faq-question,
    .mbv-faq-answer {
        padding: 15px;
    }
}

.mbv-container {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 50px 20px;*/
}
.mbv-header {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e5ee;
}
.mbv-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2a3485;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.mbv-header h1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #2a3485, #4a5fc5);
    border-radius: 2px;
}
.mbv-section p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.mbv-header p {
    font-size: 19px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}
.mbv-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgb(42 52 133 / 0.08);
    padding: 40px;
    margin-bottom: 40px;
    border-left: 5px solid #2a3485;
    transition: transform 0.3s ease;
}
.mbv-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgb(42 52 133 / 0.15);
}
.mbv-section h2 {
    font-size: 1.8rem;
    color: #2a3485;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}
.mbv-section h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #2a3485;
}
.mbv-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}
.mbv-feature {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 20px rgb(42 52 133 / 0.08);
    border-top: 3px solid #2a3485;
    transition: all 0.3s ease;
}
.mbv-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgb(42 52 133 / 0.12);
}
.mbv-feature h3 {
    color: #2a3485;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.mbv-highlight p {
    color: #fff;
}
.mbv-feature h3:before {
    content: "•";
    color: #2a3485;
    font-size: 2em;
    margin-right: 10px;
    line-height: 0;
}
.mbv-highlight {
    background: linear-gradient(to right, #2a3485, #3a4ab5);
    color: #fff;
    padding: 40px;
    border-radius: 8px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}
.mbv-highlight:before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgb(255 255 255 / 0.05);
    border-radius: 50%;
}
.mbv-highlight:after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: rgb(255 255 255 / 0.05);
    border-radius: 50%;
}
.mbv-highlight h2 {
    color: #fff;
    position: relative;
    z-index: 1;
}
.mbv-highlight h2:after {
    background: rgb(255 255 255 / 0.3);
}
.mbv-cta {
    text-align: center;
    margin-top: 60px;
}
.mbv-cta .btn {
    display: inline-block;
    background: #2a3485;
    color: #fff;
    padding: 16px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgb(42 52 133 / 0.3);
    transition: all 0.3s ease;
    border: 2px solid #2a3485;
}
.mbv-cta .btn:hover {
    background: #fff0;
    color: #2a3485;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgb(42 52 133 / 0.4);
}
@media (max-width: 768px) {
    .mbv-header h1 {
        font-size: 2.2rem;
    }
    .mbv-section {
        padding: 30px 20px;
    }
    .mbv-feature-grid {
        grid-template-columns: 1fr;
    }
}



.mbv-container{max-width:1200px;margin:0 auto;padding:50px 20px}.mbv-header{text-align:center;margin-bottom:60px;padding-bottom:30px;border-bottom:1px solid #e1e5ee}.mbv-header h1{font-size:2.8rem;font-weight:700;color:#2a3485;margin-bottom:20px;position:relative;display:inline-block}.mbv-header h1:after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#2a3485,#4a5fc5);border-radius:2px}.mbv-section p{font-size:18px;line-height:30px;text-align:justify}.mbv-header p{font-size:19px;color:#555;max-width:800px;margin:0 auto}.mbv-section{background:#fff;border-radius:8px;box-shadow:0 5px 25px rgb(42 52 133 / .08);padding:40px;margin-bottom:40px;border-left:5px solid #2a3485;transition:transform 0.3s ease}.mbv-section:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgb(42 52 133 / .15)}.mbv-section h2{font-size:1.8rem;color:#2a3485;margin-top:0;margin-bottom:25px;position:relative;padding-bottom:15px}.mbv-section h2:after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:#2a3485}.mbv-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:40px 0}.mbv-feature{background:#fff;border-radius:8px;padding:30px;box-shadow:0 5px 20px rgb(42 52 133 / .08);border-top:3px solid #2a3485;transition:all 0.3s ease}.mbv-feature:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgb(42 52 133 / .12)}.mbv-feature h3{color:#2a3485;font-size:18px;margin-top:0;margin-bottom:15px;display:flex;align-items:center}.mbv-highlight p{color:#fff}.mbv-feature h3:before{content:'•';color:#2a3485;font-size:2em;margin-right:10px;line-height:0}.mbv-highlight{background:linear-gradient(to right,#2a3485,#3a4ab5);color:#fff;padding:40px;border-radius:8px;margin:40px 0;position:relative;overflow:hidden}.mbv-highlight:before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:rgb(255 255 255 / .05);border-radius:50%}.mbv-highlight:after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:rgb(255 255 255 / .05);border-radius:50%}.mbv-highlight h2{color:#fff;position:relative;z-index:1}.mbv-highlight h2:after{background:rgb(255 255 255 / .3)}.mbv-cta{text-align:center;margin-top:60px}.mbv-cta .btn{display:inline-block;background:#2a3485;color:#fff;padding:16px 45px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;box-shadow:0 10px 20px rgb(42 52 133 / .3);transition:all 0.3s ease;border:2px solid #2a3485}.mbv-cta .btn:hover{background:#fff0;color:#2a3485;transform:translateY(-3px);box-shadow:0 15px 30px rgb(42 52 133 / .4)}@media (max-width:768px){.mbv-header h1{font-size:2.2rem}.mbv-section{padding:30px 20px}.mbv-feature-grid{grid-template-columns:1fr}}



.mbv-faq-container {
            
            max-width: 900px;
            margin: 40px auto;
            padding: 0 20px;
        }
        
        .mbv-faq-heading {
            text-align: center;
            margin-bottom: 30px;
            color: #2c3e50;
            font-size: 32px !important;
            font-weight: 600;
        }
        
        .mbv-accordion-item {
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            /*box-shadow: 0 2px 10px rgba(0,0,0,0.08);*/
            border: 1px solid #e0e0e0;
            transition: all 0.3s ease;
        }
        
        .mbv-accordion-item:hover {
            box-shadow: 0 5px 15px rgba(0,0,0,0.12);
        }
        
        .mbv-accordion-header {
            padding: 18px 25px;
            background-color: #f8f9fa;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 18px;
    font-weight: 400;
            color: #34495e;
            transition: background-color 0.3s ease;
        }
        
        .mbv-accordion-header:hover {
            background-color: #e9ecef;
        }
        
        .mbv-accordion-header.active {
            background-color: #3340a0;
            color: white;
        }
        
        .mbv-accordion-icon {
            transition: transform 0.3s ease;
            font-size: 18px;
        }
        
        .mbv-accordion-header.active .mbv-accordion-icon {
            transform: rotate(180deg);
        }
        
        .mbv-accordion-content {
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            background-color: white;
        }
        
        .mbv-accordion-content.show {
            padding: 20px 25px;
            max-height: 1000px;
        }
        
        .mbv-accordion-content p {
            margin: 0;
            line-height: 1.6;
            color: #4a5568;
        }
        
        .mbv-highlight-text {
            color: #3340a0;
            font-weight: 600;
        }
        .pt-10 {
            padding-top:10px;
        }
        .mbv-note {
            font-style: italic;
            color: #7f8c8d;
            margin-top: 10px;
        }
        
          .vid_banner 
 {
    margin-top: 0px !important;
        margin-right: -30px;
}
.content_banner h1 {
    color: #fff;
    text-align: left;
    font-size: 35px;
    line-height: 46px;
    padding-left: 40px;
}
.page-title-banner
 {
    height: auto;
 }
 .progress-02.radial .progress, .progress-02.radial .progress-bar, .vid_banner video
 {
    border-radius: 0px;
}