/*
Theme Name: asianconsulting
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 3.5
Tested up to: 6.8
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

*{
	padding:0;
	margin:0;
}
.btn-border-4 a {
	position: relative;
    display: inline-block;
    margin: 15px;
    padding: 12px 27px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #ffffff;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.btn-border-4 a::after,
.btn-border-4 a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}
 
.btn-border-4 a::after {
    top: -9px;
    left: -9px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}
 
.btn-border-4 a::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}
 
.btn-border-4 a:hover {
    color: #fff;
}
 
.btn-border-4 a:hover::after,
.btn-border-4 a:hover::before {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border-color: #ce0505;
}
 .service_card.service_category  .ekit-image-box{
    padding: 6px;
}
.service_card.service_category .ekit-image-box:before, .service_card.service_category .ekit-image-box:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 16px;
    display: block;
    z-index: -1;
}
.service_card.service_category .ekit-image-box:before {
    border-width: 2px 0 0 2px;
    background: #cd0000 !important;
    background: linear-gradient(180deg, #cd0000 0%, #cd0000 100%) !important;
    left: 3px;
    top: 3px;
    position: absolute;
}
.service_card.service_category .ekit-image-box:after {
    border-width: 0 2px 2px 0;
    background: #daa41d;
    background: linear-gradient(180deg, #cd0000 0%, #cd0000 0%) !important;
    bottom: 3px !important;
    right: 3px !important;
    left: inherit;
    top: inherit;
}
.service_card.service_category .ekit-image-box .ekit-image-box-body{
	top:inherit !important;
	bottom:20px;
	transition:0.5s;
}
.service_card.service_category .ekit-image-box>a {
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}
.service_card.service_category .ekit-image-box>a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,#0000 41.67%,#000 91.42%);
    width: 100%;
    height: 100%;
}
.service_card.service_category .ekit-image-box:hover .ekit-image-box-body {
    bottom:30px;
}
.position_sticky {
    position: sticky;
    top: 110px;
}
.service_card img{
    height: 290px !important;
    object-fit:cover;
} 



.home-contact button#wpforms-submit-210 {
	position: relative;
    display: inline-block;
    margin: 15px;
    padding: 12px 27px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
	font-family: "Poppins", Sans-serif !important;
    background: #023874;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.home-contact button#wpforms-submit-210::after,
.home-contact button#wpforms-submit-210::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}
 
.home-contact button#wpforms-submit-210::after {
    top: -9px;
    left: -9px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}
 
.home-contact button#wpforms-submit-210::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}
 
.home-contact button#wpforms-submit-210:hover {
    color: #fff;
}
 
.home-contact button#wpforms-submit-210:hover::after,
.home-contact button#wpforms-submit-210:hover::before {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border-color: #ce0505;
}
.home-contact input {
    border: 1px solid #ddd !important;
   font-family: "Poppins", Sans-serif !important;
    font-size: 15px !important;
	border-radius: 7px !important;
}

.home-contact textarea {
    border: 1px solid #ddd !important;
    font-family: "Poppins", Sans-serif !important;
    height: 90px !important;
	border-radius: 7px !important;
}
.service_category .elementskit-box-style-content {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vamtam-theme-phone .elementor-icon-list-item a {
    padding: 5px 25px 5px 5px;
    background: #ffffff;
    width: 60% !important;
    border-radius: 24px 24px 24px 24px;
}
.vamtam-theme-phone .elementor-icon-list-item a span.elementor-icon-list-icon {
    background: #fad9db;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.gallery-wrapper {
      overflow: hidden;
      padding: 20px 0;
    }
 
    .gallery-row {
      display: flex;
      gap: 20px;
      padding: 10px 0;
      will-change: transform;
    }
 
    .gallery-row img {
      width: 300px;
      height: 200px;
      object-fit: cover;
      border-radius: 12px;
      flex-shrink: 0;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }
.row-2 {
      transform: translateX(-50%);
    }
.image_upDown img {
  animation: upDown 4s ease-in-out infinite;
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px); /* upar jaayega */
  }
  100% {
    transform: translateY(0); /* wapas neeche aayega */
  }
}


.gallery_area-image {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	overflow:hidden;
	position:relative;
}

.gallery_area:hover .gallery_area-image {
	-webkit-transform: scale(1.1);
	transform: scale(1.05);
}
.project-details-img img.swiper-slide-image {
    height: 370px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.project-list li {
    width: 47% ;
    padding: 10px !important;
    background: #c9edff;
    margin-bottom: 10px !important;
    border-radius: 5px;
}
.project-side-h li#our-projects {
    justify-content: left !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
   .project-list li {
    width: 100%;
  } 
	.project-details-img img.swiper-slide-image {
    height: 220px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 992px){
   .project-list li {
    width: 44%;
  } 
}


/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
     font-family: "Lora", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    text-align: justify;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 27px;
    letter-spacing: 0px;
    color: #324A6D;
    text-align:center;
    margin-bottom: 35px;
}

a.default-btn-error {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 50px;
    background-image: linear-gradient(#0cbfde, #099fd0) !important;
    border-radius: 40px;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 5px 34px 5px 34px;
    box-shadow: 0px 4px 30px rgba(203, 166, 114, 0.3);
    outline: none;
    border: none !important;
    transition: 0.5s;
}
section.elementor-section.elementor-inner-section.elementor-element.elementor-element-027ad69.elementor-section-content-middle.elementor-section-full_width.she-header-yes.elementor-section-height-default.elementor-section-height-default.she-header {
    left:0;
}
