/*-----------------------------------------------------------------------------------

JK Engineering Design Services

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
    Loaded All Plugins
    Theme default CSS
    1. Home One
        1.1 H1 header top
        1.2 H1 navigation
        1.3 H1 Slider
        1.4 H1 Featured
        1.5 H1 Counter
        1.6 H1 Inspiring
        1.7 h1 Market Style
        1.8 Technical Solutions
        1.9 H1 Letest Project
        1.10 Letest Project Inner
        1.11 H1 Testimonials
        1.12 H1 Quote & Questions
        1.13 H1 Call to action
        1.14 H1 blog
        1.15 H1 Sponsor
        1.16 H1 Subscription
        1.17 H1 Footer
        1.18 H1 Copyright
    2. Home Two
        2.1 H2 header top
        2.2 H2 Header Bottom
        2.3 H2 header contact
        2.4 H2 Slider
        2.5 H2 Featured
        2.6 H2 Market
        2.7 H2 Company
        2.8 H2 Request
        2.9 H2 Testimonials
        2.10 H2 Letest Project
        2.11 H2 Accordion
        2.12 H2 Question features
        2.13 h2 Blog
    3. Home Three
        3.1 H3 header top
        3.2 h3 Mavigation
        3.3 H3 featured
        3.4 H3 Inspiring
        3.5 H3 Market Style
        3.6 H3 Latest Project
        3.7 H3 Team Management
        3.8 H3 Testimonials
        3.9 H3 Blog
    4. About
    5. Service
    6. Service Details
    7. Contact
    8. 404 Page
    9. Project Single
    10. Blog Sidebar
    11. Team Management
    12. Faq Page
    13. Market Inner page

-----------------------------------------------------------------------------------*/
/* Loaded All Plugins */

/* Embed Google Font*/

@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700");

  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');


/*
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@import url("bootstrap.min.css");
/*
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import url("font-awesome.min.css");
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
@import url("owl.carousel.min.css");
/*! Magnific Popup - v1.1.0 - 2016-02-20
 * http://dimsemenov.com/plugins/magnific-popup/
 * Copyright (c) 2016 Dmitry Semenov;
 */
@import url("magnific-popup.css");
/*! Flaticon icon font: Flaticon
 *  Creation date: 21/07/2018 07:20
 */
@import url("flaticon.css");
/*! stellarnav.min
 * Copyright (c) vinnymoreira;
 */
@import url("stellarnav.min.css");
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@import url("animate.min.css");



/**
 * ---------------------------------------------------------------------------
 * Theme default CSS
 * ---------------------------------------------------------------------------
 */

.clear {
    clear: both
}

::-moz-selection {
    background: #00a2e8;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00a2e8;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}


body {
  font-family: "Roboto", sans-serif;
  /*font-family:"poppins", sans-serif !important;*/
  font-size: 18px;
  line-height: 28px;
    font-weight: 500;
  color: #242424;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    outline: none;
    box-shadow:none;
}
a{
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
    color: transparent;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

p a,
p a:visited {
    line-height: inherit;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

/* list */

ul,
ol {
    margin-bottom: 0px;
    margin-top: 0px;
}

ul {
    margin: 0;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 0px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}

li {
    line-height: 22px;
    margin-bottom: 0px;
}

/* definition list */

dl {
    margin: 12px 0;
}

dt {
    margin: 0;
    color: #11ABB0;
}

dd {
    margin: 0 0 0 20px;
}


/* Global Class */

.btn {
  text-transform: uppercase;
  font-weight: 600;
}
.activeColor {
  color: #00a2e8 !important;
}
.activeBg {
  background-color: #00a2e8;
}
.btn {
  border-radius: 0;
  padding: 15px 28px 12px;
  background-color: #00a2e8;
  border-color: #00a2e8;
  line-height: 1;
}
.btn:hover {
  background-color: #061538;
  border-color: #061538;
}
.activeBorder {
  background-color: transparent;
  border-color: #00a2e8;
}
.section-title {
  margin-bottom: 39px;
  position: relative;
}
.section-thumb {
    position: absolute;
    left: 0;
    top: 5px;
}
.section-body {
    position: relative;
    left: 63px;
    top: 0;
    display: inline-block;
}
.section-title .sub-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
.section-title .main-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #061538;
}
.h1-spacer {
    margin-top: 25px;
}
.home3-base-title .stock {
  margin-top: 10px;
}
.home3-base-title .sub_title {
  font-size: 24px;
  font-weight: 400;
}
.home3-base-title .section-title {
  font-size: 22px;
  font-weight: 700;
  color: #061538;
}
.page_title {
  background-image: url(../img/market-sectors-title-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}
.page_title .page_tittle {
  font-size: 22px;
  line-height: 18px;
  font-weight: 700;
}
.page_title .page_tittle {
     padding: 60px 0 90px;
    font-size: 36px;
    -webkit-text-fill-color: #0d96f700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(16 158 241);
    font-size: 100px;
    font-weight: 700;
    position: initial;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    z-index: -1;
    text-transform: uppercase;
}
.bread_crumb a {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
.bread_crumb a:hover {
  color: #00a2e8;
}
.pagination_waper {
  padding-top: 20px;
}
.pagination_waper li.page-item .page-link {
    font-size: 18px;
    line-height: 56px;
    border: 1px solid #24242425;
    font-weight: 600;
    width: 58px;
    height: 58px;
    text-align: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.pagination_waper li.page-item .page-link:hover {
  background-color: #00a2e8;
  border-color: #00a2e8;
  color: #ffffff !important;
}
.pagination_waper .activeborder {
  border-color: #00a2e8;
}
.section-title-two .main-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #061538;
  margin-bottom: 15px;
}
.section-title-two {
    margin-bottom: 44px;
}
.section-title-three {
    margin-bottom: 42px;
}
.section-title-three h1 {
    margin-bottom: 11px;
    font-size: 36px;
    font-weight: 3;
    color: #061538;
}
.section-title-three h1 strong {
    font-weight: 700;
    color: #061538;
}
.section-title-three h1.text-light strong {
    color: #fff;
}


/* video button style */
.ct-cat-button {
  font-size: 24px;
  line-height: 1;
  padding: 18px 40px 15px;
  font-weight: 600;
}

.overflow-hidden {
  overflow: hidden;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00a2e8;
  z-index: 10;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100%;
}
.play-btn i {
  font-size: 30px;
  color: #ffffff;
}
.overflowhidden {
  overflow: hidden;
}

/* Preloader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url("../img/preloader.gif");
  width: 160px;
  height: 20px;
  position: relative;
  top: 50%;
  margin: -20px auto 0 auto;
}

#main-nav.navbar-fixed-top {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
	    border-top: 5px solid #27b7f3;
}

.h2-navigation-area.navbar-fixed-top {
    background: #fff !important;
}
.h2-navigation-area.navbar-fixed-top .logo.hidden-logo {
    visibility: visible;
}
.h2-navigation-area.navbar-fixed-top .main-nav-area ul li a {
    color: #242424;
}
.h2-navigation-area.navbar-fixed-top .main-nav-area ul li a {
    color: #242424 !important;
}
.h2-navigation-area.navbar-fixed-top .main-nav-area ul ul li a {
    color: #fff !important;
}


#h3-main-nav.navbar-fixed-top {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.h3-navigation-area.navbar-fixed-top {
    background: #fff !important;
}
.h3-navigation-area.navbar-fixed-top .main-nav-area ul li a {
    color: #242424;
}
.h3-navigation-area.navbar-fixed-top .main-nav-area ul li a {
    color: #242424 !important;
}
.h3-navigation-area.navbar-fixed-top .main-nav-area ul ul li a {
    color: #fff !important;
}
.h3-navigation-area .logo .h3-logo-hidden{
  visibility: hidden;
}
.h3-navigation-area.navbar-fixed-top .logo .h3-main-logo{
  display: none;
}

.h3-navigation-area.navbar-fixed-top .logo .h3-logo-hidden{
  visibility: visible;
}






/* Social Media */
.facebook {
    color: #3b5998;
}
.twitter {
    color: #1da1f2;
}
.skype {
    color: #00aff0;
}
.vine {
    color: #00b488;
}

/* Blog Search */

.search-form .form-group {
    border: 1px solid #24242460;
    padding-top: 11px;
    padding-bottom: 8px;
    padding-left: 22px;
    padding-right: 20px;
}
.search-form .form-control {
    font-size: 18px;
    height: auto;
}
.search-form .form-control:focus {
    box-shadow: none;
}
.search-form .btn {
    background: transparent;
    border-color: transparent;
    color: #24242460;
}
.search-form .btn:hover {
    color: #00a2e8;
}
.search-form .btn:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #24242460 !important;
}
.search-form .btn:focus {
    background: none;
    box-shadow: none;
}
.search-form .btn-primary:not(:disabled):not(.disabled).active, .search-form .btn-primary:not(:disabled):not(.disabled):active, .search-form .show > .btn-primary.dropdown-toggle {
    box-shadow: none;
}


/******************
* 1. Home One
*******************/



/* 1.1 H1 header top */
.h1-header-top-area {
    background: #0b0b0b;
    
}
.h1-single-top-block {
    padding: 18px 25px 18px 0;
}
.h1-single-top-block {
    display: inline-block;
    padding-right: 25px;
    margin-right: 25px;
    line-height: 25px;
    border-right: 1px solid #242424;
}
.h1-single-top-block:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: unset;
}
.h1-single-top-block i.fa {
    color: #00a2e8;
    margin-right: 10px;
    font-size: 15px;
}
.h1-single-top-block strong {
    font-weight: 600;
    color: #ffffff;

}
.h1-single-top-block span,
.h1-single-top-block a {
    color: #ffffff;
    font-weight: 300;
}
.h1-single-top-block a:hover{
    color: #00a2e8;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.h1-social-media{
    float: right;
    padding-top: 22px;
    display: block;
    overflow: hidden;
}
.h1-social-media ul{
    margin: 0;
    padding: 0;
}
.h1-social-media ul li {
    list-style: none;
    display: inline-block;
    overflow: hidden;
    margin-right: 15px;
}
.h1-social-media ul li a{
    width: 30px;
    height: 30px;
    color: #868686;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.h1-social-media ul li a i.fa {
    color: #fff;
    font-size: 15px;
}
.h1-social-media ul li a:hover{
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.h1-social-media ul li:last-child {
    margin-right: 0;
}
.h1-social-media ul li a:hover .fa-facebook {
    color: #3b5998;
}
.h1-social-media ul li a:hover .fa-twitter {
    color: #1da1f2;
}
.h1-social-media ul li a:hover .fa-skype {
    color: #00aff0;
}
.h1-social-media ul li a:hover .fa-vine {
    color: #00b488;
}

/* 1.2 H1 navigation */

.h3-navigation-area .logo,
.h1-navigation-area .logo {
    padding-top: 10px;
    display: inline-block;
    overflow: hidden;
    
}

.header-search {
    margin-right: 25px;
    padding-right: 20px;
    border-right: 1px solid #c8c8c8;
    padding-left: 25px;
}
.header-search i {
    color: #a9a9a9;
    transition: 0.5s;
}
.header-search i {
    color: #00a2e8;
}
.header-style-two {
    border-right: none;
}

/* All Navigation Css */
#main-nav {
    padding: 0px;
    position: relative;
    
}
#main-nav .navbar-nav {
    margin: 0 auto;
}
#main-nav ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    line-height: 15px;
    /* position: relative; */
    padding:34px 16px;
    text-transform: uppercase;
}
#main-nav ul ul li a {
    text-transform: capitalize;
}
#main-nav ul ul li a {
  color: #fff;
}
#main-nav ul li ul li a {
    padding: 15px 15px;
    line-height: 22px;
}
#main-nav ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 35%;
    width: 20px;
    height: 4px;
    background: #00a2e8;
    transform: translateX(-50%);
    transition: 0.5s;
    opacity: 0;
}
#main-nav .ct-active ul li a:before {
    opacity: 1;
    left: 50%;
}

