/*************------------------------------
 * Theme Name:  Avadanta Pro
 * Theme URI:   
 * Author:      
 * Author URI:  
 * Description: A Responsive Multipurpose Business Theme
 * Version:     1.0
 * License:     GNU General Public License v2 or later
 * License URI:
 * Text Domain: avadanta


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

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

    CSS INDEX
    ===================

    1. Defualt Styles
    2. Homepage 1
        2.01. Header
        2.03. About Us
        2.04. Counter
        2.05. Services
        2.06. Our Team
        2.07. Portfolio
        2.08. Clients
        2.09. Blog
        2.10. Testimonials
        2.11. Footer
    3. Homepage 2
        03.1 Header
        03.2 Slider
        03.3 About Us
        03.4 Services
        03.5 Counter
        03.5 Our Team
        03.6 Portfolio
        03.7 Pricing
        03.8 Counter 2
        03.9 Blog Posts
        03.10 Clients
        03.11 Testimonials
        03.12 Quick Contact
        03.13 Footer
    4. Homepage 3
        04.1 Slider
        04.2 Qualities
        04.3 About Us
        04.4 Services
        04.5 Team
        04.6 Portfolio
        04.7 Counter
        04.8 Blog Posts
        04.9 Clients
        04.10 Testimonials
        04.11 Quick Connect
        04.12 Footer
     5. About Us 1
     6. About Us 2
     7. About Us 3
     8. Services 1
     9. Services 2
     10. Services 3
     11. Portfolio Detail
     12. Our Team
     13. Our Team 1 Detail
     14. Blog Posts
     15. Blog Details 1
     16. Blog Details 2
     17. Contact Us
     18. FAQ's
     19. Error 404
    20. Preview

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft, .alignright, .aligncenter {
    margin-bottom: 1em;
}

img.alignright {
    margin-top: 10px;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption.alignnone {
    margin: 5px 0 25px 0;
}
.wp-caption.alignleft {
    margin: 5px 25px 25px 0;
}
.wp-caption.alignright {
    margin: 5px 0 25px 25px;
}
.wp-caption.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    color: #9d9d9d;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

/*--------------------------------------------------------------
## Blockquote
--------------------------------------------------------------*/
blockquote p {
    color: #555555;
}

.bypostauthor {
    clear: both;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #1e2331;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 700;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #1085e4;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #1085e4;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
blockquote cite {
  font-style: normal;
  color: #6c7781;
  font-size: 16px;
  margin-top: 11px;
}
blockquote em {
  color: #6c7781;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
form.wpcf7-form br { display: none; }
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/****---- Default CSS ----****/

html,
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    min-height: 100%;
}

body {
    overflow: auto!important;
}

section.vc_row-fluid {
    padding: 90px 0px;
}

section.vc_row-fluid:first-child {
    padding-top: 0;
}

.wraper {
    min-height: 100%;
    overflow: hidden;
}

.wraper-v2-inner {
    min-height: 100%;
    padding-bottom: 140px;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.move-right {
    float: right !important;
}

.move-left {
    float: left !important;
}

a {
    transition: all 0.5s ease;
}

.gray-bg {
    background: #f4f4f4;
}

.card_mr_bt {
    margin-bottom: 30px;
}

.index-2 .card_mr_bt {
    margin-bottom: 50px;
}

.mr_tp {
    margin-top: 100px;
}
.pd-top {
    padding-top: 100px;
}
.pd_bt {
    padding-bottom: 100px;
}

.border { border: solid 1px #e6e6e6;}

.icon i::before {
    margin-left: 0px !important;
}

i.flat::before {
    margin-left: 0px !important;
}

ul, li {
    padding: 0px;
    margin: 0px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 26px;
    color: #797979;
    padding-bottom: 20px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.wrapper {
    width: 1170px;
    padding: 0;
    margin: 0 auto;
    overflow: visible;
    position: relative
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mar-none {
    margin: 0px;
}

.view_more {
    color: #fff;
    background-color: #262626;
    line-height: normal !important;
    padding: 10px 25px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.clear {
    clear: both;
    display: inline-block;
}

.border-bottom-none {}

.separator-pipesign {
    width: 1px;
    height: 15px;
    margin: -2px 12px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
}

.separator-pipesign.white {
    background: rgba(255, 255, 255, 0.4);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    color: #262626;
    font-weight: 600;
    line-height: normal;
}

h1 {
    font-size: 40px;
    line-height: 1;
}

h1 span {}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.row.row-safari {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-reverse {
    flex-direction: row-reverse;
    display: flex !important;
}

.owl-main .owl-dots {
    position: absolute;
    left: 78%;
    top: 35%;
    margin: 0;
    width: 15px;
    display: inline-block;
    z-index: 9;
}

.owl-main .owl-dots button.owl-dot {
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 100%;
}

.owl-main .owl-dots button.owl-dot span {
    margin: 0px !important;
    background: #fff;
}

.owl-main .owl-dots button.owl-dot.active span {
    height: 20px;
    width: 10px;
    transition: all 0.3s ease;
    margin: 0px;
}

.owl-main {
    position: relative;
    z-index: 0;
}

.owl-main .item {
    overflow: hidden;
}

.owl-main .item::after {
    content: '';
    background: -moz-linear-gradient(top, rgba(255, 98, 5, 0.5) 0%, rgba(75, 85, 220, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 98, 5, 0.5) 0%, rgba(75, 85, 220, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(255, 98, 5, 0.5) 0%, rgba(75, 85, 220, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#80ff6205', endColorstr='#804b55dc', GradientType=0);
    height: 118vh;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

.owl-main .caption {
    text-align: left;
    left: 21%;
    top: 19%;
    color: #fff;
    width: 550px;
    height: auto;
    padding-top: 35px;
    position: absolute;
    z-index: 9;
}

.owl-main .caption .hello {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-left: 90px;
    margin-bottom: 10px;
}

.owl-main .caption .hello::before {
    content: url(./assets/img/hello.png);
    position: absolute;
    left: 0;
    background-size: 100px auto;
    top: -35px;
}

.owl-main .caption .display {
    font-size: 70px;
    line-height: 80px;
    margin: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.owl-main .caption .content {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.owl-main .caption a.contact_us {
    background: #fff;
    border-radius: 20px;
    color: #262626;
    margin-left: 20px;
}

.owl-dots {
    display: block !important;
}

.owl-dots button.owl-dot span {
    width: 10px;
    height: 5px;
    background: #e9e9e9;
    margin: 0px 5px !important;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-dots button.owl-dot.active span {
    width: 20px;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav {
    display: none;
}

.navbar-brand {
    font-size: inherit;
}

.content_sec {
    margin-top: 40px;
}

#work-status .section_heading {
    display: none;
}

.section_heading {
    text-align: center;
    width: 100%;
}

.section_heading h2 {
    font-size: 40px;
    color: #262626;
    line-height: 1;
}

.section_heading .heading_content {
    width: 760px;
    padding: 0px;
    margin: 0px auto;
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
    padding: 0px;
    color: #797979;
}

.separator {
    margin: 10px auto 0px;
    width: 120px;
    position: relative;
}

.separator ul {
    padding: 0px;
    margin: 0px;
}

.separator ul::before {
    content: '';
    width: 40px;
    height: 1px;
    background: #c9c9c9;
    left: 0;
    top: 61%;
    position: absolute;
}

.separator ul::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c9c9c9;
    right: 0;
    top: 61%;
    position: absolute;
}

.separator ul li {
    display: inline-block;
    width: 3px;
    height: 7px;
    margin: 0px 2px;
    padding: 0px;
}

.separator.left-align {
    margin: 0;
    width: 80px;
    position: relative;
}

.separator.left-align ul::before {
    display: none;
}

.separator.left-align ul::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c9c9c9;
    right: 0;
    top: 63%;
    position: absolute;
}

.separator.left-align ul li {
    display: inline-block;
    width: 3px;
    height: 7px;
    margin: 0px 2px;
    padding: 0px;
}

.img-area {
    width: 100%;
}

.img-area img {
    width: 100%;
    height: auto;
}

.content-area h5 {
    margin-bottom: 20px;
}

.content-area p:last-child {
    padding-bottom: 0;
}

.pagination {
    margin: 30px -5px 0;
}

.pagination .page-item {
    border-radius: 0;
}

.pagination .page-item .page-link {
    color: #797979;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 20px;
    border-radius: 0;
    height: 50px;
    width: 50px;
    border-color: #e4e4e4;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
}

.pagination .page-item .page-link i {
    display: inline-block;
    font-size: 14px;
}

.pagination .page-item .page-link i:before {
    font-size: 14px;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
    color: #fff;
}

.index-3 .pagination,
.index-2 .pagination {
    margin-top: 20px;
}

.index-2 .pagination .page-item .page-link {
    border-radius: 50%;
}

.page-links { clear: left; }
.post-detail .page-links { padding-bottom: 20px }

.page-links .current span,
.page-links span.current { 
    color: #fff;
    background: #529e19;
    border-color: #529e19;
}

.page-links span, .page-links a { 
    color: #797979;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    height: 28px;
    width: 26px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
}

.page-links span:hover, .page-links a:hover { 
    color: #fff;
    background: #529e19;
    border-color: #529e19;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 8px 21px -6px rgba(82,158,25,1);
    -moz-box-shadow: 0px 8px 21px -6px rgba(82,158,25,1);
    box-shadow: 0px 8px 21px -6px rgba(82,158,25,1);
}
.page-links a,
.page-links span {
    border-bottom: solid 1px #262626;
}

.post-detail>.page-links { clear: left; padding: 15px 30px }
.post-detail>.page-links a { margin: 0 5px }

form {
    width: 100%;
}

form .form-group {
    display: flow-root;
    width: 100%;
}

form .form-group input[type="text"],
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="number"],
textarea {
    width: 100%;
    padding: 10px 10px;
    float: left;
    border: solid 1px #e6e6e6;
    font-size: 14px;
}

form .form-group textarea,
form textarea {
    height: 120px;
    font-size: 14px;
}

form .form-group button[type="submit"],
form .form-group input[type="submit"],
form button[type="submit"],
form input[type="submit"] {
    padding: 8px 14px;
    color: #fff;
    border: none;
    font-size: 14px;
}

form .form-group button:focus,
form button:hover {
    outline: none;
    cursor: pointer;
}

form .form-group button[type="submit"] i {
    margin-left: 10px;
}

form .form-group button[type="submit"] i::before {
    font-size: 14px;
}

form input[type="text"]:focus,
form textarea:focus {
    outline: none !important;
}

form input::-moz-placeholder,
form input:-ms-input-placeholder,
form input::-webkit-input-placeholder {
    color: #262626;
}

.index-2 form .form-group input[type="text"],
.index-2 form input[type="email"],
.index-2 form input[type="password"],
.index-2 input[type="number"],
.index-2 textarea,
.index-2 button[type="submit"] {
    border-radius: 20px;
}

.index-2 form .form-group input,
.index-2 form .form-group textarea {
    padding: 10px 15px;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-flex {
    display: flex;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}

.dots .dot {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 10px;
    border-radius: 50%;
    background: #529e19;
    -webkit-animation: dot-dot-dot 1.4s linear infinite;
    animation: dot-dot-dot 1.4s linear infinite;
}

.dots .dot:nth-child(2) {
    animation-delay: .2s;
    background: #ff6204;
}

.dots .dot:nth-child(3) {
    animation-delay: .4s;
    background: #2285d9;
}

@keyframes dot-dot-dot {
    0%,
    60%,
    100% {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
    }
    30% {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

.pdb-70 {
    padding-bottom: 70px;
}


/****---- Default CSS ----****/


/****---- Homepage 1 Start ----****/


/*---- Header ----*/

header {
    z-index: 9999;
    width: 100%;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header .navbar-brand {
    padding: 5px 0;
    margin: 0px 15px;
}

header .nav-item.active a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}

header.sticky {
    position: fixed;
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.25);
    width: 100%;
    z-index: 9999;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}

.admin-bar .sticky {
    top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .sticky {
      top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .sticky {
      top: 32px;
  }
}

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

#slider .rev_slider {
    min-height: 80vh
}

#slider .tp-caption.rev-btn:hover {
    background: none !important;
    border: none !important;
}

#slider #slide-3238-layer-1.tp-caption.heading,
#slider #slide-3238-layer-15.tp-caption.heading,
#slider #slide-3238-layer-16.tp-caption.heading {
    font-size: 80px !important;
    color: #262626;
    top: 240px;
}

#slider #slide-3238-layer-1.tp-caption.heading span,
#slider #slide-3238-layer-15.tp-caption.heading span,
#slider #slide-3238-layer-16.tp-caption.heading span {
    font-size: 80px !important;
}

#slider #slide-3238-layer-2.tp-caption.content {
    font-size: 18px !important;
    width: 600px !important;
    line-height: 25px !important;
    margin: 30px auto 40px;
    display: inline-table;
    color: #262626;
    white-space: normal;
    top: 340px;
    text-align: center !important;
}

#slider #slide-3238-layer-3.tp-caption.buttons {
    top: 460px;
}

#banner a.view_more {
    margin: 0 10px;
}
#banner a.view_more:hover{
    color:#fff;
}
#banner{ position: relative;
    overflow:hidden;
    height:100vh;
}

#banner .caption {
    text-align:center;
    margin:0px auto;
    width:60%;
    right: 20%;
    left: 20%;
    height:auto;
    top:170px;
    position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #262626;
    font-family: 'Open Sans', sans-serif;
}
#banner .caption .display{
    font-size:70px;
    line-height:1;
    margin-bottom:30px;
    font-weight: 400;     
}
#banner .caption .sub-heading{
    font-size:30px;
    margin-bottom:30px;
    font-family: 'Poppins', sans-serif;
}
#banner .caption .content{
    font-size:18px;
    line-height:28px;
    padding:0 13%;
    margin: 25px 0px 30px 0px;
}

#banner .item { height:100vh; }

/*---- About Us ----*/

section#about-us {}

.about-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    color: #262626;
}


