/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.7
Tested up to: 6.9
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: twentysixteen

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

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	box-sizing:border-box;
	padding:0;
}

.banner_bottom_text .elementor-image-box-wrapper {
    width: 194px;
    position: relative;
}

.banner_bottom_text .elementor-image-box-wrapper figure.elementor-image-box-img {
    position: absolute;
    top: -19px;
    left: -43px;
    margin-right: 0 !important;
    animation-name: animation-2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.banner_bottom_text .elementor-image-box-wrapper{
	animation-name: animation-2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-1 {
    0% {
      
      transform:translateY(0) ;
    }

    100% {
    
      transform: translateY(10px);
    }
  }

  @keyframes animation-3 {
    0% {
      
      transform:rotate(0) ;
    }

    100% {
    
      transform: rotate(1000deg);
    }
  }
  @keyframes animation-6 {
    0% {
      
      transform:rotate(0) ;
    }

    100% {
    
      transform: rotate(-1000deg);
    }
  }
  @keyframes animation-7 {
    0% {
      
      transform:rotate(0) ;
    }

    100% {
    
      transform: rotate(-1000deg);
    }
  }

  @keyframes animation-2 {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(10px);
    }
  }

  @keyframes animation-4 {
    0% {
      transform: scale(1);
      margin-left: 0;
    }

    100% {
      transform: scale(1);
      margin-left: 40px;
    }
  }

  @keyframes animation-5 {
    0% {
      transform: scale(1);
      margin-left: 0;
    }

    100% {
      transform: scale(1);
      margin-left: 100px;
    }
  }

  .aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  .aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  .keyframe3 {
    position: relative;
    animation-name: animation-3;
    animation-duration: 300s;
    animation-iteration-count: alternate;
    animation-direction: infinite;
  }
  .keyframe4 {
    position: relative;
    animation-name: animation-6;
    animation-duration: 300s;
    animation-iteration-count: alternate;
    animation-direction: infinite;
  }
  .keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 92s;
    animation-iteration-count: alternate;
    animation-direction: infinite;
  }
  .aniamtion-key-3 {
    position: relative;
    animation-name: animation-4;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}


.service_card .elementor-element img {
    transition: 0.5s;
}

.service_card:hover .elementor-element img {
    transform: scale(1.1);
}
.service_image{
	overflow:hidden;
}
.button_wrapper{
	transition:0.5s;
}
.service_card:hover .button_wrapper{
	background:#051c54 !important;
}
.service_card .elementor-icon-box-wrapper .elementor-icon-box-icon {
    transform: rotate(-45deg);
}
.service_card h3.elementor-icon-box-title {
    writing-mode: sideways-lr;
    white-space: nowrap;
    margin: 0 !important;
    padding: 0px !important;
}
.service_card .service_card_wrapper{
	height:255px;
}
.service_card_wrapper .elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.lets_talk .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0 !important;
}
.wh_image_card {
    position: relative;
}

.wh_image_card:after {
    content: '';
    width: 90%;
    height: 50%;
    background: #f3e7d2;
    position: absolute;
    bottom: 0;
    right: 0;
}
.why_choose_list .elementor-icon-list-item {
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.06);
    padding: 14px !important;
    background: #fff;
    border: 1px solid #f3e7d2;
}


.process_card {
    position: relative;
}

.process_card .elementor-image-box-content {
    background: #fff;
    padding: 20px;
    height: 406px;
    border-radius: 8px;
}

.process_card .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0;
}

.process_card .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 1px dashed #dfa75c;
    padding: 14px;
    background: #fff;
}

.process_card .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 100% !important;
    height: 100% !important;
}

.process_card .elementor-image-box-content p.elementor-image-box-description span {
    display: flex;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background: #051c54;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    left: 62%;
    transform: translateX(-50%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    display: none;
}

.process_wrapper {
    position: relative;
}

.process_wrapper:before {
    content:'';
    width: 80%;
    border-top: 1px dashed #fff;
    position: absolute;
    top: 42px;
    height: 1px;
    display:block;
    left: 50%;
    transform: translateX(-50%);
}

.cl_testimonial .elementskit-commentor-header {
    margin: 0;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    -webkit-box-align: center !important;
}

.cl_testimonial .elementskit-commentor-header .elementskit-icon-content.elementskit-watermark-icon {
    position: inherit;
    padding: 6px;
    background: #0d89df;
}

.cl_testimonial .elementskit-commentor-header ul.elementskit-stars {
    align-self: center;
}

.cl_testimonial .elementskit-commentor-bio {
    background: #f0f5fd;
    padding: 10px;
    border-radius: 10px;
}

.cl_testimonial .swiper-slide {
    padding-bottom: 19px !important;
    padding-right: 20px;
}

.headerIcon_box  .elementor-icon-box-content .elementor-icon-box-title {
    margin-top: 0;
}

.topBar {
    position: relative;
}
.topBar:after,
.topBar:before{
    content:'';
    top:-5px;
    width:5%;
    height:15px;
    position:absolute;
    background:#dfa75c;
}
.topBar:before{
    border-radius:0 0 30px;
}
.topBar:after{
    right:0;
    border-radius:0 0 0 30px
}

.serviceBox {
    height: 210px ;
}

.nri_iconBox h3.elementor-icon-box-title {
    margin-top: 0;
}




.process_cards {
    position: relative;
}

.process_cards .elementor-image-box-content {
    background: #fff;
    padding: 20px;
    height: 165px;
    border-radius: 8px;
}

.process_cards .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0;
}