.h2-navigation-area .logo {
    display: inline-block;
    overflow: hidden;
    padding-top: 20px;
}

#main-nav ul li a:hover {
    color: #00a2e8;
}
#main-nav ul li a:hover:before {
    left: 50%;
    opacity: 1;
}
#main-nav ul li ul li a:hover:before{
  opacity: 0;
}

/* StellarNav */
.stellarnav {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}
.stellarnav ul ul {
    background-color: #061538;
}
.stellarnav ul li a {
    color: #ffffff;
    padding: 20px;
}
.stellarnav ul ul a:hover {
    background: #00a2e8;
    color: #fff !important;
}

.main-nav-area {
    display: inline-block;
    float: right;
}
.nav-serch-area {
    display: inline-block;
    float: right;
    padding-top: 20px;
}
.stellarnav.mobile ul {
    background: transparent;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    color: #061538;
}
.stellarnav.mobile li.has-sub a {
    color: #061538;
}
.stellarnav.mobile .menu-toggle {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 0;
    width: auto;
}
.logo.hidden-logo {
    visibility: hidden;
}
#main-header {
    position: absolute;
    z-index: 10;
    width: 100%;
}
#main-header #main-nav ul li a {
    color: #fff;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  z-index: 99999;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
#main-header #main-nav {
  background: #ffffff10;
}
#main-header #main-nav .navbar-nav {
  margin: 0;
}

/* 1.3 H1 Slider */

.slider-area {
    position: relative;
    z-index: 1;
}
.single-slider::before {
    opacity: 0.7;
}
.single-slider .content {
    left: 0;
    position: absolute;
    right: 0;
    top: 25%;
}
.single-slider .content .intro {
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    color: #ffffff;
}
.single-slider .content .intro span{
    font-weight: 300;
}
.slider-area .owl-item.active .single-slider .intro {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.single-slider .content .title {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}
.slider-area .owl-item.active .single-slider .title {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.single-slider .content .text {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.slider-area .owl-item.active .single-slider .text {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.single-slider .content .buttons {
  margin: 45px 0 0;
}
.slider-area .owl-item.active .single-slider .buttons {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.single-slider .content .buttons .link {
    margin-right: 20px;
}
.slider-area .owl-dots {
    bottom: 80px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}
.slider-area .owl-dots .owl-dot {
    background: #9f9ba0;
    display: inline-block;
    height: 8px;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
    border-radius: 5px;
}
.slider-area .owl-dots .owl-dot.active {
    width: 30px;
    background-color: #00a2e8;
}

/* 1.4 H1 Featured */

.h1-featured {
    padding: 100px 0px 113px;
}
.featured-img {
    padding-right: 18px;
    position: relative;
}
.featured-img:before {
    content: "";
    left: 90px;
    right: 0;
    background: #00a2e8;
    position: absolute;
    top: 90px;
    bottom: -15px;
}
.featured-img img {
  position: relative;
  z-index: 10;
}
.featured-item {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}
.featured-icon {
    margin-bottom: 10px;
}
.featured-icon i {
    color: #00a2e8;
}
.featured-icon i:before {
    font-size: 47px;
    line-height: 47px;
}
.featured-item:hover .featured-item-title {
    color: #00a2e8;
}
.featured-item:hover .featured-icon i {
    color: #061538;
}
.featured-item-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    transition: 0.5s;
    margin: 0;
    color: #061538;
    margin-bottom: 8px;
	    font-family: sans-serif;
}
p.featured-content {
    margin-bottom: 0;
}

 /* 1.5 H1 Counter */

.work-counter {
    padding: 35px 20px 0;
    border-top: 1px solid;
    border-color: #e9e9e9;
    margin-top: 5px;
}
.single-counter {
    margin-bottom: 30px;
}
.work-counter .activeColor {
    font-weight: 600;
}
.single-counter .counter{
    font-weight: 600;
    color: #061538;
}
.single-counter h5{
    font-size: 24px;
    color: #061538;
}

/* 1.6 H1 Inspiring */

.inspiring-section {
    background: #f8f8f8;
    position: relative;
    padding: 96px 0px 87px;
}
.inspiring-section-bg {
    right: 0;
    background: transparent;
    position: absolute;
    top: 0;
    -webkit-clip-path: polygon(355px 0px, 100% 0px, 100% 100.00%, 0px 100%);
    clip-path: polygon(355px 0px, 100% 0px, 100% 100.00%, 0px 100%);
    height: 588px;
    overflow: hidden;
}
.inspiring-by{
    margin-top: 68px
}
.inspiring-by img{
    margin-bottom: 20px;
}
.business-video {
    position: relative;
    float: left;
    left: 15%;
    top: 50%;
    margin-top: -32px;
}
.video-play-button {
    position: relative;
    z-index: 10;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #00a2e8;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #00a2e8;
    border-radius: 50%;
    transition: all 200ms;
}
.video-play-button-two {
    position: relative;
    z-index: 10;
    top: 50%;
    margin-bottom: -25px;
}
.video-play-button-two:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    background: #00a2e8;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button-two:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #00a2e8;
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-play-button i.fa-play {
 color: #fff;
 position: absolute;
 z-index: 9;
 font-size: 30px;
 left: -6px;
 top: 50%;
 transform: translateY(-50%);
 right: 0;
 margin: auto;
}
.video-play-button-two i.fa-play {
    color: #fff;
    position: absolute;
    z-index: 9;
    font-size: 30px;
    margin-top: -13px;
    left: -5px;
}

/* 1.7 h1 Market Style */

.h1-markets {
  padding: 96px 0px 75px;
}
.market-items i {
  color: #fff;
}
.market-items i:before {
  font-size: 32px;
}
.market-items i.fa-link {
  color: #00a2e8;
}
.market-items i.fa-link:before {
  font-size: 30px;
}
.market-items .card {
  overflow: hidden;
}
.market-items .card:hover .shape {
  border-top: 110px solid #00a2e8;
  border-left: 110px solid transparent;
}
.market-items .card:hover .img-overlay {
  opacity: 1;
  transform: translateY(0);
}
.market-items .card:hover .img-overlay::before {
  opacity: 1;
}
.market-items .card:hover .categories {
  margin: 20px 20px;
}
.market-items .card:hover .card-title {
  color: #00a2e8;
}
.market-items .card a {
  color: #061538;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.market-items .card .card-title {
  transition: 0.5s;
  font-weight: 600;
  font-size: 23px;
  color: #061538;
}
.market-items .categories {
  position: absolute;
  top: 0;
  right: 0;
  margin: 16px 15px;
  transition: 0.5s;
}
.market-items .shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  transition: 0.5s;
  border-top: 100px solid #061538;
  border-left: 100px solid transparent;
}
.market-items .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 21, 56, 0.66);
  opacity: 0;
  transition: 0.5s;
  transform: translateY(-10px);
}
.market-items .img-overlay:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 26px;
  bottom: 26px;
  right: 26px;
  transition: 0.8s;
}
.market-items .style-1:before {
  border-color: #00a2e8;
  border: 1px solid;
}


/* 1.8 Technical Solutions */

.h1-technical-solutions {
  padding: 96px 0px 100px;
}
.h1-technical-solutions {
  background: url("../img/technical-solutions-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
	box-shadow: 0px 0px 16px 9px #00a2e852;
}
.technical-content {
  margin-bottom: 20px;
}
.technical-solutions ul{
  margin: 0;
  padding: 0;
}
.technical-solutions li {
  padding-left: 25px;
  position: relative;
  list-style: none;
}
.technical-solutions li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: #00a2e8;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 0px 1px 2px #ffffff;
  box-shadow: inset 0px 0px 1px 2px #ffffff;
  border: 1px solid #00a2e8;
  transform: translateY(-50%);
}
.technical-solutions-btn {
   margin-top: 45px;
}
.btn-primary img {
  margin-left: 10px;
}


/* 1.9 H1 Letest Project */

.h1-latest-project {
  padding: 96px 0px 70px;
}
.mixitup-menus .btn {
  text-transform: none;
}
#mixitup-projects .mix {
  margin-bottom: 30px;
}
.mixitup-menus {
  margin-bottom: 30px;
  background-color: #00a2e8;
  text-align: center;
}
.mixitup-menus button {
  padding: 18px;
  margin: 0 12px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  color: #fff;
}
.mixitup-menus button:hover {
  background: transparent;
  border-color: transparent;
  color: #061538;
}
.mixitup-menus button:focus {
  box-shadow: none;
}
.mixitup-menus .mixitup-control-active {
  position: relative;
  color: #061538;
  font-weight: 500;
}
.mixitup-control-active:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #061538;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mixitup-projects .card {
   overflow: hidden;
}
#mixitup-projects .card:hover .shape {
  border-bottom: 110px solid #00a2e8;
  border-right: 110px solid transparent;
  opacity: 1;
}
#mixitup-projects .card:hover .img-overlay {
  opacity: 1;
  transform: translateY(0);
}
#mixitup-projects .card:hover .img-overlay::before {
  opacity: 1;
}
#mixitup-projects .card:hover .categories {
  margin: 20px;
  opacity: 1;
}
#mixitup-projects .categories {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 10px;
  transition: 0.5s;
  opacity: 0;
}
#mixitup-projects .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  transition: 0.5s;
  opacity: 0;
  border-bottom: 100px solid #00a2e8;
  border-right: 100px solid transparent;
}
#mixitup-projects .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 21, 56, 0.66);
  opacity: 0;
  transition: 0.5s;
  transform: translateY(-10px);
}
#mixitup-projects .img-overlay:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 26px;
  bottom: 26px;
  right: 26px;
  transition: 0.8s;
}

/* 1.10 Project Inner */

.project-section-padding{
  padding: 100px 0px;
}
.inner-mixitup-menus{
  margin-bottom: 30px;
}
.inner-mixitup-menus .filter-btn {
  text-transform: none;
  background-color: #ffffff;
  margin: 0 3px;
  border-color: #e9e9e9;
  color: #061538;
}
.inner-mixitup-menus .filter-btn:hover {
  background-color: #00a2e8;
  border-color: transparent;
  color: #061538;
}
.inner-mixitup-menus .filter-btn:focus {
  box-shadow: none;
}
.inner-mixitup-menus .mixitup-control-active {
  position: relative;
  color: #ffffff !important;
  font-weight: 600;
  background-color: #00a2e8 !important;
}
.inner-mixitup-menus .mixitup-control-active:before{
  content: "";
  position: relative;
}


 /* 1.11 H1 Testimonials */