/*---- Counter ----*/
section .counter-column .container {
    z-index: 2;
    position: relative;
}

.counter-column {
    margin: 20px 0;
}

.counter-column.without_icon {
    text-align: center;
}
.counter-column .count_icon {
    float: left;
    display: inline-block;
    width: 75px;
}

.counter-column .count_icon i::before {
    margin: 0px;
    display: block;
    line-height: 1;
}

.counter-column .count_icon i.flaticon-happiness::before {
    font-size: 70px;
}

.counter-column .count_icon i.flaticon-coffee-cup::before,
.counter-column .count_icon i.flaticon-building::before,
.counter-column .count_icon i.flaticon-like::before {
    font-size: 65px;
}

.counter-column .counter_content {
    float: left;
    margin-left: 10px;
    width: auto;
}

.counter-column .counter_content h2 {
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1;
}

.counter-column .counter_content .display {
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 70px;
    font-family: 'Poppins', sans-serif;
    line-height: 70px;
}

.counter-column .counter_content .title {
    display: block;
    color: #fff;
}


/*---- Services ----*/

.service-card {
    border: solid 1px #e6e6e6;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.service-card .service_icon i::before {
    margin: 0px;
    display: block;
    line-height: 1;
    font-size: 50px;
}

.service-card:hover .service_icon i::before {
    color: #fff;
    transition: all 0.5s ease;
}

.service-card .service_icon {
    margin-bottom: 20px;
}

.service-card .service_detail h5 {
    margin: 0 0 10px 0;
    display: block;
}

.service-card .service_detail h5 a {
    color: #262626;
    transition: none;
}

.service-card:hover .service_detail h5 a {
    color: #fff;
}

.service-card:hover .service_detail h5 {
    color: #fff;
}

.service-card:hover .service_detail p {
    color: #fff;
}

section#services-top .img-area {
    width: 100%;
    position: relative;
}

section#services-top .img-area img {
    width: 100%;
    object-fit: cover;
}

section#services .owl-dots {
    display: block;
}

.index-foot4 .textwidget p{

  color: #fff;
}

/*---- Our Team ----*/

.owl-two .team-card{

  width: 100%;
}

.slider.index-slider3 .owl-main .caption{
  
      width: 50% !important;
}

.team-card {
    float: left;
    text-align: center;
    padding: 30px 40px;
    background: #fff;
    border: solid 1px #e6e6e6;
    margin-bottom: 30px;
}

.team-card .client_dp {
    padding: 0px;
    margin: 0px auto;
    width: 80px;
    height: 80px;
}

.team-card .client_dp img {
    border-radius: 50px;
    width: auto;
    display: inline-block;
}

.team-card .name_designation {
    text-align: center;
    margin: 15px 0;
}

.team-card .name_designation h5 {
    display: block;
}

.team-card .name_designation span {
    font-size: 14px;
    color: #262626;
}

.team-card .social_links {
    padding: 0px;
    margin: 0px;
}

.team-card .social_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.team-card .social_links ul li {
    display: inline-block;
    margin: 0px 7px;
}

.team-card .social_links ul li a {
    margin: 0px;
    padding-bottom: 0px;
}

.team-card .social_links ul li a i::before {
    font-size: 15px;
}

.team-card .social_links ul li a i.flaticon-facebook-logo::before {
    color: #3b5a99;
}

.team-card .social_links ul li a i.flaticon-twitter::before {
    color: #33ccff;
}

.team-card .social_links ul li a i.flaticon-google-plus-logo::before {
    color: #dd4b38;
}

.team-card .social_links ul li a i.flaticon-linkedin-logo::before {
    color: #1c8cb4;
}

.team-card .social_links ul li a i.flaticon-instagram::before {
    color: #bb256e;
}

.team-card:hover {
    -webkit-box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    -moz-box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    cursor: pointer;
    transition: all 0.5s ease;
}


/*---- Portfolio ----*/

section#portfolio {
    text-align: center;
}

section#portfolio .all-title {
    padding-bottom: 70px;
}

section#portfolio .portfolio-sort {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 45px;
}

section#portfolio .sorting {
    background-color: #fff;
}

section#portfolio .sort-btn {
    background: #f4f4f4;
    font-size: 14px;
    color: #262626;
    padding: 10px 25px;
    border: none;
    border-radius: 0px;
    margin: 0px 5px;
    display: inline-block;
}

section#portfolio .sort-btn:hover,
section#portfolio .sort-btn.active {
    color: #fff;
}

section#portfolio .port-item {
    margin: 15px auto;
}

section#portfolio .project {
    overflow: hidden;
    position: relative !important;
    background: #000;
    cursor: pointer;
}

section#portfolio .project img {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

section#portfolio .project:hover img {
    opacity: 0.7;
}

section#portfolio .project .label {
    position: absolute;
    width: 100%;
    height: 50px;
    text-align: center;
    bottom: -50px;
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

section#portfolio .project .label-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section#portfolio .project .label-text {
    position: relative;
    z-index: 500;
    padding: 10px 8px;
}

section#portfolio .project .label-text a {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

section#portfolio .project:hover .label {
    bottom: 0;
}

section#portfolio .project:hover img {
    top: -30px;
}

section#portfolio .project .zoom {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    opacity: 0;
    top: 40%;
    left: 48%;
    transform: translate(-40%, -48%);
    -ms-transform: translate(-40%, -48%);
}

section#portfolio .project .zoom a {
    padding: 15px 0;
    text-align: center;
    display: block;
}

section#portfolio .project:hover .zoom {
    opacity: 1;
    transition: all 0.5s ease;
}

section#portfolio .project .zoom i::before {
    font-size: 20px;
    color: #fff;
}


/*---- Clients ----*/

div#client {
    margin: 0 auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

section#client .item img {
    border-radius: 0;
}

section#client .owl-nav {
    display: none;
}

section#client .owl-dots {
    display: none !important;
}


/*---- Blog Posts ----*/

section#blog_post .blog_card {
    display: flex;
    margin-bottom: 30px;
}

section#blog_post .blog_card .post-detail h4 a,
section#blog_post .blog_card .post-detail h5 a {
    color: #262626;
}

.blog_card .post-img {
    position: relative;
    padding: 0px;
    float: left;
    width: 50%;
    /*height: 100%;*/
    overflow-x: hidden;
}

.blog_card .post-img img {
    position: relative;
    padding: 0px;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_card .post-img .posted_on {
    position: absolute;
    text-align: center;
    padding: 16px 10px;
    height: 70px;
    width: 70px;
    right: 10px;
    bottom: 10px;
}

.blog_card .post-img .posted_on span.date {
    font-size: 25px;
    display: block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 20px;
}

.blog_card .post-img .posted_on span.month {
    font-size: 14px;
    display: block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.blog_card .post-detail {
    border: solid 1px #e6e6e6;
    padding: 10px 10px 15px 20px;
    float: left;
    width: 50%;
}

.blog_card .post-detail .post-title h5 {
    color: #262626;
}

.blog_card .post-detail .posted_by {
    color: #797979;
    font-size: 14px;
    padding: 5px 0 5px;
    margin-right: 10px;
}

.blog_card .post-detail .posted_by {
    margin: 5px 0;
}

.blog_card .post-detail .posted_by i::before {
    font-size: 14px !important;
    margin-right: 7px;
}

.blog_card .post-detail .about_post p {
    padding-bottom: 0px;
}


/*---- Testimonials ----*/

section#testimonials {}

section#testimonials.index-3 .content_sec {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

section#testimonials .testimonials-slider .item {
    float: left;
    text-align: center;
    padding: 10px 40px 30px 40px;
    background: #fff;
    position: relative;
    height: auto;
}

section#testimonials .testimonials-slider.owl-eight .item {
    float: left;
    text-align: center;
    padding: 35px 36px 35px 36px;
    background: #25252f;
    position: relative;
    height: auto;
    margin-left: 10px;
}

section#testimonials .testimonials-slider.owl-eight .item::before{display:none;
}


section#testimonials .testimonials-slider.owl-eight .item .client_detail .name_designation span,
section#testimonials .testimonials-slider.owl-eight .item .comment p
{
color: #fff;

}

section#testimonials .testimonials-slider.owl-eight .item .client_detail{

  margin-top: 0px;
}


section#testimonials .owl-eight .item {
    float: left;
    text-align: center;
    padding: 10px 40px 30px 40px;
    background: #25253e;
    position: relative;
    height: auto;
    margin-left: 10px;
}

section#testimonials .testimonials-slider .item::before {
    content: url('./assets/img/testimonial_quote.png');
    position: relative;
    top: -25px
}

section#testimonials .testimonials-slider .item .comment p {
    font-size: 16px;
    color: #797979;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    line-height: 26px;
}

section#testimonials .testimonials-slider .item .client_detail {
    position: relative;
    margin-top: 15px;
}

section#testimonials .testimonials-slider .item .client_detail .client_dp {
    padding: 0px;
    margin: 0px auto;
    width: 80px;
    height: 80px;
}

section#testimonials .testimonials-slider .item .client_detail .client_dp img {
    border-radius: 50px;
    width: auto;
    display: inline-block;
}

section#testimonials .testimonials-slider .item .client_detail .name_designation {
    text-align: center;
    margin: 15px 0;
}

section#testimonials .testimonials-slider .item .client_detail .name_designation h5 {
    display: block;
    font-weight: 500;
}

section#testimonials .testimonials-slider .item .client_detail .name_designation span {
    font-size: 14px;
    color: #262626;
}

section#testimonials .testimonials-slider .item:hover {
    -webkit-box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    -moz-box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    cursor: pointer;
    transition: all 0.5s ease;
}

section#testimonials .testimonials-slider .owl-item {
    height: auto;
    padding: 15px 0 35px;
}


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

footer.index-1 {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
    border-top: solid 1px #e6e6e6;
}

footer .column {
    margin-bottom: 40px;
}

footer .footer_about_content {
    padding: 0px;
    margin: 0px;
}

footer .footer_about_content .footer_logo {
    margin-bottom: 20px;
}

footer .footer_about_content a {
    font-size: 14px;
    color: #fff;
    margin-top: 0;
}

footer .column [class*="widget_"] {
    margin-top: 30px;
}

footer .column [class*="widget_"]:first-child {
    margin-top: 0;
}

/*footer .column > div:first-child {
    margin-top: 0;
}*/

footer.index-1 .widget_nav_menu h2,
footer.index-1 .widget_pages h2,
footer.index-1 .widget_calendar h2,
footer.index-1 .widget_tag_cloud h2,
footer.index-1 .widget_archive h2,
footer.index-1 .widget_categories h2,
footer.index-1 .widget_media_gallery h2,
footer.index-1 .widget_recent_entries h2,
footer.index-1 .widget_meta h2,
footer.index-1 .widget_text h2,
footer.index-1 .widget_media_audio h2,
footer.index-1 .widget_search h2,
footer.index-1 .widget_media_video h2,
footer.index-1 .widget_recent_comments h2 {
    font-size: 18px;
}