.process_cards .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 1px dashed #dfa75c;
    padding: 14px;
    background: #fff;
}

.process_cards .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 100% !important;
    height: 100% !important;
}

.process_cards .elementor-image-box-content p.elementor-image-box-description span {
    display: flex;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background: #051c54;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    left: 62%;
    transform: translateX(-50%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
	display:none;
}


/* ===== CONTACT FORM 7 CONTAINER ===== */


/* ===== FORM LABELS ===== */
.wpcf7 label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* ===== INPUTS & TEXTAREA ===== */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d8c6b5;
    border-radius: 10px;
    background: #ffffff;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
}

/* ===== TEXTAREA ===== */
.wpcf7 textarea {
    min-height: 180px;
    resize: vertical;
}

/* ===== FIELD SPACING ===== */
.wpcf7 p {
    margin-bottom: 18px;
}

/* ===== PLACEHOLDER ===== */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #888;
}

/* ===== FOCUS EFFECT ===== */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #8B4513;
    box-shadow: 0 0 5px rgba(139, 69, 19, 0.2);
}

/* ===== SUBMIT BUTTON ===== */
.wpcf7 input[type="submit"] {
    background: #8B4513;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    min-width: 160px;
    transition: all 0.3s ease;
}

/* ===== BUTTON HOVER ===== */
.wpcf7 input[type="submit"]:hover {
    background: #6f3610;
    transform: translateY(-1px);
}

/* ===== VALIDATION MESSAGES ===== */
.wpcf7-not-valid-tip {
    color: #d63638;
    font-size: 14px;
    margin-top: 5px;
}

/* ===== SUCCESS MESSAGE ===== */
.wpcf7-response-output {
    margin-top: 20px;
    border-radius: 10px;
    padding: 12px;
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
   

    .wpcf7 input,
    .wpcf7 textarea,
    .wpcf7 select {
        font-size: 15px;
    }

    .wpcf7 input[type="submit"] {
        width: 100%;
    }
}
.ekit-template-content-header svg.ekit-svg-icon.icon-envelope11 {
    font-size: 15px;
    height: 15px;
}

.ekit-template-content-header  li.elementor-icon-list-item.elementor-inline-item {
    list-style: none;
}

.ekit-template-content-header ul.elementor-icon-list-items.elementor-inline-items {
    margin: 0;
    padding:0;
}
.elementor-element-5abb69f svg {
    height:15px;
}
.elementor-element-5abb69f li {
   list-style:none;
}
.faq_contact h2 {
    display: none;
}
.single ol li {
    color: #000;
}
.service_page p {
    text-align: justify;
}
.pprocess_card {
    position: relative;
}

.pprocess_card .elementor-image-box-content {
    background: #fff;
    padding: 20px;
    height: 230px;
    border-radius: 8px;
}

.pprocess_card .elementor-image-box-content .elementor-image-box-title {
    margin-top: 0;
}

.pprocess_card .elementor-image-box-wrapper figure.elementor-image-box-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 1px dashed #dfa75c;
    padding: 14px;
    background: #fff;
}

.pprocess_card .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 100% !important;
    height: 100% !important;
}

.pprocess_card .elementor-image-box-content p.elementor-image-box-description span {
    display: flex;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background: #051c54;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    left: 62%;
    transform: translateX(-50%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    display: none;
}
.home-pop .wpcf7-radio span label {
    display: flex;
}

.home-pop .wpcf7-radio span label input {
    height: 13px;
    width: 13px;
    margin-right: 10px;
    margin-top: 1px;
}

.home-pop span.wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.pum-theme-2059 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close {
    background-color: #dfa75c !important;
}
.pop_sec br {
    display: none;
}

.pop_sec label {
    margin-top:15px;
}

.home-pop h3 {
    text-align: center;
    font-size: 30px;
}
.pop_sec span.wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
/* ============================= 404 css =============================== */
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    background-color: transparent;
    background:#dfa75c;
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background:#90662f;
}
.contact_page_icon h3.elementor-icon-box-title {
    margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .error-page-area {
        padding: 0 10px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .process_card .elementor-image-box-content {
    height: 270px;
  }
	.ppprocess_card .elementor-image-box-content {
    height: 350px !important;
 }
	.elementor-element-5abb69f ul.elementor-icon-list-items {
    padding: 0;
}

}