.h1-testimonials {
  padding: 96px 0px 100px;
}
.h1-testimonials {
  background: url(../img/testimonial-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.h1-testimonials h6.sub-title{
  color: #00a2e8;
}
#testimonial-items .section-title .main-title {
  font-size: 25px;
}
#testimonial-items .item {
  border: 1px solid #46516a;
  padding: 45px 40px;
}
#testimonial-items .testimonial-content {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
#testimonial-items .testimonial-author-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
#testimonial-items .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  margin: 0;
}
#testimonial-items .owl-nav .owl-prev {
  display: inline-block;
  margin-right: 10px;
}
#testimonial-items .owl-nav .owl-next {
  display: inline-block;
}
#testimonial-items .owl-nav i {
  width: 25px;
  height: 25px;
  color: #fff;
  line-height: 24px;
  border: 1px solid #46516a;
  text-align: center;
}
#testimonial-items .owl-nav i:hover {
  color: #fff;
  background-color: #00a2e8;
}


/* 1.12 H1 Quote & Questions */

.h1-faq-area{
  padding: 96px 0px 82px;
}
.h1-quote-form {
  margin-top: 12px;
  margin-bottom: 18px;
}
.quote-content p {
  font-size: 15px;
  margin: 0;
  line-height: 25px;
  display: inline;
}
.quote-content span {
  font-weight: 600;
}
.quote-form textarea {
  height: 123px !important;
  resize: none;
}
.form-control {
  height: auto;
  padding: 7px 10px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #00a2e8;
}

.h1-accordion {
  -webkit-box-shadow: 0px 0px 54px #3738361f;
  box-shadow: 0px 0px 54px #3738361f;
}
.h1-accordion .card {
  border: 0;
  border-bottom: 1px solid #eeeeee;
}
.h1-accordion .card .card-header h5{
  margin: 0;
}
.h1-accordion .card:last-child {
  border: 0;
}
.h1-accordion .card:hover .accordion-icon {
  background: #00a2e8;
  color: #ffffff;
}
.h1-accordion .collapsed .accordion-icon {
  background: #eeeeee;
  color: #061538;
}
.h1-accordion .btn {
  padding: 7px 20px 0;
  white-space: unset;
  background: #ffffff;
  border-color: #ffffff;
}
.h1-accordion .btn-link:hover, .h1-accordion .btn-link:active, .h1-accordion .btn-link:focus {
  text-decoration: none;
}
.h1-accordion .card-header {
  border-bottom: 0;
  box-shadow: none;
}
.h1-accordion .accordion-icon {
  width: 33px;
  height: 33px;
  background: #00a2e8;
  color: #fff;
  float: left;
  transition: 0.5s;
}
.h1-accordion .accordion-title {
  font-size: 18px;
  text-transform: none;
  line-height: 1;
  font-weight: 600;
  color: #061538;
  padding: 15px 0;
}
.h1-accordion .card-body {
  padding-left: 70px;
  padding-right: 50px;
  padding-top: 0;
}


/* 1.13 H1 Call to action */

.call-to-action {
    padding: 96px 0px 82px;
}
.call-to-action {
    background-image: url(../img/call_to_action_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
.call_left {
    margin-bottom: 15px;
}
.call_left h2 {
    font-size: 36px;
    line-height: 40px;
    display: inline;
}

/* 1.14 H1 blog */

.blog-mata {
    margin-bottom: 20px;
}
.blog-mata ul{
  margin: 0;
  padding: 0;
}
.blog-mata ul li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.blog-mata ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #919191;
}
.blog-mata i {
    margin-right: 8px;
}
.blog-mata ul li a {
    color: #242424;
}
.blog-mata ul li a:hover {
    color: #00a2e8;
}
.blog-mata ul li:last-child:before {
    width: 0;
}
.blog-inner-tag .tags-list a {
    color: #242424;
    margin-left: 5px;
}
.blog-inner-tag .tags-list a:hover {
    color: #00a2e8;
}
.blog-comment-area .comment-title {
    font-size: 22px;
    font-weight: 600;
    color: #061538;
}
.blog-social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.blog-social-media ul li {
    list-style: none;
    display: inline-block;
    background: #ddd;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}
.blog-social-media ul li a {
    text-decoration: none;
    box-shadow: none;
    color: #242424;
}
.blog-social-media ul li a:hover {
    text-decoration: none;
    box-shadow: none;
    color: #00a2e8;
}
.blog-sidebar .tag-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar .tag-group ul li {
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
.blog-sidebar .tag-group ul li a {
    padding: 10px 15px 8px;
    margin: 1px 3px 0px;
    font-size: 15px;
    text-transform: none;
    background: transparent;
    border: 1px solid #e9e9e9;
    color: #242424;
    display: block;
    overflow: hidden;
}
.blog-sidebar .tag-group ul li a:hover {
  background: #00a2e8;
  color: #fff;
}
.blog-page .card {
    border: 0;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 13px -2px #04040440;
    box-shadow: 0px 0px 13px -2px #04040440;
}
.blog-page .card:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 5px 13px 0px #04040440;
    box-shadow: 0px 5px 13px 0px #04040440;
}

/* 1.15 H1 Sponsor */

.sponsored {
  border-top: 1px solid #dedede;
  padding: 20px 0;
}
#client-carousel-items .client-single-items {
    text-align: center;
}

#client-carousel-items .client-single-items img {
    width: auto;
    display: inline-block;
}


/* 1.16 H1 Subscription */
.subscription {
  background-color: #0b0b0b;
  padding: 35px 0;
}
.subscription .btn {
  border-radius: 6px;
}
.subscription-form input {
    width: 215px;
    padding: 10px 23px;
    border-radius: 5px;
    border: none;
    margin-right: 18px;
}
.subscription .from-element {
    padding-right: 20px !important;
}
.subscription .form-control:focus {
    outline: none;
    border-color: #ced4da;
    box-shadow: none;
}
.subscription .btn {
    border-radius: 6px;
    font-size: 15px;
    line-height: 1;
    padding: 16px 51px 12px;
    text-transform: uppercase;
    font-weight: 600;
}

/* 1.17 H1 Footer */

.footer {
    background-color: #0b0b0b;
    padding: 46px 0 50px;
    border-top: 1px solid #292929;
}
.footer .footer-nav-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.footer .footer-nav-list {
    padding-left: 25px;
}
.footer .footer-nav-list li {
    border-left: 1px solid #2f2f2f;
    list-style: none;
}
.footer .footer-nav-list a {
  color: #ffffff;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.footer .footer-nav-list a:hover {
  color: #00a2e8;
}
.footer .footer-nav-list a:hover:before {
  background: #00a2e8;
}
.footer .footer-nav-list a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  height: 1px;
  width: 25px;
  background: #848484;
  transform: translateY(-50%);
}
.footer .footer-block {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #242424;
}
.footer .footer-block:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.footer .footer-block a:hover .footer-blog-title {
  color: #00a2e8;
}
.footer .footer-block p {
  color: #848484;
}
.footer .footer-block .footer-blog-date {
  font-size: 12px;
  margin-bottom: 5px !important;
}
.footer .footer-block .footer-blog-title {
  font-size: 15px;
  line-height: 20px;
  transition: 0.5s;
}

.bind_footer {
  background: url("../img/bind_footer_bg.png") no-repeat;
  background-color: #0b0b0b;
}
.bind_footer .footer {
  border-color: transparent;
  background: transparent;
  padding: 100px 0 62px;
	border-top: 4px solid #00a2e8;
}
.bind_footer .footer .footer-nav-title {
  margin-bottom: 15px;
}
.bind_footer .footer .footer-logo {
  margin-bottom: 25px;
}
.bind_footer .footer .footer-nav-list li {
  border-color: transparent;
  margin-bottom: 10px;
}
.bind_footer .subscription-form input {
  width: 100%;
  background: transparent;
  border: 1px solid #484848;
  height: auto;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
}
.bind_footer .btn-primary {
  width: 100%;
  padding: 8px;
}
.bind_footer .address_info {
  margin-bottom: 60px;
}
.bind_footer .address_info span {
  font-weight: 500;
}
.bind_footer .address_info p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}
.bind_footer .address_info .footer-address {
  margin-bottom: 12px;
}
.bind_footer .address_info .footer-open {
  margin-top: 7px;
}
.bind_footer .social-media {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #3a3a3a;
}
.bind_footer .social-media a {
  float: left;
  margin-right: 15px;
}
.bind_footer .social-media i {
  display: inline-block;
  font-size: 10px;
}

/* 1.18 H1 Copyright */

.copyright {
  background: #141414;
  padding: 20px 0;
}
.copyright .company-name {
  font-weight: 600;
}
.copyright .company-name:hover {
  color: #848484;
}
.social-media a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #595959;
  margin-right: 15px;
  color: #868686;
}
.social-media a:last-child {
  margin: 0;
}
.social-media .ct-twitter:hover {
  background: #00aff0 !important;
  border-color: #00aff0 !important;
  color: #ffffff;
}
.social-media .ct-facebookr:hover {
  background: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #ffffff;
}
.social-media .ct-instagramr:hover {
  background: #fd1d1d !important;
  border-color: #fd1d1d !important;
  color: #ffffff;
}
.social-media .ct-skype:hover {
  background: #00aff0 !important;
  border-color: #00aff0 !important;
  color: #ffffff;
}
.social-media .ct-linkedin:hover {
  background: #0274b3 !important;
  border-color: #0274b3 !important;
  color: #ffffff;
}


/*****************************
* 2. Home Two
*******************************/

/* 2.1 H2 header top */
.h2-header-top-area{
    background: #fff;
    padding: 13px 0px;
}
.h2-header-top-area .h1-single-top-block{
    padding-top:0px;
    padding-bottom:0px;
}
.h2-header-top-area .h1-single-top-block strong {
    font-weight: 600;
    color: #061538;
}
.h2-header-top-area .h1-single-top-block a {
    color: #061538;
    font-weight: 300;
}
.h2-header-top-area .h1-single-top-block a:hover{
    color: #00a2e8;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.h2-header-top-area .h1-social-media{
  padding-top: 0;
}
.h2-header-top-area .h1-social-media ul li a i.fa{
    color: #868686;
    font-size: 15px;
}
.h2-header-top-area .h1-social-media ul li a:hover .fa-facebook {
    color: #3b5998;
}
.h2-header-top-area .h1-social-media ul li a:hover .fa-twitter {
    color: #1da1f2;
}
.h2-header-top-area .h1-social-media ul li a:hover .fa-skype {
    color: #00aff0;
}
.h2-header-top-area .h1-social-media ul li a:hover .fa-vine {
    color: #00b488;
}


/* 2.2 H2 Header Bottom */