footer .widget_calendar .calendar_wrap,
footer .widget_categories ul,
footer .widget_archive ul,
footer .widget_recent_entries ul,
footer .widget_meta ul,
footer .widget_search .widget-content,
footer .widget_text .textwidget,
footer .widget_media_gallery .gallery,
footer .widget_tag_cloud .tagcloud,
footer .widget_media_audio .mejs-container,
footer .widget_recent_comments ul {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

footer .widget_nav_menu ul,
footer .widget_pages ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

footer .column [class*="widget_"] select {
    margin-top: 20px;
}


footer .widget_nav_menu ul.sub-menu,
footer .widget_pages ul.children {
    margin-top: 5px;
}

footer .newsletter .widget_text .textwidget,
footer .newsletter .widget_search .widget-content {
    margin-top: 0;
}

footer .widget_nav_menu ul li,
footer .widget_pages ul li,
.widget_categories .cat-item,
.widget.widget_pages ul .page_item,
.widget_nav_menu .menu-testing-menu-container ul li {
    padding: 0px 0 8px 0;
    padding-left: 15px;
    list-style: none;
}

footer .widget_nav_menu ul li::before,
footer .widget_pages ul li::before,
.widget_categories .cat-item::before,
.widget.widget_pages ul .page_item::before,
.widget_nav_menu .menu-testing-menu-container ul li::before {
    content: "\f101";
    left: -15px;
    font-size: 18px;
    font-family: FontAwesome;
    position: relative;
    transition: all 0.1s ease;
}

footer .widget_nav_menu ul li:hover::before,
footer .widget_pages ul li:hover::before,
.widget_categories .cat-item:hover::before,
.widget.widget_pages ul .page_item:hover::before,
.widget_nav_menu .menu-testing-menu-container ul li:hover::before {
    content: "\f101";
    left: -10px;
    font-size: 18px;
    font-family: FontAwesome;
    position: relative;
}

footer .widget_nav_menu ul li a,
footer .widget_pages ul li a {
    color: #262626;
    font-size: 14px;
}

footer .contact_info {
    padding: 0px;
    margin: 0px;
}

footer .contact_info ul {
    margin-top: 20px;
}

footer .contact_info ul li {
    color: #262626;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    float: none;
    margin-bottom: 20px;
}

footer .contact_info i {
    margin-right: 15px;
    height: auto;
    width: auto;
    float: left;
    margin-top: 2px;
}

footer .contact_info .follow_us_on {
    margin-top: 10px;
    border-top: solid 1px #e6e6e6;
    padding-top: 20px;
    display: inline-block;
}

footer .contact_info .follow_us_on a i::before {
    margin-right: 20px;
    font-size: 16px;
}

footer .newsletter {
    border: solid 1px #e6e6e6;
    padding: 25px 30px;
    width: 100%;
}

footer .newsletter h4 {
    padding-top: 7px;
    margin: 0px;
}

footer .newsletter form {
    padding: 0px;
    margin: 0px;
}

footer .newsletter form input[type="text"] {
    border: solid 1px #e6e6e6;
    padding: 15px;
    color: #262626;
    font-size: 14px;
    margin: 0;
    width: 100%;
}

footer .newsletter form button[type="submit"],
footer .newsletter form input[type="submit"] {
    border: none;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

footer .copyright {
    font-size: 14px;
    margin: 30px 0 0;
    color: #262626;
}
footer .copyright a {
    color: #262626;
}
footer .bottom .copyright {
    text-align: left;
    color: #fff;
    margin: 25px 0;
    display: inline-block;
    padding: 0;
}
footer .copyright ul li {
    list-style: none;
}
footer .bottom .copyright a {
    display: inline;
    float: none;
    color: #fff;
}
footer .copyright .menu .menu-item { display:inline-block; }
footer .copyright .menu .menu-item a { padding: 0 } 
footer .copyright .menu .menu-item:last-child a::after { content:none; margin:0px; }
footer .copyright .menu .menu-item a::after {
    content:'';
    width: 1px;
    height: 15px;
    margin: -2px 12px; display: inline-block
}
footer .copyright .menu .menu-item a::after { background: rgba(0, 0, 0, 0.4) }
footer.index-2 .copyright .menu .menu-item a::after,
footer.index-3 .copyright .menu .menu-item a::after { background: rgba(255, 255, 255, 0.4) }
/****---- Homepage 1 End ----****/


/****---- Homepage 2 Start ----****/

.index-2 a.view_more {
    border-radius: 20px;
    color: #fff;
}

.index-2 .separator ul li {
    display: inline-block;
    width: 3px;
    height: 7px;
    margin: 0px 2px;
    padding: 0px;
}

.index-2 .owl-nav button {
    border-radius: 50%;
}


/*---- Header ----*/

.header-top.contact_info {
    padding: 7px 0;
}

.header-top.contact_info .mail-call .mail-to,
.header-top.contact_info .mail-call .call-on {
    display: inline-block;
    color: #fff;
}

.header-top.contact_info i {
    height: auto;
    width: 18px;
}

.header-top.contact_info .follow_us_on li {
    display: inline-block;
}

.header-top.contact_info .follow_us_on li a i::before {
    font-size: 14px;
    color: #fff;
}

.header-top.contact_info .mail-call {
    text-align: right;
}

.header-top.contact_info .mail-call i::before {
    font-size: 16px;
    margin-right: 10px;
    color: #fff
}

.header-top.contact_info .mail-call .mail-to,
.header-top.contact_info .mail-call .call-on {
    display: inline-block;
    color: #fff;
}


/*---- Slider ----*/
.slider {
    position: relative;
    height: 900px;
    overflow: hidden;
}
.slider.index-2 .owl-main {
    height: 100%;
    position: relative;
    z-index: 0;
}

.slider.index-2 .owl-main .owl-item img {
    position: absolute;
    object-fit: cover;
}
.owl-carousel .owl-stage, .owl-carousel .owl-stage-outer, .owl-carousel .owl-item, .owl-carousel .owl-item .item {
    height: 100%;
}

/*---- About Us ----*/

section h1 {
    line-height: 1;
}

section .content_sec {
    position: relative;
}

.index-2 .img-area {
    position: relative;
}

.index-2 .img-area::before {
    content: '';
    border-radius: 20px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    width: 85%;
    height: 85%;
    margin: 5% 8%;
    position: absolute;
    z-index: 1;
}

.index-2 .img-area img {
    border-radius: 20px;
}

section .qualities {
    margin-top: 50px;
}

section .qualities .column {
    margin: 40px 0 0;
}

section .qualities .column .icon {
    width: 80px;
    line-height: 75px;
    float: left;
}

section .qualities .column .icon i::before {
    font-weight: 500;
    font-size: 60px;
}

section .qualities .column .description {
    padding-right: 30px;
}

section .qualities .column .description h5 {
    font-weight: 500;
    margin: 5px 0;
}

section .qualities .column .description p {
    padding-bottom: 0
}

/*---- Services ----*/

section#services.index-2 .owl-nav button {
    display: none;
}

section#services.index-2 .service-slider .owl-stage-outer {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}

section#services.index-2 .h-border {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 140px;
}

section#services.index-2 .h-border::before {
    content: ' ';
    width: 8px;
    height: 8px;
    background: #707070;
    display: block;
    left: 0;
    top: -4px;
    position: absolute;
}

section#services.index-2 .h-border::after {
    content: ' ';
    width: 8px;
    height: 8px;
    background: #707070;
    display: block;
    right: 0;
    top: -4px;
    position: absolute;
}

section#services.index-2 .item {
    text-align: center;
}

section#services.index-4 .item {
    text-align: center;
}

section#services.index-4 .service_icon {
    transition: all 0.5s ease;
    padding: 10px;
    background: #ff6204;
    display: block;
    float: none;
    margin: 0px auto;
    width: 70px;
    height: 70px;
    line-height: 100%;
    border-radius: 100%;
    border: solid 1px #e0e0e0;
    z-index: 9;
    position: relative;
}

section#services.index-2 .service_icon,section#services.index-4 .service_icon {
    transition: all 0.5s ease;
    padding: 10px;
    background: #ff6204;
    display: block;
    float: none;
    margin: 0px auto;
    width: 70px;
    height: 70px;
    line-height: 100%;
    border-radius: 100%;
    border: solid 1px #e0e0e0;
    z-index: 9;
    position: relative;
}

section#services.index-2 .service_icon i::before,section#services.index-4 .service_icon i::before {
    font-size: 35px;
    color: #fff;
    line-height: 45px;
}

section#services.index-2 .connector,section#services.index-4 .connector {
    width: 15px;
    padding: 0px;
    margin: 0px auto;
    height: 80px;
    padding: 35px 0;
    position: relative;
}

section#services.index-2 .connector span,section#services.index-4 .connector span {
    width: 11px;
    height: 10px;
    background: #e0e0e0;
    display: block;
}

section#services.index-2 .connector span::before,section#services.index-4 .connector span::before {
    content: ' ';
    width: 1px;
    height: 35px;
    background: #e0e0e0;
    position: absolute;
    top: 0px;
}

section#services.index-2 .connector span::after {
    content: ' ';
    width: 1px;
    height: 35px;
    background: #e0e0e0;
    position: absolute;
    bottom: 0px;
}

section#services.index-2 .service-card {
    border-radius: 20px;
    background: #fff;
    border: solid 1px #e0e0e0;
    transition: all 0.5s ease;
}

section#services .service-card .service_detail p {
    padding-bottom: 0;
}

section#services .item:hover .connector span {
    background: #707070;
}

section#services .item:hover .service-card h5 a,
section#services .item:hover .service-card p {
    color: #fff;
}


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


section .index-2.counter-column {
    text-align: center;
}

section .index-2.counter-column .counter_content {
    width: 100%
}

section .index-2.counter-column .counter_content .title {
    margin-top: 10px;
}


/*---- Our Team ----*/

.index-2 .item,.index-3 .item {
    display: inline-block;
}

.index-2 .team-card {
    border-radius: 20px;
    background: #fff;
    border: solid 1px #e0e0e0;
    padding: 30px;
    transition: all 0.5s ease;
    position: relative
}

.index-2 .team-card:after,
.index-2 .team-card:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.index-2 .team-card:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px;
}

.index-2 .team-card:before {
    border-color: rgba(224, 224, 224, 0);
    border-bottom-color: #DDDDDD;
    border-width: 12px;
    margin-left: -12px;
}

.index-2 .client_dp {
    padding: 0px;
    margin: 0px auto 40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.index-2 .team-card .client_dp img {
    border-radius: 50px;
    width: auto;
    display: inline-block;
}

.index-2 .team-card .name_designation {
    margin-top: 0;
}

.index-2 .owl-nav button {
    display: none;
}


/*---- Portfolio ----*/

section#portfolio.index-2 {
    margin: 0 auto;
    height: auto;
    position: relative;
}

section#portfolio.index-2 .container {
    z-index: 999;
    position: relative;
}

section#portfolio.index-2 .project {
    margin-bottom: 10px;
    border-radius: 20px;
}

section#portfolio.index-2 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
}

section#portfolio.index-2 .section_heading h2,
section#portfolio.index-2 .section_heading .heading_content {
    color: #fff;
}

section#portfolio.index-2 .portfolio-sort {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 45px;
}

section#portfolio.index-port3 .sorting {
    background: none !important;
}

section#portfolio.index-port3 .sort-btn {
    border-radius: 25px;
    background: #101010;
    color: #fff;
}


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

section#pricing.index-2 .price_card {
    border-radius: 20px;
    float: left;
}

section#pricing.index-2 .price_card .separator ul::before,
section#pricing.index-3 .price_card .separator ul::before {
    background: #fff;
}

section#pricing.index-2 .price_card .separator ul::after,
section#pricing.index-3 .price_card .separator ul::after {
    background: #fff;
}

section#pricing.index-2 .purchase a.purchase_now {
    border-radius: 25px;
}

section#pricing.index-2 .ultimate .features ul li {
    padding: 15px 0;
    color: #fff;
}

section#pricing.index-2 .ultimate .features ul li:last-child {
    border-bottom: none;
}

/*---- Counter 2 ----*/
section.vc_row-fluid.has_overlay {
    position: relative;
}

section.has_overlay .container,
section.has_overlay .row {
    z-index: 2;
    position: relative;
}

section.has_overlay.has-bg-custom-style {
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
}

section#counter.index-2 {
    padding: 65px 0 70px;
    position: relative;
    background: #f4f4f4;
}

section#counter.index-2::after {
    content: '';
    width: 53%;
    height: 100%;
    top: 0;
    z-index: 999;
    border-radius: 400px 0 0 400px;
    right: 0px;
    display: block;
    background-size: auto auto;
    position: absolute;
}

section#counter.index-2 .counter-column {
    margin: 20px 0 30px 0;
}

section#counter.index-2 .counter-column .count_icon {
    float: none;
    display: block;
    width: 75px;
}

section#counter.index-2 .counter-column .count_icon i.flaticon-happiness::before {
    font-size: 70px;
}

section#counter.index-2 .counter-column .count_icon i.flaticon-coffee-cup::before,
section#counter.index-2 .counter-column .count_icon i.flaticon-building::before,
section#counter.index-2 .counter-column .count_icon i.flaticon-like::before {
    font-size: 65px;
}

.counter-column .separator {
    display: block;
    margin: 10px 0;
}

section#counter.index-2 .counter-column .counter_content {
    float: left;
    margin-left: 0px;
    width: auto;
}

section#counter.index-2 .counter-column .counter_content h2 {
    font-weight: 700;
    color: #262626;
    display: block;
}

section#counter.index-2 .counter-column .counter_content .display {
    font-weight: 700;
    color: #262626;
    display: block;
    font-size: 70px;
    font-family: 'Poppins', sans-serif;
    line-height: 70px;
}

section#counter.index-2 .counter-column .counter_content .title {
    display: block;
    color: #797979;
}

section .counter-column .counter-inner {
    position: relative;
    overflow: hidden;
}

/*---- Blog Posts ----*/

section#blog_post.index-2 .post-img {
    width: 100% !important;
    border-radius: 20px;
}

section#blog_post.index-blogx .post-img
{
width: 100%;
border-radius: 0px;
}

section#blog_post.index-2 .post-img .posted_on {
    top: 15px;
    right: 15px;
    border-radius: 50%;
}

section#blog_post.index-2 .blog_card,section#blog_post.index-blogx .blog_card {
    display: inline-block;
}

section#blog_post.index-2 .post-detail {
    padding: 20px 0 0;
    border: none;
    border-top: 0px;
    width: 100% !important;
}

section#blog_post.index-blogx .post-detail .description a{

  color: #fff !important;
}

section#blog_post.index-blogx .post-detail {
    padding: 20px 0 0;
    border: none;
    border-top: 0px;
    width: 100% !important;
}

section#blog_post.index-2 .post-detail .post-status {
    margin: 15px 0 5px;
    width: 100%;
    display: inline-block;
}

section#blog_post.index-2 .post-detail .post-status ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

section#blog_post.index-2 .post-detail .post-status ul li {
    float: left;
    min-width: 50px;
    color: #797979;
    margin-right: 20px;
    font-size: 14px;
}

section#blog_post.index-2 .post-detail .post-status ul li span {
    vertical-align: text-bottom;
}

section .post-status ul li span a {
    color: #797979;
}

section#blog_post.index-2 .post-detail .post-status ul li:last-child {
    margin-right: 0;
}

section#blog_post.index-2 .post-detail .post-status ul li i::before {
    margin-right: 5px;
    font-size: 14px;
}

section#blog_post.index-2 .post-detail .description a.view_more {
    font-size: 14px;
    padding: 7px 15px;
    background: none;
    border: solid 1px #e0e0e0;
    color: #262626;
}

section#blog_post .post-detail .description a.view_more:hover {
    color: #fff;
}


/*---- Clients ----*/

section#client.index-2 {
    margin: 0 auto;
    height: auto;
    padding: 70px 0px;
    position: relative;
    height: 290px;
    overflow: visible;
}

section#client.index-3 {
    margin: 0 auto;
    height: auto;
    padding: 70px 0px;
    position: relative;
    height: 290px;
    overflow: visible;
}


section#client.index-2 .owl-dots {
    display: none !important;
}

section#client.index-2 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
}

section#client.index-2 .container {
    z-index: 2;
    position: relative;
}

section#client.index-2 .section_heading {
    margin-bottom: 60px;
}

section#client.index-2 .section_heading h2 {
    color: #fff;
}

section#client.index-2 .team-slider {
    background: #fff;
    padding: 40px;
    position: relative;
    border: solid 1px #e4e4e4;
}

section#client.index-3 .team-slider {
    padding: 40px;
    position: relative;
}

section#client.index-2 .left-tri {
    width: 50px;
    height: 80px;
    border-style: solid;
    border-width: 0 47px 80px 0;
    border-color: transparent #e0e0e0 transparent transparent;
    position: absolute;
    left: -35px;
    top: 86px;
}

section#client.index-2 .right-tri {
    width: 50px;
    height: 80px;
    border-style: solid;
    border-width: 80px 50px 0px 0;
    border-color: #e0e0e0 transparent transparent transparent;
    position: absolute;
    right: -35px;
    top: 86px;
}

section#client.index-2 .owl-carousel .owl-nav {
    display: block !important;
    position: relative;
    top: 90px;
    left: 0;
    text-align: center;
    width: 100%;
    width: 140px;
    margin: 0px auto;
}

section#client.index-2 .owl-carousel.owl-drag .owl-item .item {
    width: 99%;
}

section#client.index-2 .owl-carousel .owl-nav .owl-next,
section#client.index-2 .owl-carousel .owl-nav .owl-prev {
    display: block !important;
}

section#client.index-2 .owl-carousel .owl-nav button {
    float: left;
    margin: 0 10px;
}

section#client.index-2 .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    top: 0;
    left: 0;
}

section#client.index-2 .owl-carousel .owl-nav button.owl-next {
    position: relative;
    top: 0;
    left: 0;
}

section#client.index-2 .owl-carousel .owl-nav button.owl-prev img {
    display: none;
}

section#client.index-2 .owl-carousel .owl-nav button.owl-next img {
    display: none;
}

section#client.index-2 .owl-carousel .owl-nav button.owl-prev::before {
    content: "\f126";
    font-size: 14px;
    color: #797979;
    font-family: Flaticon;
    vertical-align: super;
    line-height: 50px;
}

section#client.index-2 .owl-carousel .owl-nav button.owl-next::before {
    content: "\f123";
    font-size: 14px;
    color: #797979;
    font-family: Flaticon;
    vertical-align: super;
    line-height: 50px;
}

section#client .owl-carousel .owl-nav button.owl-prev:hover::before {
    color: #fff;
}

section#client .owl-carousel .owl-nav button.owl-next:hover::before {
    color: #fff;
}


/*---- Testimonials ----*/

section#testimonials.index-2 {
    margin-top: 250px !important;
    position: relative;
}

section#testimonials.index-2 .content_sec {
    top: 0px;
    margin-top: 0;
}

section#testimonials.index-2::after {
    content: '';
    width: 47%;
    height: 100%;
    top: 0;
    z-index: 999;
    border-radius: 0 400px 400px 0;
    left: 0;
    display: block;
    background-size: auto auto;
    position: absolute;
}

section#testimonials.index-2 .section_heading {
    text-align: left;
    margin-bottom: 30px;
}

section#testimonials.index-2 .section_heading .separator.left-align ul::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c9c9c9;
    right: 0;
    top: 63%;
    position: absolute;
}

section#testimonials.index-2 .testimonials-slider .item {
    background: none;
    padding-left: 0px;
    padding-right: 0px;
}

section#testimonials.index-2 .testimonials-slider .item::before {
    display: none;
}

section#testimonials.index-2 .testimonials-slider .comment-box {
    text-align: left;
    border-radius: 20px;
    padding: 0px 30px 10px;
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
}

section#testimonials.index-2 .testimonials-slider .comment-box:after,
section#testimonials.index-2 .testimonials-slider .comment-box:before {
    top: 100%;
    left: 13%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

section#testimonials.index-2 .testimonials-slider .comment-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

section#testimonials.index-2 .testimonials-slider .comment-box:before {
    border-color: rgba(224, 224, 224, 0);
    border-top-color: #e0e0e0;
    border-width: 11px;
    margin-left: -11px;
}

section#testimonials.index-2 .testimonials-slider .comment-box .comment {}

section#testimonials.index-2 .testimonials-slider .comment-box .comment::before {
    content: url('./assets/img/testimonial_quote.png');
    position: relative;
    top: -15px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

section#testimonials.index-2 .testimonials-slider .item .client_detail {
    text-align: left;
    margin-top: 30px;
    padding-left: 40px;
}

section#testimonials.index-2 .testimonials-slider .item .client_detail .client_dp {
    padding: 0px;
    float: left;
    margin: 0px;
    margin-right: 20px;
    width: 80px;
    height: 80px;
}

section#testimonials.index-2 .testimonials-slider .item .client_detail .client_dp img {
    border-radius: 50px;
    width: auto;
    display: inline-block;
}

section#testimonials.index-2 .testimonials-slider .item .client_detail .name_designation {
    text-align: left;
    margin: 10px 0 0;
    display: inline-block;
}

section#testimonials.index-2 .testimonials-slider .item .client_detail .name_designation h5 {
    display: block;
    font-weight: 500;
}

section#testimonials.index-2 .testimonials-slider .item .client_detail .name_designation span {
    font-size: 14px;
    color: #262626;
}

section#testimonials.index-2 .testimonials-slider .item:hover {
    box-shadow: none;
}

section#testimonials.index-2 .testimonials-slider .owl-item {
    height: auto;
    padding: 15px 0 0;
}


/*---- Quick Contact ----*/

section .newsletter form {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

section .newsletter.index-3 form {
    border-radius: 0;
}

section .newsletter form input[type="text"],
section .newsletter form input[type="email"] {
    padding: 10px 20px;
    border: none;
    margin: 0px;
    background: none;
    font-size: 14px;
    color: #fff;
    width: 45%;
}

section .newsletter form button[type="submit"],
section .newsletter form input[type="submit"] {
    border-radius: 25px;
    background: #262626;
    color: #fff;
    border: none;
    padding: 10px 35px;
    float: right;
    font-size: 14px;
}

section .newsletter.index-3 form input[type="submit"] {
    border-radius: 0;
}

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

footer.index-2 .section_heading {
    text-align: left;
}

footer.index-2 .widget_contact_info h2,
footer.index-2 .section_heading h2 {
    color: #fff;
    margin: 0 0 20px;
}

footer.index-2 .contact_info-widget .separator.left-align,
footer.index-2 .section_heading .separator.left-align {
    margin-bottom: 25px;
}

footer.index-2 .contact_info {
    margin-bottom: 30px;
}

footer.index-2 .contact_info ul li {
    margin-bottom: 26px;
    display: inline-block;
    width: 100%;
}

footer.index-2 .contact_info ul li:last-child {
    margin-bottom: 0;
}

footer.index-2 .contact_info ul li .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-right: 20px;
    border: solid 1px #262626;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

footer.index-2 .contact_info ul li .icon i {
    width: 100%;
}

footer.index-2 .contact_info ul li .detail {
    float: left;
    width: 80%;
}

footer.index-2 .contact_info ul li .detail h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

footer.index-2 .contact_info ul li .detail .content {
    margin-top: 10px;
}

footer.index-2 .contact_info ul li .detail .content span.value {
    color: #fff;
}

footer.index-2 .contact_info ul li .detail a {
    color: #fff;
    display: inline-block;
}

footer.index-2 .contact_info ul li .detail i {
    margin-right: 10px;
}

footer.index-2 .contact_info ul li .detail i::before {
    font-size: 15px;
}

footer.index-2 .contact-form {
    margin-bottom: 30px;
}

footer.index-2 .contact-form .form-group {
    margin-bottom: 30px;
    display: inline-block;
}

footer.index-2 .contact-form input[type="text"],
footer.index-2 .contact-form textarea {
    background: none;
    border: solid 1px #262626;
    color: #fff
}

footer.index-2 .contact-form input[type="submit"] {
    padding: 10px 30px;
    border: none;
    margin: 0px;
    background: #fff;
    font-size: 14px;
    color: #262626;
    border-radius: 20px;
}

footer .bottom {
    padding: 0;
    margin-top: 45px;
}

footer .bottom .navigation {
    text-align: center;
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

footer .bottom .navigation li {
    float: none;
    white-space: nowrap;
    display: inline;
    padding: 0 10px;
}

footer .bottom .navigation li a {
    font-size: 14px;
    color: #fff;
    padding: 0;
}

footer .bottom hr {
    margin: 0;
}

footer .bottom .separator {
    width: 1px;
    height: 10px;
    display: inline-block;
    margin: 0px 10px;
    background: #fff;
}


/****---- Homepage 2 End ----****/


/****---- Homepage 3 Start ----****/


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

.slider.index-3 .owl-main {
    overflow: hidden;
    height: auto;
}

.slider.index-3 .owl-main .owl-stage {
    height: auto !important;
}

.slider.index-3 .owl-main .owl-item img {
    height: 100vh;
    min-width: auto !important;
    object-fit: cover;
}

.slider.index-3 .owl-main {}

.slider.index-3 .owl-main .item::after {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

.slider.index-3 .owl-main .owl-dots {
    display: none !important;
}

.slider.index-3 .owl-main .owl-nav {
    display: block !important;
    z-index: 999;
    position: absolute;
    top: 40%;
    width: 100%;
}

.slider.index-3 .owl-main .owl-carousel .owl-nav .owl-next span,
.slider.index-3 .owl-main .owl-carousel .owl-nav .owl-prev span {
    display: block !important;
}

.slider.index-3 .owl-main .owl-nav button {
    height: 70px;
    width: 70px;
    padding: 28px;
    border: none;
    background: none;
    transition: all 0.5s ease;
    top: 0;
}

.slider.index-3 .owl-main .owl-nav button.owl-prev {
    left: 0;
}

.slider.index-3 .owl-main .owl-nav button.owl-next {
    right: 0;
}

.slider.index-3 .owl-main .owl-nav button img {
    opacity: 0.5;
}

.slider.index-3 .owl-main .owl-nav button:hover img {
    opacity: 1;
}

.slider.index-3 .caption a.contact_us {
    border-radius: 0;
    border: solid 1px #fff;
    color: #fff;
    padding: 10px 25px;
    background: none
}

.slider.index-3 .caption {
    text-align: center;
    margin: 0px auto;
    width: 800px;
    height: auto;
    top: 200px;
    position: absolute;
    right: 10%;
    bottom: 20px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.slider.index-3 .caption .think {
    font-size: 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: relative;
    height: auto;
    margin-bottom: 10px;
}

.slider.index-3 .caption .display {
    font-size: 60px;
    line-height: 70px;
    margin: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.slider.index-3 .caption .sub-heading {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.slider.index-3 .caption .content {
    font-size: 18px;
    color: #fff;
    padding: 0 10%;
    margin-bottom: 20px;
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid #323130;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    border-radius: 50px;
    z-index: 555;
    top: 90%;
    left: 50%;
    transform: translate(-90%, -50%);
    -ms-transform: translate(-90%, -50%);
}

.mouse span {

    position: absolute;
    display: block;
    top: 30%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #333;
    margin: 10px 0 0 -4px;
    border-radius: 50%;
    -webkit-animation: rev-ani-mouse 2.5s linear infinite;
    animation: rev-ani-mouse 2.5s linear infinite;
}

/*---- About Us ----*/

.index-3 h1 {
    line-height: 1;
}

.wraper-v2-inner section#about-us.index-3 {
    padding-top: 100px;
}

.index-2 .content-area {
    position: absolute;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    right: 0;
    top: 239px;
    -webkit-box-shadow: 0px 5px 16px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 16px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 16px -10px rgba(0,0,0,0.75);
    z-index: 1;
}

.index-3 .content_sec {
    position: relative;
}

.index-3 .img-area {
    padding: 20px 40px 0 0;
    position: relative;
}

.index-3 .img-area img {
    position: relative;
    z-index: 1;
    margin-left: 4%;
    width: 100%;
}

.index-3 .img-area::after {
    content: '';
    border-radius: 0px;
    border: solid 1px #e4e4e4;
    width: 85%;
    height: 85%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    left: 0;
}

.index-3 .content-area {
    margin-top: 20px;
    padding-left: 0
}


/*---- Services ----*/

section#services.index-3 {
    margin: 0 auto;
    height: auto;
    position: relative;
}

section#services.index-3 .container {
    position: relative;
    z-index: 1;
}

section#services.index-3 .owl-nav button {
    display: none;
}

section#services.index-3 .service-slider .owl-stage-outer {
    position: relative;
    padding-top: 30px;
}

section#services.index-3 .h-border {
    width: 100%;
    height: 1px;
    background: #b9b9b9;
    position: absolute;
    top: 140px;
    left: 0;
}

section#services.index-3 .h-border::before {
    content: ' ';
    width: 8px;
    height: 8px;
    background: #707070;
    display: block;
    left: 0;
    top: -4px;
    position: absolute;
}

section#services.index-3 .h-border::after {
    content: ' ';
    width: 8px;
    height: 8px;
    background: #707070;
    display: block;
    right: 0;
    top: -4px;
    position: absolute;
}

section#services.index-3 .item {
    text-align: center;
    padding: 1px;
}

section#services.index-3 .service_icon {
    transition: all 0.5s ease;
    padding: 10px;
    display: block;
    float: none;
    margin: 0px auto;
    width: 70px;
    height: 70px;
    line-height: 100%;
    border-radius: 0;
    z-index: 9;
    position: relative;
}

section#services.index-3 .service_icon i::before {
    font-size: 35px;
    color: #fff;
    line-height: 45px;
}

section#services.index-3 .connector {
    width: 15px;
    padding: 0px;
    margin: 0px auto;
    height: 80px;
    padding: 35px 0;
    position: relative;
}

section#services.index-3 .connector span {
    width: 11px;
    height: 10px;
    background: #b9b9b9;
    display: block;
}

section#services.index-3 .connector span::before {
    content: ' ';
    width: 1px;
    height: 35px;
    background: #b9b9b9;
    position: absolute;
    top: 0px;
}

section#services.index-3 .connector span::after {
    content: ' ';
    width: 1px;
    height: 35px;
    background: #b9b9b9;
    position: absolute;
    bottom: 0px;
}

section#services.index-3 .service-card {
    border-radius: 0px;
    background: #fff;
    border: solid 1px #b9b9b9;
    transition: all 0.5s ease;
}

section#services.index-3 .item:hover .connector span {
    background: #707070;
}

section#services.index-3 .item:hover .service-card h5,
section#services.index-3 .item:hover .service-card p {
    color: #fff;
}