#header-bottom {
  background-color: #0b0b0b;
  padding: 20px 15px;
  font-weight: 300;
  color: #ffffff;
}
#header-bottom a {
  color: #ffffff;
}
#header-bottom a:hover {
  color: #00a2e8 !important;
}
#header-bottom i {
  color: #00a2e8;
  margin-right: 10px;
  font-size: 15px;
}
#header-bottom strong {
  font-weight: 600;
}
#header-bottom .block {
  font-size: 15px;
}
#header-bottom .block:last-child {
  border: 0;
  margin: 0;
  padding-right: 0;
}
#header-bottom .social-media {
  padding: 10px 0;
}
#header-bottom .social-media a {
  margin-right: 20px;
}
#header-bottom .social-media a:hover i {
  color: red;
  transition: 0.5s;
}
#header-bottom .social-media a:hover .fa-facebook {
  color: #3b5998;
}
#header-bottom .social-media a:hover .fa-twitter {
  color: #1da1f2;
}
#header-bottom .social-media a:hover .fa-skype {
  color: #00aff0;
}
#header-bottom .social-media a:hover .fa-vine {
  color: #00b488;
}
#header-bottom .social-media a:last-child {
  margin-right: 0;
}
#header-bottom .social-media a i {
  margin: 0;
  color: #fff;
}


/* 2.3 H2 header contact */

.header-contact{
  text-align: right;
}
.h2-header-contact-info {
    margin-right: 32px;
    padding-right: 32px;
    border-right: 1px solid;
    border-color: #464646;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: left;
}
.h2-header-contact-info:last-child {
  border: 0;
  margin: 0;
  padding-right: 0;
}
.h2-header-contact-thumb {
    width: 25px;
    height: 35px;
    float: left;
    margin-right: 10px;
}
.h2-header-contact {
    float: right;
    display: block;
    overflow: hidden;
}

/* 2.4 H2 Slider */

.h2-single-slider {
    position: relative;
    overflow: hidden;
}
.h2-single-slider::before {
    opacity: 0.6;
}
.h2-single-slider .content {
    left: 0;
    position: absolute;
    right: 0;
    top: 37%;
    z-index: 9;
}
.h2-single-slider .content .intro {
    color: #ffffff;
    font-size: 56px;
    font-weight: 300;
    line-height: 66px;
    position: relative;
    padding-left: 30px;
}
.h2-single-slider .content .title {
    color: #ffffff;
    font-size: 60px;
    line-height: 68px;
    font-weight: 600;
}
.h2-single-slider .content .text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #ffffff;
}
.h2-single-slider .content .buttons .link {
    margin: 0 6px;
}
.h2-single-slider .content .intro:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 30px;
    background: #00a2e8;
    -webkit-box-shadow: 0 0 black;
    box-shadow: 0 0 black;
    z-index: -1;
}
.h2-single-slider .buttons {
    margin-top: 45px;
}


/* 2.5 H2 Featured */

.h2-featured {
    margin-top: -123px;
}
.h2-single-featured .card-title {
    font-size: 24px;
    color: #061538;
    transition: 0.5s;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.h2-single-featured .card-text {
    color: #242424;
}
.h2-single-featured svg {
    transition: 0.5s;
    fill: #00a2e8;
}
.h2-single-featured .card {
    border-color: #c7c7c7;
    transition: 0.5s;
}
.h2-single-featured .card:hover {
    -webkit-box-shadow: 0px 9px 8px -2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 9px 8px -2px rgba(0, 0, 0, 0.16);
}
.h2-single-featured .card:hover .card-title {
    color: #00a2e8;
}
.h2-single-featured .card:hover svg {
    fill: #061538;
}
.h2-single-featured .card-body {
    padding: 35px 33px 35px;
}
.featured_svg i:before {
    font-size: 45px;
    color: #00a2e8;
    line-height: 50px;
}
.h2-single-featured .card:hover .featured_svg i:before {
    color: #061538;
    transition: 0.5s;
}


/* 2.6 H2 Market */

.h2-market-section {
    padding: 98px 0px 68px;
}
.market-style-2 {
    margin-bottom: 22px;
}
.market-style-2:hover .media-icon {
    background: #00a2e8;
}
.market-style-2:hover .media-icon i:before {
    color: #ffffff;
}
.market-style-2:hover .b-color {
    border-color: #00a2e8;
}
.market-style-2 .img-overlay::before {
    border-color: transparent !important;
}
.market-style-2 .b-color {
    border: 1px solid;
    border-color: #CDD0D7;
    padding: 14px 10px 5px !important;
    border-radius: 4px;
}
.market-style-2 .media-icon {
    transition: 0.5s;
    margin-right: 10px;
}
.market-style-2 .media-icon i:before {
    color: #061538;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/* 2.7 H2 Company */

.h2-company-area {
    padding: 98px 0px 95px;
}
.h2-company-area {
    background: url("../img/background-about.jpg") no-repeat #f9f9f9;
    background-position: left;
    background-size: auto 100%;
}
.company-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #061538;
}
.company-featured {
    margin-top: 25px;
}
.sub-title {
    font-size: 22px;
    font-weight: 600;
    color: #061538;
}
.media {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px dashed #ececec;
}
.media:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.company-icon {
    width: 68px;
    height: 68px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 25px;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 80px;
}
.company-icon i:before {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    color: #00a2e8;
}

/* 2.8 H2 Request */

.h2-request {
    padding: 95px 0px 0px;
}
.request-form {
    padding: 20px;
    border: 5px solid #f6f6f6;
}
.request-form .form-control {
    font-size: 15px;
    border-color: #e9e9e9;
}
.request-form .form-control:focus {
    border-color: #e9e9e9;
    box-shadow: none;
}

/* 2.9 H2 Testimonials */

.h2-testimonials {
    padding: 98px 0px 100px;
}
.h2-testimonials {
    background: url("../img/testimonial-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
#h2-testimonial-items .owl-item {
    padding-top: 30px;
}
#h2-testimonial-items .item {
    border: 1px solid #3d485f;
    border-radius: 5px;
    margin-bottom: 1px;
}
#h2-testimonial-items .item-content {
  transform: translateY(-32px);
}
#h2-testimonial-items .testimonial-author-img {
    width: 65px;
    height: 65px;
    margin: 0 auto;
}
#h2-testimonial-items .testimonial-content {
    padding: 0px 33px 0px;
}
#h2-testimonial-items .testimonial-author-name {
    font-weight: 500;
    font-size: 18px;
    margin-top: 27px;
    display: block;
    overflow: hidden;
}
#h2-testimonial-items .testimonial-author-subtitle {
    font-size: 15px;
}
#h2-testimonial-items .quotation {
    margin-top: 15px;
}
#h2-testimonial-items .quotation img {
    width: auto;
    margin: 0 auto;
}

/* 2.10 H2 Letest Project */

.h2-latest-project{
    padding: 95px 0px 70px;
}
.h2-single-projects {
    margin-bottom: 30px;
}
.h2-single-projects:hover {
    -webkit-box-shadow: 0px 1px 25px #3738362b;
    box-shadow: 0px 1px 25px #3738362b;
    background: #fff;
    transition: 0.5s;
}
.h2-single-projects a {
    color: #061538;
}
.h2-single-projects .project-area {
    margin-bottom: 20px;
}
.h2-single-projects .project-area:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.h2-single-projects .card {
    background: #f4f4f4;
    border-color: transparent;
    transition: 0.5s;
}
.h2-single-projects .card:hover {
    background: #ffffff;
}
.h2-single-projects .card:hover a {
    color: #00a2e8;
    opacity: 1;
}
.h2-single-projects .project-img {
    padding: 10px 10px 0;
}
.h2-single-projects .card-title {
    font-size: 24px;
    font-weight: 600;
    padding: 10px 25px 11px;
    border-bottom: 1px solid #d5d5d5;
    color: #061538;
}
.h2-single-projects .project-meta {
    padding: 15px 25px 13px;
    color: #242424;
}
.h2-single-projects .project-meta a {
    color: #242424;
    opacity: 0.40;
}
.h2-single-projects .project-meta i, .h2-single-projects .project-meta p {
    font-size: 15px;
}


/* 2.11 H2 Accordion */

.h2-accordion {
  box-shadow: none;
}
.h2-accordion .card {
  border: 0;
  border-bottom: 1px solid #eeeeee;
}
.h2-accordion .card:last-child {
  border: 0;
}
.h2-accordion .card:hover .accordion-icon {
  background: #00a2e8;
  color: #ffffff;
}
.h2-accordion .collapsed .accordion-icon {
  background: #eeeeee;
  color: #061538;
}
.h2-accordion .btn {
  padding: 7px 20px 0;
  white-space: unset;
  background: #ffffff;
  border-color: #ffffff;
}
.h2-accordion .btn-link:hover, .h2-accordion .btn-link:active, .h2-accordion .btn-link:focus {
  text-decoration: none;
}
.h2-accordion .card-header {
  border-bottom: 0;
  box-shadow: none;
}
.h2-accordion .accordion-icon {
  width: 33px;
  height: 33px;
  background: #00a2e8;
  color: #fff;
  float: left;
  transition: 0.5s;
}
.h2-accordion .accordion-title {
  font-size: 18px;
  text-transform: none;
  line-height: 1;
  font-weight: 600;
  color: #061538;
  padding: 15px 0;
}
.h2-accordion .card-body {
  padding-left: 70px;
  padding-right: 50px;
  padding-top: 0;
}

/* 2.12 H2 Question features */

.h2-questions {
  background: #f4f4f4;
  display: block;
  overflow: hidden;
}
.question-block-left {
    background: #fff;
    padding: 97px 0 91px;
}
.h2-block-right {
    padding-top: 130px;
}
.h2-single-featured-box {
}
.features-item-border:nth-last-child(n+3) {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 35px;
    padding-bottom: 35px;
}
.h2-single-featured-box .featured-item-title{
  font-size: 24px;
  font-weight: 600;
  color: #061538;
}
.h2-single-featured-box .process_count {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
}
.h2-single-featured-box .featured-content{

}


/* 2.13 h2 Blog */