section#services.index-3 .overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
}


/*---- Our Team ----*/

section#our_team.index-3 .item {
    margin-bottom: 50px;
}

section#our_team.index-3 .item .client_dp {
    width: 22%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

section#our_team.index-3 .item .client_dp img {
    width: 100%;
    height: 100%;
}

section#our_team.index-3 .item .team-card {
    width: 73%;
    float: right;
    padding: 0;
    text-align: left;
    padding: 25px;
    position: relative;
    margin-bottom: 0
}

section#our_team.index-3 .item .team-card .name_designation {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0
}

section#our_team.index-3 .item:hover .team-card {
    -webkit-box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    -moz-box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    cursor: pointer;
    transition: all 0.5s ease;
}

section#our_team.index-3 .item .team-card:after,
section#our_team.index-3 .item .team-card:before {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

section#our_team.index-3 .item .team-card:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

section#our_team.index-3 .item .team-card:before {
    border-color: rgba(230, 230, 230, 0);
    border-right-color: #e6e6e6;
    border-width: 11px;
    margin-top: -11px;
}


/*---- Portfolio ----*/

section#portfolio.index-3 {
    margin: 0 auto;
    height: auto;
    position: relative;
}

section#portfolio.index-3 .container {
    position: relative;
    z-index: 1;
}

section#portfolio .overlay {
    background: rgba(34, 137, 217, 0.9);
}

section#portfolio.index-3 .portfolio-sort {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 45px;
}

section#portfolio.index-3 .separator ul li {
    background: #fff;
}

section#portfolio.index-3 ul li {
    border-radius: 0;
}

section#portfolio.index-3 .sorting {
    background: none !important;
}

section#portfolio.index-3 .sort-btn {
    background: #000;
    color: #fff;
}

section#portfolio.index-3 .section_heading h2,
section#portfolio.index-3 .section_heading .heading_content {
    color: #fff;
}

section#portfolio.index-3 .project .label-bg {
    background-color: #000;
}


/*---- Blog Posts ----*/

section#blog_post.index-3 .post-img {
    width: 100% !important;
}

section#blog_post.index-3 .post-img .posted_on {
    top: 15px;
    right: 15px;
    border-radius: 0;
}

section#blog_post.index-3 .post-detail .post-status ul li span a {
    color: #797979;
}

section#blog_post.index-3 .blog_card {
    display: inline-block;
}

section#blog_post.index-3 .post-detail {
    padding: 20px 0 0;
    border: none;
    border-top: 0px;
    width: 100% !important;
}

section#blog_post.index-3 .post-detail h6 a {
    color: #262626;
}


/*---- Testimonials ----*/

section#testimonials.index-3 {
    margin: 0 auto;
    height: auto;
    position: relative;
}

section#testimonials.index-3 .testimonials-slider .item {
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0;
}

section#testimonials.index-3 .testimonials-slider .item::before {
    display: none;
}

section#client.index-2 .owl-nav {
    text-align: center;
}

section#client.index-2 .owl-nav button {
    padding: 10px;
}

section#client.index-2 .owl-nav button img {
    height: 20px;
    vertical-align: unset;
    opacity: 1;
}

section#testimonials.index-3 .testimonials-slider .comment-box {
    text-align: left;
    padding: 0px 30px 10px;
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
}

section#testimonials.index-3 .testimonials-slider .comment-box:after,
section#testimonials.index-3 .testimonials-slider .comment-box:before {
    top: 100%;
    left: 13%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

section#testimonials.index-3 .testimonials-slider .comment-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

section#testimonials.index-3 .testimonials-slider .comment-box:before {
    border-color: rgba(224, 224, 224, 0);
    border-top-color: #e0e0e0;
    border-width: 11px;
    margin-left: -11px;
}

section#testimonials.index-3 .testimonials-slider .comment-box .comment {}

section#testimonials.index-3 .testimonials-slider .comment-box .comment::before {
    content: url('./assets/img/testimonial_quote.png');
    position: relative;
    top: -15px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

section#testimonials.index-3 .testimonials-slider .item .client_detail {
    text-align: left;
    margin-top: 25px;
    padding-left: 30px;
}

section#testimonials.index-3 .testimonials-slider .item .client_detail .client_dp {
    padding: 0px;
    float: left;
    margin: 0px;
    margin-right: 20px;
    width: 80px;
    height: 80px;
}

section#testimonials.index-3 .testimonials-slider .item .client_detail .client_dp img {
    border-radius: 50px;
    width: auto;
    display: inline-block;
}

section#testimonials.index-3 .testimonials-slider .item .client_detail .name_designation {
    text-align: left;
    margin: 10px 0 0;
    display: inline-block;
}

section#testimonials.index-3 .testimonials-slider .item .client_detail .name_designation h5 {
    display: block;
    font-weight: 500;
}

section#testimonials.index-3 .testimonials-slider .item .client_detail .name_designation span {
    font-size: 14px;
    color: #262626;
}

section#testimonials.index-3 .testimonials-slider .item:hover {
    box-shadow: none;
}

section#testimonials.index-3 .testimonials-slider .owl-item {
    height: auto;
    padding: 15px 0;
}


/*---- Footer ----*/
footer.index-3 .bz-footer-3 {
    padding-right: 50px;
    border-right: solid 1px #262626;
    border-bottom: solid 1px #262626;
    padding-bottom: 40px;
}

footer.index-3 .bz-footer-3:last-child {
    padding-left: 50px;
    padding-right: 15px;
}

footer.index-3 .logo {
    margin-top: 5px;
    margin-bottom: 25px;
}

footer.index-3 .textwidget p {
    color: #fff;
}

footer.index-3 a.view_more {
    background: none;
    color: #fff;
    border: solid 1px #fff;
}

footer.index-3 a.view_more:hover {}

/* Footer 1*/
footer.index-1 .latest-news .section_heading {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
}

footer.index-1 .latest-news .post-item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    display: inline-flex;
    border-bottom: solid 1px #e6e6e6;
}

footer.index-1 .latest-news .post-item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}

footer.index-1 .latest-news .post-item .post-img {
    width: 15%;
    float: left;
    overflow-x: hidden;
    margin-top: 7px;
}

footer.index-1 .latest-news .post-item .post-content {
    margin-left: 10px;
    width: 73%;
    float: left;
}

footer.index-1 .latest-news .post-item .post-content p {
    padding-bottom: 6px;
}

footer.index-1 .latest-news .post-item .post-content p a {
    color: #23282d;
}

footer.index-1 .latest-news .post-item .post-content .post-status {
    min-width: 50px;
    margin-right: 30px;
    font-size: 14px;
}

/* Footer 2 & 3*/
footer.index-2 .latest-news .section_heading,
footer.index-3 .latest-news .section_heading {
    font-size: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
}

footer.index-2 .latest-news .post-item,
footer.index-3 .latest-news .post-item {
    margin-bottom: 25px;
    display: inline-flex;
}

footer.index-2 .latest-news .post-item {
    padding-bottom: 20px;
    border-bottom: solid 1px #262626;
}

footer.index-2 .latest-news .post-item:last-child,
footer.index-3 .latest-news .post-item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}

footer.index-2 .latest-news .post-item .post-img,
footer.index-3 .latest-news .post-item .post-img {
    width: 15%;
    float: left;
    overflow-x: hidden;
    margin-top: 7px;
}

footer.index-2 .latest-news .post-item .post-content,
footer.index-3 .latest-news .post-item .post-content {
    margin-left: 10px;
    width: 73%;
    float: left;
}

footer.index-2 .latest-news .post-item .post-content {
    margin-top: 2px;
}

footer.index-3 .latest-news .post-item .post-content p {
    padding-bottom: 6px;
}

footer.index-2 .latest-news .post-item .post-content p {
    padding-bottom: 10px;
}

footer.index-2 .latest-news .post-item .post-content p a,
footer.index-3 .latest-news .post-item .post-content p a {
    color: #fff;
}

footer.index-2 .latest-news .post-item .post-content .post-status,
footer.index-3 .latest-news .post-item .post-content .post-status {
    min-width: 50px;
    margin-right: 30px;
    font-size: 14px;
}

footer.index-3 .contact_info {
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

footer.index-3 .contact_info .icon {
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border: solid 1px #262626;
    margin-bottom: 10px;
}

footer.index-3 .contact_info .icon i {
    width: 100%;
}

footer.index-3 .contact_info .detail {
    float: left;
    width: 100%;
    margin-top: 20px;
}

footer.index-3 .contact_info .detail h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

footer.index-3 .contact_info .detail .content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

footer.index-3 .contact_info .detail .content span.value {
    color: #fff;
}

footer.index-3 .contact_info .detail a {
    color: #fff;
}

footer.index-3 .contact_info .detail i {
    margin-left: 5px;
    margin-right: 5px;
}

footer.index-3 .contact_info .social .detail .content i {
    width: auto;
    float: left;
    margin: 0 8px;
}

footer.index-3 .contact_info .detail i::before {
    font-size: 15px;
}

footer.index-3 .contact_info i {
    margin-top: 0;
}

/****---- Homepage 3 End ----***


/****---- Homepage 4 Start ----****/
/*---- header ----*/

.index-4 .container-fluid {
    padding: 0 18%;
    z-index: 9;
}

header.index-4 {
    position: absolute;
    background: none;
    z-index: 1;
}

header.index-4 .contact_info {
    background: none;
    padding: 15px 0;
}

header.index-4 .navbar {
    background: #fff;
}

header.index-4 .navbar .dropdown-item {
    border-bottom: solid 1px #fff;
}

header.index-4 .navbar .dropdown-item:last-child {
    border-bottom: none;
}

.index-4 section#portfolio .overlay {
    background: rgba(4, 4, 111, 0.7);
}


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

.slider.index-4 .owl-main {
    overflow: hidden;
    height: auto;
}

.slider.index-4 .owl-main .owl-stage {
    height: auto !important;
}

.slider.index-4 .owl-main .owl-item img {
    height: 100vh;
    min-width: auto !important;
    object-fit: cover;
}

.slider.index-4 .owl-main .owl-dots{ top:45% }

.slider.index-4 .owl-main {}

.slider.index-4 .owl-main .item::after {
    content: '';
    background: rgba(4, 4, 111, 0.7);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}



.slider.index-4 .caption {
    text-align: left;
    margin: 0px auto;
    width: 1140px;
    height: auto;
    top: 250px;
    left: 20%;
    position: absolute;
    padding-right: 25%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.slider.index-4 .caption .display {
    font-size: 70px;
    line-height: 80px;
    margin: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.slider.index-4 .caption .content {
    font-size: 18px;
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
}

.slider.index-4 .caption .vdo-sec {
    width: auto;
    display: inline-block;
    position: relative;
}

.slider.index-4 .caption .vdo-sec h5 {
    color: #fff;
    float: left;
    margin-top: 40px;
    padding-right: 100px;
}

.slider.index-4 .caption .vdo-sec h5::after {
    content: '';
    height: 1px;
    background: #fff;
    right: 0;
    width: 50px;
    display: block;
    right: 100px;
    top: 52px;
    position: absolute;
}

.slider.index-4 .caption .vdo-sec a.play {
    height: 70px;
    display: block;
    text-align: center;
    z-index: 9;
    position: relative;
    float: left;
    line-height: 70px;
    color: #262626;
    font-weight: 700;
    width: 70px;
    border-radius: 50%;
    background-color: white;
    margin-top: 20px;
}

.slider.index-4 .caption .vdo-sec .circle {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: white;
    position: relative;
    -webkit-transition: height .25s ease, width .25s ease;
    transition: height .25s ease, width .25s ease;
    position: absolute;
    right: 0;
    top: 20px;
}

.slider.index-4 .caption .vdo-sec .circle:before,
.slider.index-4 .caption .vdo-sec .circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #e93e8c;
    border: solid 1px #db2678;
}

.slider.index-4 .caption .vdo-sec .circle:before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.slider.index-4 .caption .vdo-sec .circle:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.slider.index-4 .caption .vdo-sec .circle:hover:before,
.slider.index-4 .caption .vdo-sec .circle:hover:after {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}


/*---- About Us ----*/

#about-us.index-4 {
    position: relative;
}

#about-us.index-4 h1 {
    line-height: 50px;
    margin-bottom: 20px;
}

#about-us.index-4 h5 {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
}


/*---- Qualities ----*/

section#qualities.index-4 {
    position: relative;
    top: 0px;
}

section#qualities.index-4 .content {
    background: #fff;
    -webkit-box-shadow: 0px 49px 33px -56px rgba(189, 189, 189, 1);
    -moz-box-shadow: 0px 49px 33px -56px rgba(189, 189, 189, 1);
    box-shadow: 0px 49px 33px -56px rgba(189, 189, 189, 1);
    width: 100%;
    border: solid 1px #e6e6e6;
    display: flex;
    top: 200px;
    position: relative;
    width: 100%;
    left: 0;
    overflow: hidden;
}

section#qualities.index-4 .content .column:last-child {
    border-right: none;
}


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

footer.index-4.home {
    padding: 100px 0 0;
    min-height: 600px;
    margin-top: -600px;
    background: url(../img/footer-bg.jpg) no-repeat right top;
    background-size: cover;
}

footer.index-4 .section_heading {
    text-align: left;
}

footer.index-4 .section_heading h2 {
    color: #fff;
    margin: 0 0 20px;
}

footer.index-4 .section_heading .separator.left-align {
    margin-bottom: 25px;
}

footer.index-4 .contact_info {
    margin-bottom: 30px;
}

footer.index-4 .contact_info ul li {
    margin-bottom: 26px;
    display: inline-block;
    width: 100%;
}

footer.index-4 .contact_info ul li:last-child {
    margin-bottom: 0;
}

footer.index-4 .contact_info ul li .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-right: 20px;
    border: solid 1px #262626;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

footer.index-4 .contact_info ul li .icon i {
    width: 100%;
}

footer.index-4 .contact_info ul li .detail {
    float: left;
    width: 80%;
}

footer.index-4 .contact_info ul li .detail h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

footer.index-4 .contact_info ul li .detail .content {
    margin-top: 10px;
}

footer.index-4 .contact_info ul li .detail .content span.value {
    color: #fff;
}

footer.index-4 .contact_info ul li .detail a {
    color: #fff;
    display: inline-block;
}

footer.index-4 .contact_info ul li .detail i {
    margin-right: 10px;
}

footer.index-4 .contact_info ul li .detail i::before {
    font-size: 15px;
}

footer.index-4 .contact-form {
    margin-bottom: 30px;
}

footer.index-4 .contact-form form .form-group {
    margin-bottom: 30px;
    display: inline-block;
}

footer.index-4 .contact-form form input[type="text"],
footer.index-4 .contact-form form textarea {
    background: none;
    border: solid 1px #262626;
    color: #fff
}

footer.index-4 .contact-form form button[type="submit"] {
    padding: 10px 30px;
    border: none;
    margin: 0px;
    background: #fff;
    font-size: 14px;
    color: #262626;
    border-radius: 20px;
}
/****---- Homepage 4 End ----****/

/****---- About Us ----****/

section#inner-banner {
    padding: 100px 0;
    margin: 0 auto;
    background-size: cover;
}

section#inner-banner .inner-heading {
    text-align: center;
    display: block;
    width: 100%;
}

section#inner-banner .inner-heading h2 {
    color: #fff;
}

section#inner-banner .inner-heading .breadcrumb {
    background: none;
    display: inline-flex;
    width: auto;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

section#inner-banner .inner-heading .breadcrumb li.breadcrumb-item {
    color: #fff;
    text-transform: capitalize;
}

section.search-banner {
    padding: 100px 0;
}

section#qualities .column {
    text-align: center;
}

section#qualities .column .icon i::before {
    font-weight: 500;
    font-size: 60px;
}

section#qualities .column .heading h5 {
    margin: 10px 0;
}

section#about-detail {
    text-align: left;
}

section#about-detail .description p {
    padding-bottom: 0px;
}

section#about-detail .content-area {
    margin-top: 70px;
}

section#about-detail .section_heading {
    position: relative;
    height: 70px;
    text-align: left;
    margin-top: 20px;
}

section#about-detail .section_heading h4 {
    padding: 0;
}

section#about-detail .number {
    font-size: 80px;
    font-weight: 700;
    color: #f0f0f0;
    position: absolute;
    z-index: -1;
    font-family: 'Poppins', sans-serif;
    top: 0;
    line-height: 70px;
}

section#about-detail .section_heading .separator {
    width: 75px;
}

section#about-detail .mid-content {
    margin-bottom: 100px;
}

section#about-detail .mid-content:last-child {
    margin-bottom: 0;
}

section#about-detail .mid-content img {
    -webkit-box-shadow: 0px 5px 16px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 16px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 16px -10px rgba(0, 0, 0, 0.75);
}

/****---- About Us End ----****/
/****---- About Us 2 Start ----****/

section#qualities.index-2 {
    padding: 0;
    position: relative;
    margin-top: 80px;
    overflow: visible;
}

section#inner-banner.left-align .inner-heading {
    text-align: left;
    display: block;
    width: 100%;
}

section#inner-banner.left-align .inner-heading h2 {
    margin-bottom: 10px;
}

section#qualities.index-2 .content {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.21);
    -moz-box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.21);
    box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.21);
    top: -80px;
    position: relative;
    width: 100%;
    left: 0;
    padding: 0px 5px;
}

section#qualities.index-2 .content .wpb_column {
    padding: 5px 0;
    border-right: solid 1px #e6e6e6;
    margin: 0;
}

section#qualities.index-2 .content .wpb_column:last-child {
    border-right: none;
}

section#about-detail.index-2 .img-area img {}


footer.inner.index-2 {
    padding: 0;
    min-height: 140px;
    margin-top: -140px;
}

footer.inner.index-2 .bottom {
    margin-top: 0
}


/****---- About Us 2 End ----****/


/****---- About Us 3 Start ----****/

section#about-us.index-3 {
    padding-top: 0;
}

section#inner-banner.index-3 .inner-heading {
    text-align: left;
    display: block;
    width: 100%;
}

section#inner-banner.index-3 .inner-heading h2 {
    margin-bottom: 10px;
}

footer.inner.index-3 {
    padding: 0;
    min-height: 140px;
    margin-top: -140px;
}

footer.inner.index-3 .bottom {
    margin-top: 0
}

.wraper-v2-inner section#qualities.index-3 {
    padding: 0;
}

.wraper section#qualities.index-3 {
    padding:0;
    position: relative;
    min-height: 250px;
    overflow: visible;
}

section#qualities.index-3 .content {
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0px 49px 33px -56px rgba(189, 189, 189, 1);
    -moz-box-shadow: 0px 49px 33px -56px rgba(189, 189, 189, 1);
    box-shadow: 0px 49px 33px -56px rgba(189, 189, 189, 1);
    width: 100%;
    border: solid 1px #e6e6e6;
    display: flex;
    padding: 0px 5px;
}

section#qualities.index-3 .content .wpb_column {
    padding: 5px 0;
    border-right: solid 1px #e6e6e6;
    margin: 0;
}

section#qualities.index-3 .content .wpb_column:last-child {
    border-right: none;
}


/****---- About Us 3 End ----****/


/****---- Services 1 Start ----****/

section#services-counter {
    position: relative;
    overflow: hidden;
}

section#services-counter .container {
    z-index: 2;
    position: relative;
}

section#services-counter .counter-column .counter_content {
    float: left;
    margin-left: 10px;
    width: 100%;
}

section#pricing .price_card {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+47,f4f4f4+100 */
    background: #f4f4f4;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f4f4f4 0%, #ffffff 47%, #f4f4f4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f4f4f4 0%, #ffffff 47%, #f4f4f4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f4f4f4 0%, #ffffff 47%, #f4f4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4', GradientType=1);
    /* IE6-9 */
    text-align: center;
    padding: 30px 0px 40px;
    border: solid 1px #eeeeee;
}

section#pricing .plan-title {
    margin-bottom: 10px;
    display: block;
}

section#pricing .plan-title h4 {
    color: #262626;
    font-family: 'Poppins', sans-serif;
}

section#pricing .price_amount {
    color: #797979;
    font-size: 20px;
}

section#pricing .price_amount strong {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 0 5px;
}

section#pricing .features {
    margin: 0px auto;
    width: 55%;
}

section#pricing .features ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

section#pricing .features ul li {
    padding: 15px 0;
    border-bottom: solid 1px #d1d1d1;
    color: #262626;
}

section#pricing .features ul li.deactive {
    color: #bebebe;
}

section#pricing .features ul li:last-child {
    border-bottom: none;
}

section#pricing .purchase {
    margin-top: 10px;
    text-align: center;
}

section#pricing .purchase a.purchase_now {
    padding: 10px 25px;
    background: #262626;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

section#pricing .purchase a.purchase_now:hover {
    color: #fff;
}

section#pricing .ultimate {
    border: none;
    z-index: 9;
}

section#pricing .ultimate .plan-title h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

section#pricing .ultimate .plan-title .separator ul li {
    display: inline-block;
    width: 3px;
    height: 7px;
    background: #fff;
    margin: 0px 2px;
    padding: 0px;
}

section#pricing .ultimate .price_amount {
    color: #fff;
    font-size: 20px;
}

section#pricing .ultimate .price_amount strong {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

section#pricing .ultimate .purchase a.purchase_now,
section#pricing .ultimate .purchase a:hover.purchase_now {
    background: #fff;
}

section#pricing .ultimate .features ul li {
    padding: 15px 0;
    color: #fff;
}

section#pricing .ultimate .features ul li:last-child {
    border-bottom: none;
}

section#services-counter {
    margin: 0 auto;
    height: auto;
    padding: 70px 0px;
}


/****---- Services 1 End ----****/

section#work-status.index-3 {
    margin: 0 auto;
    height: auto;
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

section#work-status.index-3 .container {
    z-index: 2;
    position: relative;
}


/****---- Services 2 Start ----****/

section#services.index-2 {
    padding-bottom: 50px;
}

section#services.index-2 .content_sec {
    margin-top: 50px;
}

section#services.index-2 .service-slider .owl-stage-outer {
    padding-top: 10px;
}

section#services.index-2 .h-border {
    width: 100%;
    left: 0;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 120px;
}

section#services.index-2 .item.card_mr_top {
    margin: 35px 0 0;
}

.wraper-v2-inner section#services.index-2 .service-card {
    position: relative;
    padding-top: 55px;
}

section#services.index-2 .service-card .service_icon {
    position: absolute;
    top: -12px;
    left: 40%;
}

section#services.index-2 #col_2 .service-card .service_icon {
    left: 44%;
}

section#services.index-2 .service-card {
    margin-bottom: 50px;
}

section#services.index-2 .service-card:hover .service_icon {
    border: none !important;
}


/****---- Services 2 End ----****/


/****---- Services 3 Start ----****/

section#services.index-3.inner {
    background: none;
    padding-bottom: 50px;
}

section#services.index-3 .content_sec {
    margin-top: 50px;
}

section#services.index-3 .service-slider .owl-stage-outer {
    padding-top: 10px;
}

section#services.index-3 .h-border {
    width: 100%;
    left: 0;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 120px;
}

section#services.index-3 .item.card_mr_top {
    margin: 35px 0 0;
}

.wraper-v2-inner section#services.index-3 .service-card {
    position: relative;
    padding-top: 55px;
}

section#services.index-3 .service-card .service_icon {
    position: absolute;
    top: -12px;
    left: 40%;
}

section#services.index-3 .service-card {
    margin-bottom: 50px;
}

section#services.index-3 .service-card:hover .service_icon {
    border: none !important;
}

section#services.index-3 .service-card .service_icon {
    border: solid 1px #b9b9b9;
    background: #fff;
}

section#services.index-3 .service-card .service_icon i::before {
    color: #797979;
}


/****---- Services 3 End ----****/


/****---- Portfolio Detail 1 Start ----****/

section#portfolio_detail .img-sec {
    height: 540px;
    overflow-y: hidden;
}

section#portfolio_detail .img-sec img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

section#portfolio_detail .about_project {
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

section#portfolio_detail .about_project .col-xs-12 {
    padding: 40px 0 0px 0;
}

section#portfolio_detail .about_project .icon {
    display: block;
    width: 55px;
    float: left;
}

section#portfolio_detail .about_project i::before {
    font-size: 40px;
    line-height: 55px;
}

section#portfolio_detail .about_project .content {
    color: #262626;
}

section#portfolio_detail .about_project .content .value {
    color: #797979;
    font-size: 14px;
}

section#portfolio_detail .project_description {
    padding: 0px;
}

section#portfolio_detail .project_description h4 {
    margin-bottom: 25px;
}

section#portfolio_detail .project_description p:last-child {
    padding-bottom: 0px;
}


/****---- Portfolio Detail 1 End ----****/


/****---- Our Team 1 Start ----****/

section#our_team.inner {
    padding: 0px;
}

section#our_team.inner #ui-ux,
section#our_team.inner #web-developer,
section#our_team.inner #seo-smo {
    padding: 85px 0 60px;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

section#member {
    margin: 0 auto;
    height: auto;
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
}

section#member .heading {
    display: flex;
}

section#member .heading h3 {
    color: #fff;
    font-weight: 300;
    display: inline-grid;
    line-height: 45px;
    font-size: 30px;
}

section#member .heading h3 span {
    font-size: 36px;
    font-weight: 700;
}

section#member .heading .q-mark {
    font-size: 90px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    display: inline;
    float: right;
    line-height: 95px;
}

section#member .meeting {
    display: inline-block;
}

section#member .meeting_icon {
    height: auto;
    width: 15%;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 5px 0px 5px 20px;
    margin-left: 40px;
    float: left;
}

section#member .meeting_icon::before {
    content: "";
    border-style: solid;
    border-width: 50px 30px 50px 0;
    border-color: transparent rgba(0, 0, 0, 0.25);
    position: absolute;
    left: -30px;
    top: 0;
}

section#member .meeting_icon i {
    display: block;
}

section#member .meeting_icon i::before {
    font-size: 55px;
    line-height: 90px;
}

section#member .meeting_content {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #797979;
    font-weight: 300;
    background: #fff;
    padding: 20px 30px 20px 20px;
    position: relative;
    float: left;
    width: 78%;
}

section#member .meeting_content::before {
    content: "";
    border-style: solid;
    border-width: 50px 30px 50px 0;
    border-color: transparent #fff;
    position: absolute;
    left: -30px;
    top: 0;
}

section#member .meeting_content a {
    font-weight: 600;
}


/****---- Our Team 1 End ----****/


/****---- Our Team 2 Start ----****/

section.index-2#member .overlay {
    width: 100%;
    height: 1000px;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
}


/****---- Our Team Detail Start ----****/

section#team_member_detail {}

section#team_member_detail .member-pic {}

section#team_member_detail img {
    width: 100%;
    height: auto;
}

section#team_member_detail .about_member {
    padding: 0px;
    margin: 0px;
}

section#team_member_detail .name_designation {
    width: auto;
    float: left;
}

section#team_member_detail .name_designation h3 {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

section#team_member_detail .name_designation h6 {
    font-weight: 400;
    color: #262626;
    display: block;
}

section#team_member_detail .social_media {
    float: right;
    margin-top: 15px;
}

section#team_member_detail .social_media ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

section#team_member_detail .social_media ul li {
    display: inline;
    padding: 10px;
}

section#team_member_detail .social_media ul li:last-child {
    padding-right: 0;
}

section#team_member_detail .social_media ul li a {
    color: #c9c9c9;
}

section#team_member_detail .social_media ul li i::before {
    font-size: 16px;
}

section#team_member_detail .description {
    margin-top: 20px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
}

section#team_member_detail .contact-detail {
    padding: 20px 0;
}

section#team_member_detail .contact-detail li {
    font-size: 16px;
    color: #797979;
    display: inline-block;
    float: left;
    margin-right: 34px;
}