.h2-blog {
    padding: 96px 0 70px;
    -webkit-transition: all 0.5s;;
    -o-transition: all 0.5s;;
    transition: all 0.5s;;
}
.h2-blog-single-item .blog-img {
    position: relative;
}
.h2-blog-single-item .blog-img .overlay-btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 10;
}
.h2-blog-single-item:hover .blog-img .overlay-btn a{
    background: #00a2e8;
    color: #fff;
    border-color: #00a2e8;
}
.h2-blog-single-item{
    margin-bottom: 30px;
}
.h2-blog-single-item .card-body{
    padding: 30px 30px 0px;
}
.h2-blog-single-item:hover{
    -webkit-box-shadow: 0px 6px 18px #3738362b;
    box-shadow: 0px 6px 18px #3738362b;
}
.h2-blog-single-item .blog-img .overlay-btn a {
    background: #fff;
    border-color: #fff;
    color: #061538;
    position: relative;
}
.h2-blog-single-item .entry-title {
    font-size: 24px;
    line-height: 30px;
    color: #061538;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    font-weight: 700;
}
.h2-blog-single-item:hover a.entry-title {
    color: #00a2e8;
}
.h2-blog-single-item .entry-meta{
    margin-bottom: 15px;
    line-height: 15px;
}
.h2-blog-single-item .entry-meta .author {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #c8c8c8;
    float: left;
}
.h2-blog-single-item .entry-meta a {
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.h2-blog-single-item .article-content .entry-meta a:hover {
    color: #00a2e8;
}
.h2-blog-single-item .entry-meta-footer {
    padding: 19px 0px 18px;
    display: block;
    border-top: 1px solid #ededed;
    overflow: hidden;
}
.h2-blog-single-item .entry-meta-footer a{
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    float: right;
}
.h2-blog-single-item .entry-meta-footer a.read-more{
  float: left;
  width: 50%;
}
.h2-blog-single-item .entry-meta-footer a:hover{
    color: #00a2e8; 
}
.h2-blog-single-item .entry-meta-footer a i.fa.fa-angle-right {
    margin-left: -15px;
    visibility: hidden;
    transition: 0.6s;
    opacity: 0;
}
.h2-blog-single-item .entry-meta-footer a:hover i.fa.fa-angle-right {
    visibility: visible;
    margin-left: 0px;
    opacity: 1;
}
.h2-blog-single-item .entry-meta-footer a:hover {
    color: #00a2e8;
}
#blog-list-2 .owl-prev {
    position: absolute;
    top: 50%;
    left: -130px;
    background: #fff;
    border: 1px solid #ddd;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    font-weight: 700;
    margin-top: -50px;
}
#blog-list-2 .owl-next {
    position: absolute;
    top: 50%;
    right: -130px;
    background: #fff;
    border: 1px solid #ddd;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    font-weight: 700;
    margin-top: -50px;
}
#blog-list-2 .owl-prev:hover,
#blog-list-2 .owl-next:hover{
    background: #00a2e8;
    color: #fff;
}

/******************************
* 3. Home Three
*******************************/

/* 3.1 H3 header top */

.h3-header-top-area{
    background: #0b0b0b;
    padding: 15px 0px;
}
.h3-header-top-area .h1-single-top-block{
    padding-top:0px;
    padding-bottom:0px;
}
.h3-header-top-area .h1-single-top-block strong {
    font-weight: 600;
    color: #fff;
}
.h3-header-top-area .h1-single-top-block a {
    color: #fff;
    font-weight: 300;
}
.h3-header-top-area .h1-single-top-block a:hover{
    color: #00a2e8;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.h3-header-top-area .h1-social-media{
    padding-top: 0;
    float: left;
}
.h3-header-top-area .h1-social-media ul li a i.fa{
    color: #fff;
    font-size: 15px;
}
.h3-header-top-area .h1-social-media ul li a:hover .fa-facebook {
    color: #3b5998;
}
.h3-header-top-area .h1-social-media ul li a:hover .fa-twitter {
    color: #1da1f2;
}
.h3-header-top-area .h1-social-media ul li a:hover .fa-skype {
    color: #00aff0;
}
.h3-header-top-area .h1-social-media ul li a:hover .fa-vine {
    color: #00b488;
}

.slider-three {
    position: relative;
    padding: 240px 0px 90px;
}
.slider-three .single-slider .content {
    left: 0;
    position: unset;
    right: 0;
    top: unset;
}
.slider-three .slider-area .owl-dots {
    margin-top: 180px;
    left: 0;
    width: 100%;
    text-align: center;
    position: unset;
}

.slider-three .single-slider .content .intro {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    color: #ffffff;
}
.slider-three .single-slider .content .title{
    font-weight: 600;
}


/* 3.2 H3 Mavigation */

.h3-navigation-area {
  position: absolute;
}
.h3-nav-container {
    background: transparent;
    position: absolute !important;
    z-index: 10;
    width: 100%;
    margin: 0;
    padding: 0;
}
.h3-nav-container .nav-link {
    color: #fff !important;
}
.h3-nav-container .header-search {
    margin-right: 25px;
    padding-right: 20px;
    border-right: 1px solid #c8c8c8;
    padding-left: 25px;
}
#h3-main-nav {
    position: absolute;
    width: 100%;
    z-index: 999;
}
#h3-main-nav .navbar-nav {
    margin: 0 auto;
}
#h3-main-nav ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    padding:34px 15px;
    text-transform: uppercase;
}
#h3-main-nav ul ul li a {
    text-transform: capitalize;
}
#h3-main-nav ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 35%;
    width: 20px;
    height: 4px;
    background: #00a2e8;
    transform: translateX(-50%);
    transition: 0.5s;
    opacity: 0;
}
#h3-main-nav ul li a:hover {
    color: #00a2e8;
}
#h3-main-nav ul li a:hover:before {
    left: 50%;
    opacity: 1;
}
#h3-main-nav ul li ul li a:hover:before{
  opacity: 0;
}
#h3-main-nav ul li ul li a{
  padding:25px 15px;
}
#h3-main-nav .ct-active ul li a:before {
    opacity: 1;
    left: 50%;
}
#h3-main-nav .nav-serch-area {
    display: inline-block;
    float: right;
    overflow: hidden;
    padding-top: 30px;
}
#h3-main-nav .header-search {
    border-right: unset;
    margin-right: 0;
    padding-right: 0;
    border-left: 1px solid #c8c8c8;
    margin-left: 25px;
}


/* 3.3 H3 featured */
.h3-featured {
    padding: 95px 0px 99px;
}
.featured-overlay {
  bottom: 30px;
  left: 25px;
}
.featured-overlay .featured-title {
  font-size: 24px;
  font-weight: 400;
}

/* 3.4 H3 Inspiring */
.h3-inspiring {
  padding: 96px 0px 86px;
  background: url("../img/inspiring-bg-2.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}


/* 3.5 H3 Market Style */
.h3-market-section {
    padding: 95px 0px 75px;
}
.market-style-3:hover .categories {
  margin: 20px 20px !important;
}
.market-style-3 i:before {
  font-size: 38px !important;
}
.market-style-3 i.fa-link:before {
  font-size: 30px !important;
}

.market-style-3 .categories {
  margin: 10px 15px !important;
}
.market-style-3 .shape-style-2 {
    background: #00a2e8 none repeat scroll 0 0;
    border-radius: 0 80px 0 0;
    bottom: 0;
    height: 90px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 90px;
}
.market-style-3 .categories {
  position: absolute;
  top: inherit !important;
  right: inherit !important;
  bottom: 5px;
  left: 5px;
  margin: 8px;
  transition: 0.5s;
}


/* 3.6 H3 Latest Project */

.h3-latest-project {
  background: #0b0b0b;
  padding: 96px 0px 70px;
}
.h3-mixitup-menus {
  text-align: center;
  margin-bottom: 25px;
  background-color: transparent;
}
.h3-mixitup-menus button {
  margin: 5px;
  padding: 16px 30px 14px;
  color: #ffffff;
  border: 1px solid #484848;
  background: transparent;
  text-transform: capitalize;
}
.h3-mixitup-menus button:hover {
  background: #00a2e8;
}
.h3-mixitup-menus button:before {
  content: initial;
  height: 0;
}
.h3-mixitup-menus .mixitup-control-active {
  background: #00a2e8;
  border-color: transparent;
}
.h3-mixitup-menus button:focus {
    box-shadow: none !important;
}
.h3-mixitup-menus .btn {
    text-transform: none !important;
}
.h3-mixitup-menus .btn:active {
    background-color: #00a2e8 !important;
    border-color: transparent !important;
}


/* 3.7 H3 Team Management */
.h3-management {
    padding: 95px 0px 70px;
}
.team-item {
    margin-bottom: 30px;
}
.team-item .card {
    transition: 0.5s;
}
.team-item .card .card-title {
    font-size: 22px;
    font-weight: 600;
    color: #061538;
}
.team-item .card .card-text {
    color: #242424;
    font-size: 15px;
}
.team-item .card .card-body {
    padding: 15px 10px;
    background: #f6f6f6;
}
.team-item .card .team-thumb:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: #06153875;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.team-item .card .team-social {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.team-item .card .team-social a {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 9px;
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.team-item .card:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}
.team-item .card:hover .team-thumb:after {
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.team-item .card:hover .team-social {
    bottom: 15px;
    visibility: visible;
    opacity: 1;
}
.team-item .card .ct-twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
}
.team-item .card .ct-facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}
.team-item .card .ct-instagram:hover {
    background: #fd1d1d;
    border-color: #fd1d1d;
    color: #ffffff;
}
.team-item .card .ct-skype:hover {
    background: #00aff0;
    border-color: #00aff0;
    color: #ffffff;
}
.team-item .card .ct-linkedin:hover {
    background: #0274b3;
    border-color: #0274b3;
    color: #ffffff;
}


/* 3.8 H3 Testimonials */
.h3-testimonial {
    padding: 95px 0px 92px;
    background: #f4f4f4;
}
#h3-testimonial-items .testimonial-author-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
#h3-testimonial-items .testimonial-content {
    background: #fff;
    text-align: left;
    padding: 24px 30px;
    position: relative;
}
#h3-testimonial-items .testimonial-content:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    background: url("../img/arow.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 66px;
    transform: translateX(-50%);
}
#h3-testimonial-items .testimonial-author-name {
    font-weight: 700;
    font-size: 18px;
}
#h3-testimonial-items .testimonial-author-subtitle {
    font-size: 15px;
}
#h3-testimonial-items .owl-dots {
    text-align: center;
    margin-top: 40px;
    display: block;
    overflow: hidden;
}
#h3-testimonial-items .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #4b566f;
    border-radius: 100%;
    margin: 0 5px;
    display: inline-block;
    overflow: hidden;
}
#h3-testimonial-items .owl-dots .active {
    background: #00a2e8;
    border-color: #00a2e8;
}
.section-space {
    padding: 100px 0px 100px;
}


/* 3.9 H3 Blog */
#blog-list-3 .owl-prev {
    position: absolute;
    top: 50%;
    left: -130px;
    background: #fff;
    border: 1px solid #ddd;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    font-weight: 700;
    margin-top: -50px;
}
#blog-list-3 .owl-next {
    position: absolute;
    top: 50%;
    right: -130px;
    background: #fff;
    border: 1px solid #ddd;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    font-weight: 700;
    margin-top: -50px;
}
#blog-list-3 .owl-prev:hover,
#blog-list-3 .owl-next:hover{
    background: #00a2e8;
    color: #fff;
}

/* 10. Blog Sidebar */
.h1-blog {
    position: relative;
    padding: 96px 0px 70px;
}
.sidebar-recent-blog-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #061538;
}
.recent-blog .recent-block {
    margin-bottom: 20px;
}
.recent-blog .recent-block:last-child {
    margin-bottom: 0;
}
.recent-blog .recent-blog-title,
.recent-blog .recent-blog-date {
    font-size: 15px;
}
.recent-blog .recent-blog-title {
    font-weight: 500;
    color: #242424;
}
.recent-blog .recent-blog-date {
    font-weight: 600;
}
.categories ul{
    margin: 0;
    padding: 0;
}
.categories li {
    margin-bottom: 10px;
}
.categories li:hover a {
    color: #00a2e8;
}
.categories a {
    color: #242424;
    font-size: 15px;
    font-weight: 500;
}
.tag .btn {
    padding: 12px 18px 9px;
    margin: 3px 3px 6px;
    font-size: 15px;
    text-transform: none;
    background: transparent;
    border: 1px solid #e9e9e9;
    color: #242424;
}
.single-blog {
    transition: 0.6s;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.single-blog:hover {
    transition: 0.5s;
    border: 1px solid #04040440;
}
.single-blog .single-blog-thumb a{
    display: block;
    position: relative;
}
.single-blog .single-blog-thumb a::before {
    background: #131313 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-blog:hover .single-blog-thumb a::before {
    opacity: 0.6;
}
.single-blog .single-blog-thumb a .icon {
    color: #00a2e8;
    display: inline-block;
    font-size: 30px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}
.single-blog:hover .single-blog-thumb a .icon {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.single-blog .content {
    padding: 22px 15px 0px;
    display: block;
    overflow: hidden;
}
.single-blog .entry-meta .author {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #c8c8c8;
    float: left;
}
.single-blog .entry-meta a {
    color: #242424;
    font-size: 15px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.single-blog .entry-title {
    font-size: 18px;
    line-height: 24px;
    color: #061538;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: .3s;
}
.single-blog .content .entry-meta {
    margin-bottom: 15px;
    line-height: 15px;
}
.single-blog .entry-meta-footer {
    padding: 11px 18px 11px;
    display: block;
    border-top: 1px solid #ededed;
    overflow: hidden;
}
.single-blog .entry-meta-footer a {
    color: #242424;
    font-size: 15px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    float: right;
    overflow: hidden;
}
.single-blog:hover .entry-title{
  color: #00a2e8;
}
.single-blog .entry-meta-footer a:hover {
    color: #00a2e8;
}
.single-blog .content .entry-meta a:hover {
    color: #00a2e8;
}
.single-blog .entry-meta-footer a i.fa.fa-angle-right {
    margin-left: -15px;
    visibility: hidden;
    transition: 0.6s;
    opacity: 0;
}
.single-blog .entry-meta-footer a:hover i.fa.fa-angle-right {
    visibility: visible;
    margin-left: 0px;
    opacity: 1;
}
.single-blog .entry-meta-footer .read-more {
    font-weight: 500;
    float: left;
    width: 50%;
}
#blog-list .owl-nav {
    text-align: right;
    position: absolute;
    top: -95px;
    right: 0;
}
#blog-list .owl-nav .owl-prev {
    display: inline-block;
    margin-right: 10px;
}
#blog-list .owl-nav .owl-next {
    display: inline-block;
}
#blog-list .owl-nav i {
    width: 25px;
    height: 25px;
    color: #131313;
    line-height: 24px;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: 700
}
#blog-list .owl-nav i:hover {
    color: #fff;
    background-color: #00a2e8;
}

/* 11. Team Management */

.team-management-page {
    padding: 100px 0px 70px;
}

/* 12. Faq */

.faq-page-only {
    padding: 100px 0px 100px;
}

#faq-page-content .card-header {
    background-color: transparent;
    border-bottom: 0;
    cursor: pointer;
}
#faq-page-content .card-header .card-title {
    font-size: 18px;
    color: #061538;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
}
#faq-page-content .card-header:first-child {
    border-radius: 0;
}
#faq-page-content .card-header:after {
    font-family: 'FontAwesome';
    content: "\f01b";
    float: right;
    font-size: 18px;
    color: #00a2e8;
}
#faq-page-content .card-header.collapsed:after {
    content: "\f01a";
    font-size: 18px;
    color: #061538;
}
#faq-page-content .card {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
#faq-page-content .card-body {
    padding: 0 25px 25px 25px;
}

#faq-page-content-two .card-header {
    background-color: transparent;
    border-bottom: 0;
    cursor: pointer;
}
#faq-page-content-two .card-header .card-title {
    font-size: 18px;
    color: #061538;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
}
#faq-page-content-two .card-header:first-child {
    border-radius: 0;
}
#faq-page-content-two .card-header:after {
    font-family: 'FontAwesome';
    content: "\f01b";
    float: right;
    font-size: 18px;
    color: #00a2e8;
}
#faq-page-content-two .card-header.collapsed:after {
    content: "\f01a";
    font-size: 18px;
    color: #061538;
}
#faq-page-content-two .card {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
#faq-page-content-two .card-body {
    padding: 0 25px 25px 25px;
}
.faq_text_area {
    height: 182px !important;
}
.ask_questions {
    background-color: #f4f4f4;
    padding: 95px 0px 99px;
}
.ask_form_area textarea,
.ask_form_area input {
    background-color: #f4f4f4;
    height: 50px;
}
.ask_form_area textarea:focus,
.ask_form_area input:focus {
    border-color: #00a2e8;
    box-shadow: none;
}
.ask_form_area .btn {
    text-transform: none;
}

/* 13. Market Inner page */
.market-items-inner-2 .media-icon {
    transition: 0.5s;
    margin-right: 10px;
}
.market-items-inner-2 .b-color {
    border: 1px solid;
    border-color: #CDD0D7;
    padding: 14px 10px 5px !important;
    border-radius: 4px;
}
.market-items-inner-2 .media-icon i:before {
    color: #00a2e8;
}
.market-items-inner i:before {
    font-size: 32px;
}
.market-items-inner .card .card-title {
    font-size: 22px;
    line-height: 28px;
    color: #0a9ef3;
    font-weight: 600;
}
.market-items-inner-2 {
    margin-bottom: 15px;
}

/* 8. 404 Page */
.error_404 {
    background-image: url(../img/error_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 100px;
}
.error_content{
    margin-top: 100px;
}
.error_content img {
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.error_content p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 30px;
}

/* 9. Project Single */
.project-single-page {
    padding: 100px 0px 78px;
}
.single_project_widgets {
    background-color: #f2f2f2;
}
.single_project_widgets ul {
    padding: 30px;
    border-bottom: 1px solid #ddd;
}
.single_project_widgets ul li {
    font-size: 18px;
    padding: 0 0;
    margin-bottom: 10px;
}
.single_project_widgets ul li:last-child {
    margin-bottom: 0px;
}
.single_project_widgets a {
    color: #061538;
}
.single_project_widgets a:hover {
    color: #00a2e8;
}
.single_project_widgets .project-info h1 {
    font-size: 35px;
    color: #061538;
}
.single_project_widgets .project-info p {
    font-size: 15px;
    line-height: 25px;
}
.single_project_widgets .social-media {
    padding: 12px 30px;
}
.single_project_widgets .social-media a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #595959;
    margin-right: 20px;
    color: #868686;
}
.single_project_widgets .social-media a:last-child {
    margin: 0;
}
.single_project_widgets .social-media .ct-twitter:hover {
    background: #00aff0 !important;
    border-color: #00aff0 !important;
    color: #ffffff;
}
.single_project_widgets .social-media .ct-facebookr:hover {
    background: #3b5998 !important;
    border-color: #3b5998 !important;
    color: #ffffff;
}
.single_project_widgets .social-media .ct-instagramr:hover {
    background: #fd1d1d !important;
    border-color: #fd1d1d !important;
    color: #ffffff;
}
.single_project_widgets .social-media .ct-skype:hover {
    background: #00aff0 !important;
    border-color: #00aff0 !important;
    color: #ffffff;
}
#mixitup-projects .no-gutter {
    margin: 0;
}
.pd-30 {
    margin-top: 30px;
}


/* 4. About*/
.about-faq {
    padding: 100px 0px 78px;
}
.about-faq .about-right-title {
    font-size: 23px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #061538;
    font-weight: 600;
}
.about-faq .about-faq-content {
    margin-top: 0px;
}
.about-faq .content-img {
    margin-bottom: 20px;
}
.why-choose-us {
    padding: 96px 0px 80px;
}
#skill-bars-area .sub-title {
    font-size: 18px;
    font-weight: 600;
    color: #061538;
}
#skill-bars-area .barfiller {
    width: 100%;
    height: 15px;
    padding: 2px;
    background: #ffffff;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}
#skill-bars-area .barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #00a2e8 !important;
    z-index: 1;
}
#skill-bars-area .barfiller .fill:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    width: 0;
    height: 0;
    border-top: 9px solid #00a2e8;
    border-right: 10px solid transparent;
}
#skill-bars-area .barfiller .tipWrap {
    display: none;
}
#skill-bars-area .barfiller .tip {
    margin-top: 10px;
    padding: 2px 4px;
    font-size: 11px;
    color: #061538;
    left: 0px;
    position: absolute;
    z-index: 2;
    font-weight: 700;
    transform: translateX(8px);
}
#skill-bars-area .barfiller .tip:after {
    border: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9;
    opacity: 0;
}
#skill-bars-area .skills {
    margin-bottom: 55px;
}
#skill-bars-area .skill-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    color: #061538;
}
.choose-single {
    display: flex;
    align-items: flex-start;
}
.about-management {
    padding: 96px 0px 70px;
}

/* 5. Service */
.service-details-pages {
    padding: 100px 0px 98px;
}

.market-list-group{
  position: relative;
}
.market-list-group ul{
    margin: 0;
    padding: 0;
}
.market-list-group ul li{
    list-style: none;
}
.market-list-group ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background-color: #161616;
    padding: 15px;
    display: block;
    overflow: hidden;
    /* border-bottom-left-radius: 12px; */
}
.market-list-group ul li a.active{
    background: #14d0ff;
    color: #fff;
}
.market-list-group ul li a.active:before{
    position: absolute;
    content: "";
    border-right: 5px solid #00a2e8;
    width: 100%;
    /*height: 48px;*/
    right: 0;
    top: 0;
}
.market-list-group ul li a:hover{
    background-color: #14d0ff;
    color: #fff;
}
.services-right-title {
    font-size: 32px;
    line-height: 28px;
    color: #061538;
    margin: 28px 0 20px 0;
    font-weight: 600;
}
.tab-content .sub-title {
    font-size: 24px;
    line-height: 28px;
    color: #061538;
    font-weight: 600;
}
.tab-content .sub-title-media {
    font-size: 18px;
    line-height: 28px;
    color: #061538;
    font-weight: 600;
}
.tab-content .border-top {
    border-top: 2px solid #f4f4f4;
    padding-top: 20px;
}
#brochures-block .download-brochures {
    background-color: #061538;
    color: #fff;
    border-radius: 0;
}
#brochures-block .download-icon {
    max-width: 26px;
    width: 100%;
}
.contact-service {
    background-color: #00a2e8;
    color: #fff;
    padding: 40px 30px;
}
.contact-service h3 {
    font-size: 20px;
    font-weight: 600;
}
.contact-service .fw-size {
    font-size: 20px;
    transform: translateY(5px);
    margin-right: 10px;
}

/* 6. Service details */
.project_single {
    padding: 40px 0;
}