section#team_member_detail .contact-detail li:last-child {
    margin-right: 0px;
}

section#team_member_detail .contact-detail li i {
    margin-right: 10px;
}

section#team_member_detail .contact-detail li i::before {
    font-size: 16px;
}

section#team_member_detail .work-status {
    margin-top: 80px;
}

section#team_member_detail .counter-column {
    margin: 20px 0 0;
}

section#team_member_detail .counter-column .counter_content {
    float: left;
    width: 100%;
    text-align: center;
}

section#team_member_detail .counter-column .counter_content .display {
    font-weight: 700;
    color: #797979;
    display: block;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    line-height: 70px;
}

section#team_member_detail .counter-column .counter_content .title {
    display: block;
}


/****---- Our Team Detail End ----****/


/****---- Blog Posts Start ----****/

section#blog-post-list .post-img {
    width: 100%;
}

section#blog-post-list .post-detail {
    padding: 20px;
    border: solid 1px #e6e6e6;
    border-top: 0px;
    width: 100%
}

section#blog-post-list .post-detail h5 a {
    color: #262626;
}

section#blog-post-list .post-detail .post-status {
    margin: 10px 0 5px;
    width: 100%;
    display: inline-block;
}

section#blog-post-list .post-detail .post-status ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

section#blog-post-list .post-detail .post-status ul li {
    float: left;
    min-width: 50px;
    color: #797979;
    margin-right: 20px;
    font-size: 14px;
}

section#blog-post-list .post-detail .post-status ul li span {
    vertical-align: text-bottom;
}

section#blog-post-list .post-detail .post-status ul li:last-child {
    margin-right: 0;
}

section#blog-post-list .post-detail .post-status ul li i::before {
    margin-right: 5px;
    font-size: 14px;
}

section#blog-post-list .post-detail .description a {
    font-size: 14px;
    color: #262626;
    font-weight: 500;
    display: inline-block;
    border-bottom: solid 1px #262626;
}

section#avadanta-blog-posts {padding: 90px 0;}
section#blog-with-sidebar .posts .post-img,
section#avadanta-blog-posts .posts .post-img {
    width: 45%;
}

section#blog-with-sidebar .posts .post-detail,
section#avadanta-blog-posts .posts .post-detail {
    padding: 10px 10px 15px 20px;
    border: solid 1px #e6e6e6;
    width: 55%;
}

.blog_card .post-detail h4 {
    font-size: 22px;
}

.blog_card .post-detail h4 a,
.blog_card .post-detail h5 a {
    color: #262626;
}

.post-detail .post-status {
    margin: 15px 0 5px;
    width: 100%;
    display: inline-block;
}

.post-detail .description p {
    padding-bottom: 5px;
}

.post-detail .post-status ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.post-detail .post-status ul li {
    float: left;
    min-width: 50px;
    color: #797979;
    margin-right: 20px;
    font-size: 14px;
}

.post-detail .post-status ul li span {
    vertical-align: text-bottom;
}

.post-detail .post-status ul li:last-child {
    margin-right: 0;
}

.post-detail .post-status ul li i::before {
    margin-right: 5px;
    font-size: 14px;
}

.post-detail .description a {
    font-size: 14px;
}

section#avadanta-blog-posts .sticky .post-detail {
    padding: 35px;
    -webkit-box-shadow: 0px 15px 32px -14px rgba(173,173,173,1);
    -moz-box-shadow: 0px 15px 32px -14px rgba(173,173,173,1);
    box-shadow: 0px 15px 32px -14px rgba(173,173,173,1);
}

section#avadanta-blog-posts .blog_card.sticky .post-detail .fa-thumb-tack {
    font-size: 25px;
    margin-left: 0.5em;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    color: #529e19;
    float: right;
}
section#blog-with-sidebar .post-detail .description a,
section#avadanta-blog-posts .post-detail .description a {
    font-size: 14px;
    color: #262626;
    font-weight: 500;
    display: inline-block;
    border-bottom: solid 1px #262626;
}

.sidebar .widget .separator.left-align {
    margin-top: 10px;
    width: 80px;
    position: relative;
}

.sidebar .widget {
    margin-top: 30px;
}
.sidebar .widget:first-child {
    margin-top: 0;
}

.widget-content .search form {
    width: 100%;
}

.widget-content .search form .form-group {
    margin-bottom: 0;
    background: #f9f9f9;
    border: solid 1px #e6e6e6;
}

.widget-content .search form .form-group input[type="text"] {
    width: 80%;
    border-right: none;
    height: 40px;
    border-radius: 0;
    background: none;
    border: none;
    padding: 5px 10px;
}

.widget-content .search form .form-group button[type="submit"] {
    padding: 0 6px;
    width: 20%;
    border-left: none;
    height: 40px;
    border-radius: 0;
    background: none;
    border: none;
}

#avadanta-blog-posts .posts .widget-content .search form .form-group input[type="text"] {
    width: 92%;
}

#avadanta-blog-posts .posts .widget-content .search form .form-group button[type="submit"] {
    width: 8%;
}

footer .newsletter .widget-content .search form .form-group input[type="text"] {
    width: 95%;
}

footer .newsletter .widget-content .search form .form-group button[type="submit"] {
    width: 5%;
}

.widget-content .search form .form-group button i {
    margin-left: 0;
}

.widget-content .search form .form-group button i::before {
    font-size: 16px;
    color: #7a7a7a;
}

.widget-content .search form .form-group button:focus,
.widget-content form button:hover {
    outline: none;
    cursor: pointer;
}

.sidebar .widget .widget-content .post-item {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e6e6e6;
    display: inline-flex;
}

.sidebar .widget .widget-content .post-item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.sidebar .widget .widget-content .post-item .post-img {
    width: 26%;
    float: left;
    overflow-x: hidden;
    margin-top: 8px;
}

.sidebar .widget .widget-content .post-item .post-content {
    margin-left: 10px;
    width: 70%;
    float: left;
}

.sidebar .widget .widget-content .post-item .post-content a {
    color: #262626;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 8px;
    display: block;
    font-weight: 500;
}

.sidebar .widget .widget-content .post-item .post-content .post-status {
    min-width: 50px;
    color: #797979;
    margin-right: 30px;
    font-size: 14px;
}

.sidebar .widget .widget-content .post-item .post-content .post-status i::before {
    margin-right: 5px;
    font-size: 14px;
}

.sidebar .widget .widget-content .tags {
    width: 100%
}

.sidebar .widget .widget-content .tags ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sidebar .widget .widget-content .tags ul li {
    margin: 0px 10px 10px 0px;
    display: inline-grid;
    float: left;
}

footer .newsletter .col-md-9 > div {
    margin-top: 30px;
}

footer .newsletter .col-md-9 > div:first-child {
    margin-top: 0;
}
.sidebar .widget .tagcloud,
footer .widget_tag_cloud .tagcloud { 
    display: inline-block;
}

.sidebar .widget .tagcloud a,
footer .widget_tag_cloud .tagcloud a {
    margin: 0px 10px 10px 0px;
    float: left;
    border: solid 1px #e6e6e6;
    background: none;
    padding: 8px 15px;
    color: #797979;
    font-size: 14px!important;
}

.sidebar .widget .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
}

footer .newsletter select {
    margin: 20px 0;
}
/****---- Blog Posts End ----****/


/****---- Blog Detail Start ----****/
section#single-post-detail,
section#recent_post,
section#portfolio_detail,
section#services-top,
section#team_member_detail,
section#woocommerce-single {
    padding: 100px 0px;
    margin: 0px;
}

section#single-post-detail .blog-detail .post-img {
    width: 100%;
}

section#single-post-detail .blog-detail .post-img img {
    width: 100%;
}

section#single-post-detail .blog-detail .post-detail {
    border: solid 1px #e6e6e6;
}

section#single-post-detail .blog-detail .post-detail .about-post {
    padding: 30px;
    margin: 0px;
}

section#single-post-detail .blog-detail .post-detail .about-post .special-quote {
    padding: 20px 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    line-height: 28px;
}

section#single-post-detail .tags_share {
    background: #f4f4f4;
    padding: 10px;
    display: flow-root;
    width: 100%;
}

section#single-post-detail .tags_share .title {
    font-size: 14px;
    color: #262626;
    font-family: 'Poppins', sans-serif;
    float: left;
    padding: 10px;
}

section#single-post-detail .tags_share .tags ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

section#single-post-detail .tags_share .tags ul li {
    margin: 0px 5px;
    display: inline-grid;
    float: left;
}

section#single-post-detail .tags_share .tags ul li a {
    border: solid 1px #e6e6e6;
    padding: 8px 15px;
    color: #797979;
    font-size: 14px;
}

section#single-post-detail .tags_share .tags ul li a:hover {
    color: #fff;
}

section#single-post-detail .tags_share .share_on {
    float: right;
}

section#single-post-detail .tags_share .share_on .icons {
    margin: 7px 13px 7px 0px;
    width: auto;
    display: flex;
}

section#single-post-detail .tags_share .share_on .icons a {
    margin: 0px 5px;
}

section#single-post-detail .tags_share .share_on .icons a i::before {
    font-size: 14px;
    color: #c9c9c9;
}

section#single-post-detail .author_sec {
    margin-top: 50px;
    padding: 20px;
    border: solid 1px #e6e6e6;
}

section#single-post-detail .author_sec .author-pic {
    float: left;
    width: 18%;
    overflow: hidden;
}

section#single-post-detail .author_sec .author-pic img {
    width: 100%;
    height: auto;
}

section#single-post-detail .author_sec .about-author {
    width: 78%;
    float: right;
}

section#single-post-detail .author_sec .about-author .name_designation {
    width: auto;
    float: left;
}

section#single-post-detail .author_sec .about-author .name_designation h6 {
    font-weight: 600;
}

section#single-post-detail .author_sec .about-author .social_media {
    float: right;
}

section#single-post-detail .author_sec .about-author .social_media ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

section#single-post-detail .author_sec .about-author .social_media ul li {
    display: inline;
    padding: 10px;
}

section#single-post-detail .author_sec .about-author .social_media ul li:last-child {
    padding-right: 0;
}

section#single-post-detail .author_sec .about-author .social_media ul li a {
    color: #c9c9c9;
}

section#single-post-detail .author_sec .about-author .social_media ul li i::before {
    font-size: 14px;
}

section#single-post-detail .author_sec .about-author .description {
    margin-top: 15px;
}

section#single-post-detail .author_sec .about-author .description p {
    padding-bottom: 0;
}

.comments {
    width: 100%;
    display: inline-block;
}

.comments h5 {
    margin-top: 50px;
    font-weight: 500;
}

.comment-item {
    margin-top: 30px;
    display: inline-block;
    width: 100%
}

.comments ol.comments-list {
    list-style: none;
    padding: 0 !important;
    margin: 0px;
}

.comments ol.comments-list.reply {
    margin-left: 100px;
}

.comments ol.comments-list.reply li {
    border-bottom: 0px;
    border-top: solid 1px #e6e6e6;
    padding-top: 30px;
}

.comments ol.comments-list .comment-item {
    padding-bottom: 15px;
    border-bottom: solid 1px #e6e6e6;
    display: inline-block;
}

.comments ol li .visitor_pic {
    width: 100px;
    margin-right: 30px;
    float: left;
}
.comments ol li .visitor_pic img {
    width: 100%;
}

.comments ol li .visitor_description {
    width: 80%;
    float: left;
}

.comments ol li .visitor_description .name_date {
    margin-bottom: 10px;
}

.comments ol li .visitor_description .name_date h6 {
    font-weight: 600;
    color: #262626;
    float: left;
    display: block;
}

.comments ol li .visitor_description .date {
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px #e6e6e6;
    display: inline;
    font-size: 14px;
}

.comments ol li .visitor_description a {
    font-size: 14px;
}

.comments ol li .visitor_description p {
    padding-bottom: 10px;
}

section#single-post-detail .separator.left-align {
    margin-top: 10px;
    width: 80px;
    position: relative;
}

section#single-post-detail .reply_form,
.content-container .comments .comments-list .reply_form {
    margin-top: 50px;
}

section#single-post-detail .sidebar .widget .widget-content .post-item .post-content .post-status {
    min-width: 50px;
    color: #797979;
    margin-right: 30px;
    font-size: 14px;
}

section#single-post-detail .sidebar .widget .widget-content .post-item .post-content .post-status i::before {
    margin-right: 5px;
    font-size: 16px;
}

.logged-in-as { padding-top: 20px; }

section#single-post-detail .reply_form .comment-reply-title,
.content-container .comments .comments-list .reply_form .comment-reply-title {
    font-size: 18px;
}

section#single-post-detail .reply_form .comment-reply-title a,
.content-container .comments .comments-list .reply_form .comment-reply-title a {
    color: #888;
}

#commentform p.comment-form-cookies-consent {
  padding-left: 15px;
}
/****---- Blog Detail End ----****/


/****---- Blog Detail 2 Start ----****/

.index-2 .sidebar .widget .widget-content .search form .form-group {
    margin-bottom: 0;
    background: #f9f9f9;
    border: solid 1px #e6e6e6;
    border-radius: 30px;
}

.index-2 .sidebar .widget .widget-content .tags ul li a {
    border-radius: 20px;
}

section.index-2#single-post-detail .blog-detail .post-detail {
    border: solid 1px #e6e6e6;
    border-radius: 0 0 15px 15px;
}

section.index-2#single-post-detail .tags_share {
    border-radius: 0 0 15px 15px;
}

section.index-2#single-post-detail .author_sec {
    border-radius: 15px;
}

section.index-2#single-post-detail .author_sec .author-pic {
    border-radius: 50%;
    overflow: hidden;
}

section.index-2#single-post-detail .comments ol li .visitor_pic {
    border-radius: 50%;
    overflow: hidden;
}

section.index-2#single-post-detail .tags_share .tags ul li a {
    border-radius: 20px;
}

section.index-2#single-post-detail .blog-detail .post-detail .about-post .special-quote {
    border-radius: 15px;
}


/****---- Blog Detail 2 End ----****/


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

section#contact-us {
    margin: 0px;
}

section#contact-us .contact-detail {
    width: 100%;
}

section#contact-us .contact-detail .contact-card {
    padding: 45px 35px 0px 35px;
    min-height: 250px;
    border: solid 1px #e6e6e6;
    background: #fff;
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    width: 100%;
    min-height: 250px;
}

section#contact-us .contact-detail .contact-card:hover {
    border: solid 1px #fff;
    -webkit-box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    -moz-box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
    box-shadow: 0px 15px 32px -14px rgba(173, 173, 173, 1);
}

section#contact-us .contact-detail .contact-card .heading {
    margin: 15px 0;
}

section#contact-us .contact-detail .contact-card .icon i::before {
    font-size: 35px;
}

section#contact-us .mid-content {
    margin-top: 100px;
}

section#contact-us .mid-content .description {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    line-height: 28px;
    color: #797979;
    margin-top: 20px;
}

section#contact-us .mid-content .description span {
    font-size: 18px;
    font-weight: bolder;
    display: block;
}

#map {
    width: 100%;
    height: 500px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#map iframe {
    width: 100%;
    height: 100%;
}

section#contact-us .info {}

section#contact-us .info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 40px;
}

section#contact-us .info ul li {
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
}

section#contact-us .info ul li .icon {
    border: solid 1px #e6e6e6;
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-top: 4px;
}

section#contact-us .info ul li .icon i:before {
    padding: 10px 0;
    display: block;
    padding: 10px;
}

section#contact-us .info ul li .content {
    width: 80%;
    float: left;
    color: #262626;
}

section#contact-us .info ul li .content .label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #262626;
}

section#contact-us .info ul li .content .value {
    font-size: 18px;
    color: #797979;
}

section#contact-us .form-header {
    padding: 20px 0 10px 0;
    margin: 0;
    color: #fff
}

section#contact-us .form-header h4,
section#contact-us .form-header p {
    color: #fff;
}

section#contact-us .form-header p {
    margin-top: 10px;
}

section#contact-us .form-header .separator ul li {
    display: inline-block;
    width: 3px;
    height: 7px;
    background: #fff;
    margin: 0px 2px;
    padding: 0px;
}

section#contact-us .contact-form {
    padding: 30px;
    border: solid 1px #e6e6e6;
}

section#contact-us .contact-form textarea {
    height: 220px;
}


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


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

.card-body .heading_content { 
    width: 100%!important;
    margin-top:0!important;
}

.wpb_accordion #accordion .card {
    margin-bottom: 20px;
    border-radius: 0;
}

.wpb_accordion #accordion .card:last-child {
    margin-bottom: 0;
}

.wpb_accordion #accordion .card-header,
.wpb_accordion #accordion button {
    background: none;
    cursor: pointer;
}

.wpb_accordion #accordion button.btn-link {
    color: #262626;
    white-space: normal;
    padding: 5px;
    text-align: left;
}

.wpb_accordion #accordion button.btn-link {
    display: flex;
}

.wpb_accordion #accordion button.btn-link:hover {
    text-decoration: none;
}

.wpb_accordion #accordion button.btn-link span {
    margin-right: 10px;
}

.wpb_accordion #accordion .card-body {
    padding: 25px;
}

.wpb_accordion #accordion ul {
    padding-left: 15px;
}

.wpb_accordion #accordion ul li {
    padding: 0px 0 20px 0;
    color: #797979;
    font-size: 14px;
    list-style: none;
}

.wpb_accordion #accordion ul li:last-child {
    padding-bottom: 0px;
}

.chat-id {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.chat-id p {
    font-size: 16px;
    color: #262626;
}

.chat-id p span {
    font-size: 30px;
    display: block;
    margin-top: 20px;
}


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


/****---- Error 404 Start ----****/

section#page-not-found {
    padding: 260px 0px 180px;
}

section#page-not-found .img_sec {
    padding-top: 50px;
}

section#page-not-found .errow-heading {
    margin-bottom: 30px;
}

section#page-not-found .errow-heading::before {
    content: 'FOUR';
    position: absolute;
    z-index: 1;
    left: 85px;
    line-height: 85px;
    font-size: 80px;
    color: #262626;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

section#page-not-found .errow-heading img {
    z-index: 2;
    position: relative;
}

section#page-not-found .errow-heading::after {
    content: 'FOUR';
    position: absolute;
    z-index: 3;
    right: 80px;
    line-height: 85px;
    font-size: 80px;
    color: #262626;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

section#page-not-found .error-content {
    padding: 0px 70px;
}

section#page-not-found .error-content h4 {
    font-weight: 600;
}

section#page-not-found .error-content p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
}

section#page-not-found .error-content a {
    padding: 15px 25px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}


/****---- Error 404 End ----****/

.full-width-section {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
    background-position: center;
    margin-left: -50%;
    padding-left: 50%;
    padding-right: 50%;
    width: 100%;
    position: relative;
    z-index: 0;
    visibility: hidden;
    /*overflow: hidden;*/
}
/****---- CSS for menu icon---- *****/

.bizz_menu_icon {
    padding-right: 10px;
    line-height: normal;
}

/****---- CSS for Sidebar Widgets ---- *****/

.sidebar .widget ul,
.widget_nav_menu ul,
.sidebar .widget .widget-content,
.sidebar .widget .textwidget,
.sidebar .widget .calendar_wrap,
.sidebar .widget .tagcloud,
.sidebar .widget select {
    margin-top: 15px;
}

.sidebar .widget .widget-content:first-child {
  margin-top: 0;
}
.sidebar .separator ul {
    padding: 0px;
    margin: 0px;
}
.sidebar .widget ul li, .widget_nav_menu ul li {
    list-style: none;
}

.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li {
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: solid 1px #e6e6e6;
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: block;
}

.widget_categories .cat-item a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_nav_menu .menu-testing-menu-container ul li a {
    color: #262626;
    font-size: 14px;
}

.widget_archive select {
    padding: 10px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
}
.widget select option {
    white-space: normal;
}

.screen-reader-text { display: none; }

/*.sidebar .widget ul.children,
footer .widget_categories ul.children,
.widget_nav_menu .menu-testing-menu-container .sub-menu {
    padding-left: 20px;
}*/

.sidebar .widget ul.children>li>ul.children>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_meta>ul>li {
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: solid 1px #e6e6e6;
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: block;
}

.widget.widget_pages ul .page_item a,
.widget_meta>ul>li>a {
    color: #262626;
    font-size: 14px;
}

.widget_rss .rsswidget {
    display: inline-block;
    color: #111;
}

.widget_rss .rss-date {
    font-size: 14px;
    font-style: italic;
    display: block;
}

.sidebar .widget ul.children li:last-child,
footer .widget_categories ul.children li:last-child,
.widget_nav_menu .menu-testing-menu-container .sub-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_archive ul li:last-child {
    border-bottom: none;
}

/* New Design*/

/*section#testimonials.index-2::after{

  display: none;
}*/

section#testimonials.index-2 .testimonials-slider .comment-box{

  border-radius: 0px;
  margin-left: 20px;
}

.vdo-sec h5{

  display: none;
}

.vdo-sec a{

  position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #ff6204;
    text-transform: uppercase;
    border-radius: 0px;
    display: inline-block;
    padding: 10px 20px;
    transition: all ease 0.5s;
    outline-style: none;
    min-width: 120px;
}

.slider.index-slider3 .owl-main .item::after{

    opacity: .9;
    background: #24243e;

}

.team-card .description{

  display: none;
}

.index-x .client_dp{

    padding: 0px;
    margin: 0px auto 0px !important;
     width: auto !important; 
    height: auto !important;
    border-radius: 0px !important;
    overflow: hidden !important;
}


section#portfolio.index-port3 .project {
    margin-bottom: 10px;
}


.index-x .team-card {
    border-radius: 0px;
    background: #fff;
    border: none;
    padding-top: 11px;
    transition: all 0.5s ease;
    position: relative;
}


.index-x .team-card:after, .index-x .team-card:before{

  display: none;
}

.index-port3 .project .zoom{

  background: none;
}

section#portfolio.index-port3 .sort-btn {
    border-radius: 0px;

    }

section#services.index-4 .connector{

  display: none;
}

section#services.index-4 .service-card{

  margin-top: -14px;
}

section#counter.index-2::after{

      border-radius: 400px 0 0 400px;
}

section#client.index-3 .section_heading{

  display: none;
}



section#services.index-4 .service_icon{

border-radius: 0px;

}

section#services.index-4 .service-card{

  border-radius: 0px;
}

.index-2 .img-area img
{
  border-radius: 0px;
}

.index-2 .img-area::before
{
border: none;
}

.header-top.contact_info.index-5
{
display: none;
}


.index-x .team-card .social_links ul li{

  border: 1px solid transparent;
    padding: 2px 6px 3px 5px;
    margin-top: 8px;
}



.index-x .team-card .social_links ul li a i::before{

    color: #fff !important;

}

section#qualities.index-2 .content{

  border-radius: 0px;
}

.wgs-sidebar {
    border: 1px solid #eee;
    padding: 18px;
}

.wgs-sidebar .sidebar_heading{

  text-align: center;
      padding-bottom: 5px;
}

.wgs-sidebar .sidebar_heading h5{

font-weight: 400;

}

section#inner-banner.custom-brdcrumb .separator {
display: none;

}

section#inner-banner.custom-brdcrumb .breadcrumb{

      float: right;
    margin-top: -50px;
}

section#inner-banner.custom-brdcrumb .inner-heading{

 text-align: left;
}

section#single-post-detail .blog-detail .post-detail{

  margin-bottom: 40px;
}


.index-foot4 .row-safari{
padding: 40px;

}

.index-foot4 .bottom{
background: #191818;

}

section#single-post-detail .blog-detail .post-detail .about-post h4 a
{

  color: #000;
}

.index-foot4{

padding-top: 80px;
}

.avadanta-heading{

  color: #fff;
  font-size: 25px;
}

.index-foot4 ul li a{

  color: #fff !important;
}

.index-foot4 ul li{

  color: #fff;
}


.index-foot4 .calendar_wrap table tbody tr:nth-child(even) td,
.index-foot4 .calendar_wrap table tbody tr:nth-child(odd) td{

  background: transparent;
     border-top: none;
     color: #fff;

}


.index-foot4 table{

  border-bottom: none;
  line-height: normal;
}

.slider.index-slider3 .owl-main .owl-dots{

    display: none !important;
}

.slider.index-slider3 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{

  display: block;
}

.slider.index-slider3 .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
    position: absolute;
    top: 27%;
}

.slider.index-slider3 .owl-carousel .owl-nav button.owl-next,.slider.index-slider3 .owl-carousel .owl-nav button.owl-prev {
     width: 50px;
    height: 50px;
    background: #ffffff4a;
    border: transparent;
    color: #529e19;
    font-size: 32px;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
 width: 50px;
    height: 50px;
    background: #dadada4a;
    border: transparent;
    color: #529e19;
    border: solid 1px #e4e4e4;
    font-size: 32px;
    border-radius: 50%;

}

.owl-carousel .owl-nav button.owl-next img, .owl-carousel .owl-nav button.owl-prev img{

  height: 50%;
    padding-bottom: 5px;
}

.slider.index-slider3 .owl-carousel .owl-nav button.owl-next {
    right: 10px;
    position: absolute;
    top: 27%;
}

.slider.index-slider3 .owl-main .caption .content{

margin-bottom: 40px;

}

.slider.index-slider3 .owl-carousel .owl-nav button.owl-prev img,
.slider.index-slider3 .owl-carousel .owl-nav button.owl-next img
{

  height: 50%;
  padding-bottom: 5px;
}

.slider.index-slider3 .owl-main .caption{

  text-align: left;
    left: 11%;
    top: 10%;
width: 70%;
  }

.slider.index-slider3 .owl-main {
    height: 100%;
    position: relative;
    z-index: 0;
}


.slider.index-slider3 .owl-main .caption .hello{

  padding-left: 5px;
}

@media screen and (max-width: 782px) {

.slider.index-slider3 .owl-main .caption .display{

  font-size: 25px;
  line-height: 30px;
}

.slider.index-slider3{

  height: 868px;
}
.slider.index-slider3 .owl-carousel .owl-item img{

  height: 100%;
}
.slider.index-slider3 .owl-main .caption{

    left: 3%;

}
}

.slider.index-slider3 .owl-main .caption .hello::before{

  display: none;
}

section.index-port3 .port-item{
  
  padding-left:0px;
  padding-right:0px;
}

section#portfolio.index-port3 .project{
  margin-bottom:0px !important;
   
}

section#portfolio.index-port3 .port-item{
  
      margin: 0px auto !important;
}


.header.index-5 .navbar{

  padding: 15px 30px 15px 30px;
}

.header.index-5 .menu-btns li{

  position: relative;
  float: left;
  list-style: none;
}

.header.index-5 .btn-sm
{  
position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #086ad8;
    text-transform: uppercase;
    border-radius: 0px;
    display: inline-block;
    padding: 10px 20px;
    transition: all ease 0.5s;
    outline-style: none;
    min-width: 120px;

  }

  .header-search {
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    cursor: pointer;
}
.search-show .header-search {
    opacity: 1;
    visibility: visible;
}

.search-form-header {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

.header-search .cross{

  font-size: 40px;
  color: #fff;
  margin-right: -90%;
}

.search-form-header .input-search {
    background-color: #fff;
    color: #4b4b4b;
    height: auto;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    border: none;
    margin: 0 auto;
    padding: 20px 50px 20px 30px;
    width: 100%;
}

.search-submit-header {
   display: none;
}

.header.index-5 .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-top: 4px solid #ff7029;
}

.header.index-5 .dropdown-item{

  border-bottom: 1px solid #fff;
}

.header.index-5 .search-group {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    width: 80%;
}

.header.index-5 .search-trigger .fa-search{

color: #000;

}