/* 7. Contact */
.contact-page{
    padding-top: 100px;
    padding-bottom: 50px;
    display: block;
    overflow: hidden;
}
.contact-page .contact_address {
    border: 1px solid #ddd;
    padding: 20px;
}
.contact-feedback-block .form-group input {
    height: 60px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0;
}
.contact-feedback-block .form-group textarea.form-control {
    margin-bottom: 30px;
    border-radius: 0;
}
.contact-page textarea:focus,
.contact-page input:focus {
    border-color: #00a2e8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page .contact_address .title h1 {
    font-size: 36px;
    line-height: 40px;
    color: #061538;
}
.contact-page .contact_address .title h4 {
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
}
.contact-page .contact_address .contact-media {
    padding: 27px 0;
    margin-bottom: 0;
}
.contact-page .contact_address .border-bottom {
    border-bottom: 1px solid #ddd;
}
.contact-page .media-body h5 {
    font-size: 18px;
    color: #061538;
    font-weight: 600;
}
#map-area {
    padding: 0 !important;
}
#map-area #contact-map {
    height: 600px;
}





/* Edit About us page History*/

.history-section {
    background: #efefef;
    padding: 95px 0px 0px;
}

.history-list {
    margin-bottom: 93px;
    position: relative;
}
.history-list-middle {
    width: 100%;
    float: left;
    position: relative;
    margin: -53px 0px 30px;
}
.history-list-middle .white-circle {
    width: 110px;
    height: 110px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
}
.history-list-middle .white-circle-border {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #3ab7f3;
    padding: 5px;
}

.history-list-middle .white-circle:after {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #333;
    content: "";
    position: absolute;
    left: 45%;
    bottom: -9px;
}
.history-list-middle .white-circle {
    width: 110px;
    height: 110px;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
    box-shadow: 0px 0px 5px #ccc;
    position: relative;
}
.history-list-middle .yellow-circle {
    background: #3ab7f3;
    width: 88px;
    height: 88px;
    border-radius: 100%;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    line-height: 88px;
    color: #fff;
}


/* End Css */
.roadmap-sec {
    position: relative;
}

.roadmap-v3 {
    background: #1e1e1e;
    padding-bottom: 115px;
    position: relative;
}
section {
    padding: 60px 0;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.roadmap-timeline-item {
    padding: 0 70px;
    position: relative;
    z-index: 1;
}

.single-roadmap-timeline h3 {
    font-size: 12px;
    line-height: 22px;
}

.single-roadmap-timeline h3 {
    line-height: 22px;
    background: #00a2e8;
    width: 40%;
    margin: 0 auto 20px;
    color: #fff;
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}
.single-roadmap-timeline {
    text-align: center;
    position: relative;
    padding-top: 45px;
    margin-top: -45px;
    min-height: 134px;
}
.single-roadmap-timeline:before {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    content: '';
    left: 0;
    top: 6px;
    right: 0;
    margin: auto;
}
.single-roadmap-timeline:after {
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    left: 0;
    top: 0px;
    right: 0;
    margin: auto;
}

.single-roadmap-timeline b {
    position: absolute;
    top: -118px;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background: #00a2e8;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-animation: loader-6-1 2s infinite;
    animation: loader-6-1 2s infinite;
}

.section-title-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.section-title-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-roadmap-timeline p {
    margin-bottom: 0;
    padding: 0 5px;
}

.m-auto {
    margin: auto!important;
}

.d-block {
    display: block!important;
}







.h1-faq-area1{
  padding: 0px 0px 40px;
}





/*Edited */


.our-services-aml-wrapper {
    /*padding-top: 6%;*/
    padding-bottom: 4%;
}
.our-services-aml-wrapper h2 {
    color: #000;
    font-family: "Montserrat", sans-serif !important;
    font-size: 2em;
    text-align: center;
    margin-bottom: 4%;
    letter-spacing: 0.7px;
    font-weight: 800;
}
.our-services-aml {
    margin-bottom: 10%;
    background-color: #f1f1f1;
    padding: 30px;
    height: 190px;
    border-radius: 7px;
    box-shadow: -5px 5px #f2e2ce;
    cursor: pointer;
    text-align: center;
}
.our-services-aml i {
    width: 35px;
    height: 35px;
    background-color: #455a64;
    border-radius: 100px;
    margin: 0 auto;
    line-height: 35px;
    color: #fff;
    margin-bottom: 3%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.our-services-aml {
    margin-bottom: 10%;
    background-color: #f1f1f1;
    padding: 30px;
    height: 190px;
    border-radius: 7px;
    box-shadow: -5px 5px #f2e2ce;
    cursor: pointer;
    text-align: center;
}
.fa-check:before {
    content: "\f00c";
}
*, ::after, ::before {
    box-sizing: border-box;
}
.our-services-aml i {
    width: 35px;
    height: 35px;
    background-color: #455a64;
    border-radius: 100px;
    margin: 0 auto;
    line-height: 35px;
    color: #fff;
    margin-bottom: 3%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.our-services-aml h5 {
    color: #000;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.1em;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 22px;
    font-weight: 500;
}
.our-services-aml-wrapper {
   /* padding-top: 6%;*/
    padding-bottom: 4%;
}


  
  .our-services-aml-wrapper h2 {
    color: #000;
    font-family: "Montserrat", sans-serif !important;
    font-size: 2em;
    text-align: center;
    margin-bottom: 4%;
    letter-spacing: 0.7px;
    font-weight: 800;
  
  }
  
  .our-services-aml h5 {
    color: #000;
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.1em;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 22px;
    font-weight: 500;
  }
  
  .our-services-aml {
    margin-bottom: 10%;
    background-color: #f1f1f1;
    padding: 30px;
    height: 190px;
    border-radius: 7px;
    box-shadow: -5px 5px #00a2e8;
    cursor: pointer;
    text-align: center;
  }
  
  .our-services-aml i {
    width: 35px;
    height: 35px;
    background-color: #455a64;
    border-radius: 100px;
    margin: 0 auto;
    line-height: 35px;
    color: #fff;
    margin-bottom: 3%;
  }
  
  .our-services-aml:hover {
    box-shadow: none;
    transition: all 0.3s linear;
  
  }
  
  .aml-why-choose-wrapper {
    padding-top: 4%;
    padding-bottom: 6%;
  
  }
  
  .aml-why-choose-wrapper h2 {
    color: #000;
    font-family: "Montserrat", sans-serif !important;
    font-size: 2em;
    margin-bottom: 5%;
    letter-spacing: 0.7px;
    font-weight: 800;
  
  }
  
  .aml-why-choose-wrapper p {
  
    color: #000;
    font-size: 1.08em;
    line-height: 26px;
    letter-spacing: 0.5px;
    border-radius: 0 20px 50px 0px;
    padding: 30px 20px;
    color: #fff;
    background-color: #455a64;
    border-left: 7px solid #c4802e;
    font-weight: 500;
  }
  
  .aml-why-choose-wrapper img {
    margin-bottom: 7%;
  }
  
  .aml-why-choose-wrapper {
    padding-top: 4%;
    padding-bottom: 6%;
  
  }
  
  .aml-why-choose-wrapper h2 {
    color: #000;
    font-family: "Montserrat", sans-serif !important;
    font-size: 2em;
    margin-bottom: 5%;
    letter-spacing: 0.7px;
    font-weight: 800;
  
  }
  
  .start-your-journey {
    padding-top: 4%;
    padding-bottom: 6%;
  
    background: #272a2f url(../img/aml/metaverse-consultants.png)top right no-repeat;
  
  }
  
  .start-your-journey h3 {
    color: #f2e2ce;
    font-family: "Montserrat", sans-serif !important;
    font-size: 2.5em;
  
    letter-spacing: 0.7px;
    font-weight: 800;
    line-height: 55px;
    text-align: right;
  
  }
  
  .start-your-journey i {
    font-size: 60px;
    margin-top: 13%;
    margin-left: 5%;
    color: #f2e2ce;
  }
  
  .start-your-journey span {
    background-color: #f2e2ce;
    color: #272a2f;
    padding: 0 10px;
  }
  
  .aml-faq {
    padding-top: 7%;
    padding-bottom: 7%;
    font-family: "Montserrat", sans-serif !important;
  
  }
  
  .aml-faq h5 {
    color: #f2e2ce;
    font-family: "Montserrat", sans-serif !important;
    font-size: 2.5em;
    text-align: left;
    letter-spacing: 0.7px;
    font-weight: 700;
    line-height: 55px;
  
  
  }
  
  .aml-faq .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(39, 42, 47);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
  }
  
  .aml-faq .btn {
    padding: 0 20px;
    height: auto;
    line-height: 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize
  }
  
  .aml-faq .btn-link:hover {
    color: #f2e2ce;
    text-decoration: underline;
  }
  
  .aml-faq h2 {
    color: #000;
    font-family: "Montserrat", sans-serif !important;
    font-size: 3em;
    margin-bottom: 5%;
    letter-spacing: 0.7px;
    font-weight: 800;
    text-align: center;
  
  }
  
  
  
  
  
  
  .btn1 {
    border-radius: 0;
    padding: 5px 9px 5px;
    background-color: #00a2e8;
    border-color: #00a2e8;
    line-height: 1;
}
.btn1 {
    text-transform: uppercase;
    font-weight: 600;
}

.btn1 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}





/* --------------------------------------------------------------
Sports Law Services Style
--------------------------------------------------------------  */

.sports-who-we-cnt ul li {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.sports-who-we-cnt ul li i {
	margin-right: 11px;
}

.sport-img img {
	box-shadow: 11px 13px 9px #d8d8d8;
}

.soprt-type-cnt h3 {
	color: #000;
	font-weight: 700;
	margin-bottom: 30px;
}

.soprt-type-cnt h3 span {
	font-size: 30px;
	margin-right: 10px;
	color: #ed1c24;
	font-weight: 800;
}

.stratup-serv span {
	color: #00a2e8;
	font-weight: 800;
	    font-size: 20px;
}

.stories-fraud {
	
	background-attachment: fixed;
	position: relative;
	padding-top: 0px;
}

.inner-cnt-fraud {
	background: #061538;
	padding: 20px;
	height: 100%;
	border-radius: 5px;
	/*text-align: center;*/
	transition: all 0.3s ease;
	color: azure;
}

.inner-cnt-fraud:hover {
	transform: scale(1.1);
}

.inner-cnt-fraud strong {
	margin: 10px 0;
	display: block;
}

.inner-cnt-fraud h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-top: 9px;
}

.inner-cnt-fraud a {
	background: #ed1c24;
	border: none;
	border-radius: 23px;
	padding: 7px 40px;
	box-shadow: 1px 1px 14px 2px #3e3d3d26;
	line-height: normal;
	transition: all 0.5s ease;
	color: #fff;
}

.faq-inner-list li {
	padding: 6px 0;
	list-style: circle;
}

.stratup-serv h3 {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}

.sebi-banner {
	background: url(../images/sme/sme-bg-1.jpg) no-repeat center center;
	background-size: cover;
	padding: 230px 0;
	position: relative;
}

.sebi-banner:before {
	background: #383d41cc;
	width: 60%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0;
	transform: skewX(-30deg);
}

.sebi-faq {
	background: url(../images/ico_bg_image_11.jpg) no-repeat center center;
	background-attachment: fixed;
	position: relative;
}

.sme-ipo-cnt h2 {
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	margin-top: 30px;
}

.sebi-notice-info {
	border: 2px solid red;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
}

.sebi-notice-info p {
	margin-bottom: 0;
}

.sebi-notice-info h2 {
	font-weight: 800;
	color: #000;
	font-size: 17px;
}

.contact-2 a {
	color: red;
	font-weight: 700;
}

.contact-2 {
	margin: 10px;
}

.left-mcs-cnt {
	border: 1px solid;
	padding: 40px 0;
}

.mcs-bx-1 h2 {
	color: #000;
	font-weight: 700;
}

.mcs-bx-2 a {
	margin: 15px 0 0 0;
	display: block;
	color: red;
	font-size: 19px;
	font-weight: 700;
}

.mcs-bx-2 p {
	margin: 0;
	background: #e9ecef;
	color: #000;
	padding: 1px 16px;
	width: 465px;
	margin: 0 auto;
	font-size: 19px;
	font-weight: 600;
}

.right-mcs-cnt img {
	margin-right: 81px;
}

.right-mcs-cnt {
	display: flex;
	text-align: left;
}

.sebi-notice-info h3 {
	font-size: 30px;
	color: #000;
	font-weight: 700;
	line-height: 50px;
}

.right-mcs-sec {
	padding: 25px;
	border: 2px solid red;
	text-align: center;
}

.sme-section {
	background: url(../images/home-slider-slide-3.jpg) no-repeat center center;
	background-attachment: fixed;
	position: relative;
}

.sme-section:before {
	background: #343a40db;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0;
}

.bse-bg {
	background: url(../images/sme/bse.jpg) no-repeat center center;
	background-size: cover;
}

.bse-bg h3,
.nse-bg h3 {
	padding: 109px;
	color: #fff;
	font-weight: 600;
	font-size: 50px;
}

.nse-bg {
	background: url(../images/sme/nse.jpg) no-repeat center center;
	background-size: cover;
}

.sme-listing li {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	list-style: disc;
}

.nsm-platform h3 {
	font-weight: 700;
	color: #000;
}

.rbi-compliance-list li {
	padding: 10px 0;
	list-style: disc;
	border-bottom: 1px dashed;
}

.fema-cnt h3 {
	font-weight: 600;
	color: #fff;
}

.fema-cnt {
	margin: 0px 60px 50px;
}

.law-complince-list li {
	/* padding: 10px 0; */
	padding: 10px 0;
	/* background: #ffffff4a; */
	padding: 10px 30px;
	color: #fff;
	list-style: decimal;
}

.head_rbi_list li {
	list-style: inside;
	color: #000;
	font-weight: 600;
	padding: 10px 0;
	margin-left: 25px;
}

.inner-2-headline h1 {
	color: #fff;
	font-weight: 900;
	font-size: 40px;
}

.inner-2-headline p {
	color: #fff;
}

nav.fema-tab .nav-tabs {
	border-bottom: 1px solid #dee2e6;
	background: #e9ecef;
	/* padding: 0 0 0; */
}

.tab-bx-1 {
	transition: 0.3s ease;
	/* border-radius: 6px; */
	/* max-width: 100%; */
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* position: relative; */
	/* list-style: none; */
	/* background-color: #fff; */
	/* margin: 40px 0; */
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.tab-bx-1 .tab-content>.tab-pane {
	padding: 10px 60px;
	color: #000;
	font-size: 16px;
	border-left: 10px solid red;
}

.nav-tabs .nav-link {
	color: #000;
	font-weight: 700;
	font-size: 16px;
}

.business-cnt .nav-tabs .nav-link {
	padding: 20px
}

.fema-list-1 {
	margin-top: 30px;
}

ul.fema-list-1 li {
	list-style: circle;
}

.tab-bx-1:hover {
	/* box-shadow: 6px 8px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
	box-shadow: 0 12px 23px rgb(0 0 0 / 23%), 0 10px 10px rgb(0 0 0 / 19%);
}


/* .fema-tabs .nav-tabs .nav-link {
width: 130px;
text-align: center;
}
.fema-tab > .nav.nav-tabs {
border: none;
color: #fff;
background: #272e38;
border-radius: 0;
}
.fema-tab nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
border: none;
padding: 18px 25px;
color: #fff;
background: #272e38;
border-radius: 0;
}
.fema-tab > div a.nav-item.nav-link.active:after {
content: '';
position: relative;
bottom: -60px;
left: -10%;
border: 15px solid transparent;
border-top-color: #e74c3c;
}
.tab-content {
background: #fdfdfd;
line-height: 25px;
border: 1px solid #ddd;
border-top: 2px solid #e74c3c;
border-bottom: none;
padding: 30px 25px;
border-right: none;
border-left: none;
}
.fema-tab > div a.nav-item.nav-link:hover,
.fema-tab > div a.nav-item.nav-link:focus {
border: none;
background: #e74c3c;
color: #fff;
border-radius: 0;
transition: background 0.2s linear;
} */

section.fema-info-sec {
	position: relative;
}

section.fema-info-sec:before {
	width: 100%;
	height: 100%;
	background: #343a40e0;
	content: '';
	position: absolute;
	top: 0;
}







/* gallery Page */

.mb30 {
    margin-bottom: 30px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}















/*section services */
/* --------------------------------------------------------------
Home Services Style
--------------------------------------------------------------  */

#jkion_services {
	background: url(../img/cta01.jpg) no-repeat center center;
	background-size: cover;
}

.fin-serv-cnt {
	border: 1px solid #00000029;
	padding: 30px 40px;
	width: 90%;
	max-height: 100%;
	height: 100%;
	box-shadow: 0 0 5px -3px #565656;
	border-radius: 6px;
}

.fin-serv-cnt a h3 {
	color: #425364;
	font-weight: 800;
	font-size: 20px;
}

.fin-serv-cnt .list-img {
	background: red;
	width: 67px;
	height: 73px;
	position: absolute;
	left: -30px;
	text-align: center;
	line-height: 70px;
	font-weight: 800;
	font-size: 30px;
	color: #fff;
}

.jkion-serv-list {
	margin: 20px;
	border: 1px solid;
	padding: 20px;
	height: 260px;
	border-radius: 6px;
}

.jkion-serv-list li {
	padding: 5px 0;
	list-style: none;
    margin: 0;
}

.jkion-serv-list li a {
	display: flex;
	text-align: left;
	list-style: none;
    margin: 0;
}

.jkion-serv-list li a p {
	margin: 0;
	color: #000;
	font-size: 18px;
	list-style: none;
    margin: 0;
}

.jkion-serv-list li a i {
	color: #7b8694;
	margin-right: 10px;
	font-size: 10px;
	line-height: 25px;
	list-style: none;
    margin: 0;
}

.jkion-serv-list li p {
	margin-bottom: 0;
}

.law-right-img {
	position: absolute;
	z-index: -10;
}

.box-item {
	position: relative;
	/* width: 415px; */
	margin-bottom: 35px;
	max-width: 100%;
	border: 1px solid #0a0a0a;
}

.bx-img img {
	width: 100%;
}

.flip-box .inner label {
	background: #14d0ff;
	border-radius: 3px;
	display: block;
	width: 50%;
	padding: 6px 0;
	box-shadow: 4px 5px 8px 1px #dee2e6;
	color: #fff;
	font-size: 20px;
	margin: 70px auto 0;
}

.inner img {
	margin-bottom: 65px;
}

.flip-box {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective: 1000px;
	-webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	min-height: 300px;
	-ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box-front {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	position: relative;
	padding: 30px;
}
.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

/* .flip-box-front:before {
position: absolute;
background: #0000008c;
width: 100%;
height: 100%;
z-index: 9999;
content: "";
left: 0;
} */

.flip-box:hover .flip-box-front {
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}


/*
.flip-box .inner {
position: absolute;
left: 0;
width: 100%;
padding: 60px 25px;
outline: 1px solid transparent;
-webkit-perspective: inherit;
perspective: inherit;
z-index: 2;
transform: translateY(-50%) translateZ(60px) scale(0.94);
-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
-ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
top: 40%;
height: 80%;
} */

.flip-box .inner h3 {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	/*text-transform: uppercase;*/
}

.list-img {
	font-size: 42px;
	color: #323749;
	font-weight: 800;
}

.flip-box-header {
	font-size: 34px;
}

.flip-box p {
	font-size: 25px;
	line-height: 1.5em;
}

.flip-box-img {
	margin-top: 25px;
}

.flip-box-button {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	padding: 15px 20px;
	text-transform: uppercase;
}

.flip-box .inner a {
	color: #323749;
}

.ser-bx {
	padding: 20px;
	border: 1px solid #ffffff33;
	color: #ffffffeb;
	transition: all 0.3s ease;
	height: 100%;
	min-height: 82px;
	display: flex;
	align-items: center;
}

.ser-bx:hover {
	background: #ed1c24;
	border-color: #ed1c24;
	box-shadow: 1px 1px 12px 1px #ed1c24;
}

.ser-bx h3 {
	font-size: 20px;
	margin: 0 0 0 15px;
}

.ser-bx i {
	background: #ff0500;
	color: #fff;
	font-weight: 700;
	height: 22px;
	width: 22px;
	line-height: 23px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px !important;
	font-size: 11px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#services-1 {
	background: rgba(0, 0, 0, 0) url(img/testimonial-bg.jpg) no-repeat scroll center bottom / cover;
}


/* .service-flip-box-front h3 {
color: #fff;
font-size: 16px;
}
.service-flip-box-back {
position: absolute;
background: red;
top: -40px;
width: 320px;
z-index: 111;
padding: 17px;
}
.service-flip-box-back ul {
margin: 0;
} */

.card-header {
	background-color: #282e3e;
	border-bottom: 2px solid #fff;
	padding: 20px 40px;
	color: #fff;
}

#gover-co {
	background: url(../images/hom-bt-bg2.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

#gover-co:before {
	content: '';
	position: absolute;
	background: linear-gradient(45deg, #fdfdfd, transparent);
	top: 0;
	width: 100%;
	height: 100%;
}

#gover-co p {
	color: #000;
	font-size: 18px;
}

.home-services-info-bx {
	position: relative;
}

.popover-box {
	background: #ffff;
	width: 310px;
	padding: 10px 15px;
	position: absolute;
	bottom: 95px;
	left: 0;
	z-index: 1;
	box-shadow: 1px 1px 13px 7px #0000003b;
	border-radius: 10px;
	display: none;
}

.popover-box ul li {
	font-size: 13px;
	color: #000;
	padding: 10px 0;
	/* list-style: disc; */
	border-bottom: 1px solid #cccccc63;
}

.popover-box:before {
	width: 10px;
	height: 10px;
	content: '';
	position: absolute;
	bottom: -10px;
	border-top: 11px solid #ffffff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.home-services-info-bx:hover .popover-box {
	display: block;
}

.sub-title1 {
    font-size: 13px;
    padding: 8px 20px;
    margin: 0;
    background: #cdced036;
    color: #ed1c24;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 10px;
}
.sub-title i {
    margin-right: 10px;
}

.fa-users-cog:before {
    content: "\f509";
}
.sub-title small {
    margin: 0;
    letter-spacing: 2px;
    font-size: 13px;
    display: inline-block;
    /* margin-bottom: 9px; */
    font-weight: 600;
    text-transform: uppercase;
}
.box-item {
    position: relative;
    width: 415px;
    margin-bottom: 35px;
    max-width: 100%;
    border: 1px solid #0a0a0a;
}





