/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/***** Dev Code *****/
.hero-section .elementor-element-e363980 {
    max-width: 109% !important;
}

/***** Start Header Button CSS *****/
.header-btn a {
    position: relative;
	overflow: hidden;
	z-index: 1;
	top: 3px;
}
.header-btn a:before {
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease-in-out;
/*     border-radius: 100px; */
    z-index: 0;
    background-color: #ED1C24;
}
.header-btn a:hover:before {
    background-color: #69b5d7;
    bottom: 0px;
    height: 61px;
}
.header-btn a:hover span.elementor-button-content-wrapper span.elementor-button-text {
    position: relative;
    z-index: 1;
}
header .elementor-nav-menu .sub-arrow svg path {
    fill: #ED1C24 !important;
}
/***** End Header Button CSS *****/

/***** Start Button CSS *****/
html, html body {
	overflow-x: hidden;
}
.btns a span.elementor-button-content-wrapper span.elementor-button-icon svg {
    width: 1em !important;
}
.btns a span.elementor-button-content-wrapper {
    align-items: center;
}
.btns a {
    position: relative;
    display: inline-block;
}
.btns a:before {
    content: '';    
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;    
    transition: all 0.5s ease-in-out;
    z-index: 0;
	background-color: #fff;
}
.btns a:hover {
    border-bottom: 1px solid transparent;
}
.btns a:hover span.elementor-button-content-wrapper span {
    z-index: 1;
    position: relative;
}
.btns a:hover:before {
    background-color: #ED1C24;
    bottom: 2px;
    height: 45px;
}
.btns a:hover span.elementor-button-content-wrapper span.elementor-button-icon svg  path {
    fill: #fff !important;
}
.btns a:hover span.elementor-button-content-wrapper span.elementor-button-icon svg path {
    fill: #ED1C24;
}
.services-tabs-wrapper  p {
    color: #839097 !important;
}
.hero-section h1 span , .light-color-inner-wrapper span {
    color: #006B82;
}
/***** End Button CSS *****/

/***** Start Expertise Section CSS *****/
.expertise-section {
    position: relative;
	min-height: 282px;
}
.expertise-section img {
    transform: scale(0);
    transition: transform 0.9s ease-in-out;
}
.expertise-section:before {
    content: '';    
    width: 100%;
    height: 0px;
    position: absolute;    
    transition: all 0.5s ease-in-out;
    z-index: 0;
}
.expertise-section:hover:before {
    background-color: #69b5d7;   
    height: 100%;
}
.expertise-section:hover h3, .expertise-section:hover .elementor-widget-text-editor {
    color: #fff !important;
}
.expertise-section svg {
    position: relative;
	left: 10px;
	transition: all 0.5s ease-in-out;
}
.expertise-section:hover svg {
	left: 0px;
}
.expertise-section:hover svg rect {
    fill: #fff;
}
.expertise-section:hover svg path {
    fill: #69b5d7;
}
.expertise-section:hover img {
    transform: scale(1.11);
}

.expertise-section:after {
    content: " ";
    background-image: url('http://199.250.201.124/~digimorph/wp-content/uploads/2025/11/Group-4-1.png');
    background-position: right;
    background-size: auto;
    width: 230px;
    background-repeat:no-repeat;
    height: -webkit-fill-available;
    position: absolute;
    right: 0;
    display: block;
}
.expertise-section:hover:after {
    content: none !important;
}
.expertise-section:hover .expertise-inner-icon-wrap .expertise-inner-icon-wrap-child{ 
	  transform: translateX(180px);
}

.expertise-section .expertise-inner-icon-wrap .expertise-inner-icon-wrap-child{ 
    transition:1s all ease;
}
.expertise-section:hover .expertise-inner-icon-wrap .expertise-inner-icon-wrap-child svg path{  
    fill:#fff !important;
    color:#fff !important;
}



/***** End Endxpertise Section CSS *****/

.custom-heading {
	transform: translateX(-50%);
}

/***** Start Search Form CSS *****/
.search-form a.dialog-close-button {
    padding: 8px;
    border-radius: 50px;
}
.search-form button.e-search-submit:hover svg rect {
    fill: #69b5d7;
}
.search-form button.e-search-submit:hover svg path {
    fill: #fff;
}
/***** End Search Form CSS *****/

/***** Start Newsletter Form CSS *****/
.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
	width: 88%;
}
.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 12%;
}
.newsletter-form button span.elementor-button-content-wrapper span.elementor-button-icon span.elementor-screen-only, .newsletter-form button span.elementor-button-content-wrapper span.elementor-form-spinner {
    display: none;
}
/***** End Newsletter Form CSS *****/

/***** Start 1600 Device CSS *****/
@media (max-width: 1600px) {
	.hero-section .elementor-element-e363980 {
    	max-width: 120% !important;
	}
	.expertise-section {
    	position: relative;
		min-height: 240px !important;
	}
/* 	.elementor-element-235606b {
    	margin-top: -155px !important;
	} */
	.btns a span.elementor-button-content-wrapper span.elementor-button-icon svg {
    	width: 16px !important;
	}
	/***** Start Newsletter Form CSS *****/
	.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
		width: 86%;
	}
	.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 14%;
	}
	/***** End Newsletter Form CSS *****/
}
/***** End 1600 Device CSS *****/

/***** Laptop Media Query *****/
@media (max-width: 1440px) {
	.header-btn a {
    	left: -3px;
	}
	/***** Start Search Icon CSS *****/
	.search-icon svg {
    	position: relative;
    	top: 3px;
	}
	/***** Start Search Icon CSS *****/
	.hero-section .elementor-element-e363980 {
    	max-width: 120% !important;
	}
	/***** Start Button CSS *****/
	.services-tabs-wrapper .services-tabs-left .accordion-item .accordion-title h4 {
    	margin-bottom: 6px;
	}
	.accordion-item .accordion-content p {
    	margin-bottom: 0px;
	}
	.btns a span.elementor-button-content-wrapper span.elementor-button-icon svg {
    	width: 1.0em !important;
	}
	.btns a:hover:before {
    	height: 44px;
	}
	/***** End Button CSS *****/
	/***** Start Services Section CSS *****/
	.services-intro {
    	margin-bottom: 10px !important;
	}
	.accordion-icon {
    	width: 15px !important;
    }
	/***** End Services Section CSS *****/
	/***** Start Endxpertise Section CSS *****/
	.expertise-section {
    	min-height: 250px;
	}
	.expertise-section:hover img {
    	transform: scale(1.11);
	}
	.expertise-section p {
		font-size: 14px !important;
	}
	/***** End Endxpertise Section CSS *****/
	
	/***** Start Newsletter Form CSS *****/
	.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
		width: 82%;
	}
	.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 18%;
	}
	.expertise-section:after {
    background-size: contain;
    width: 180px;
}
	/***** End Newsletter Form CSS *****/
}

/***** IPAD MINI Media Query *****/
@media (max-width: 820px) {
	.search-col {
		height: 8%;
	}
	.hero-section .elementor-element-e363980 {
        max-width: 126% !important;
    }
	.center-btn {
		transform: translateX(-50%);
	}
}


/* About Us Contonius  */
.Continuous-development{
	position: relative;
	max-width: 1760px !important; 
}
.Continuous-development:hover{
	transition: .5s ease-in-out;
}
	
.Continuous-development:before {
    content: '';
    position: absolute;
    background: linear-gradient(209.88deg, rgba(255, 255, 255, 0) 17.24%, #FFFFFF 82.66%);
    z-index: 5;
}
.Continuous-development a:hover svg path {
    fill: #e41c46;
}
.Continuous-development a:hover svg rect {
    fill: #fff !important;
}
/* About Us Contonius  */
/* FAQ */
.vademecum-faq details{
	position: relative;
}
.vademecum-faq details:after {
    content: '';
    width: 100% !important;
    height: 1px;
    background: #BCBCBC;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    left: 0;
    right: 0;
}
/* FAQ */
/* Experties Single Hover img */
.hover-img img {
    border-radius: 0px;
    rotate: -2.8deg;
	scale: 1.10;
}
/* Experties Single Hover img */


/* Contact Form */
.contact-from input, .contact-from select {
    padding: 20px 24px;
    border-radius: 80px !important;
}
.contact-from textarea {
    border-radius: 20px !important;
	padding: 20px 24px;
}
.contact-from input:focus, .contact-from select:focus ,.contact-from textarea:focus{
	border-color: #69b5d7 !important;
}
/*  Dropdown Arrow*/
#contact-from-id .select-caret-down-wrapper svg{
	display: none;
}
#contact-from-id .select-caret-down-wrapper {
    background: url("http://199.250.201.124/~digimorph/wp-content/uploads/2025/08/carret-contact-form.svg");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
}
/*  Dropdown Arrow*/
/* Contact Form */

/*  Form Btn*/
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"] {
    position: relative;
    z-index: 200;
    color: #1d1d1d;
	margin-top: 30px;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"]:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -10%;
    width: 120%;
    height: 1px;
	background: #1d1d1d;
    transition: all 0.4s ease;
    z-index: 0;
    transition: .5s ease-in-out;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"]:hover:after {
	    background: #ED1C24;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"] .elementor-button-text, .elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"] .elementor-button-icon {
    z-index: 200;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"]:hover:after {
    height: 58px;
    z-index: 0;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"]:hover {
    color: #ffffff;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"] .elementor-button-icon svg {
    font-size: 20px;
    margin-left: 20px;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"]:hover .elementor-button-icon svg path {
    fill: #fff;
}
/*  Form Btn*/
/* Blog Page Pagination */
#blog-archive-grid a.page-numbers{
    padding: 20px 27.5px;
    background: #C4C4C4;
    color: #fff;
}

#blog-archive-grid a.page-numbers:hover, #blog-archive-grid span.page-numbers.current:hover{
	 background: #ED1C24;
}
#blog-archive-grid  a.page-numbers.next {
    background: url("http://199.250.201.124/~digimorph/wp-content/uploads/2025/11/Frame-113.svg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 20px 30px !important;
}
#blog-archive-grid  a.page-numbers.prev {
    background: url(http://199.250.201.124/~digimorph/wp-content/uploads/2025/11/Frame-114.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 20px 32px !important;
   
}
#blog-archive-grid span.page-numbers.current {
    background: #ED1C24;
	padding: 20px 27.5px;
	color: #fff;
}
#blog-archive-grid a.page-numbers.next:hover, #blog-archive-grid a.page-numbers.prev:hover {
    opacity: 0.65;
}
#blog-archive-grid a.page-numbers.next{
	padding: 20px 32px !important;
}
/* Blog Page Pagination */

/*  Serach result none*/
.search-result .elementor-posts-nothing-found {
    width: 90vw;
    margin: auto !important;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*  Serach result none*/

/* Contact Form Error */
.contact-from .elementor-message.elementor-message-danger:before {
	padding-top:15px !important;
    width: 0px !important;
    display: none;
}

/* Contact Form Error */

/* Dropdown menu */
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li a {
    padding: 24px 40px;
	justify-content: center
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li{
	border: 0px !important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
	right: 10%;
    width: 80%;
    height: 1px;
    background-color: #E9E9E9;
	transition: .5s ease;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li a:hover:after {
	background-color: rgb(228, 28, 70) !important
}
/*
ul
ul
ul#sm-17546964045265396-2 li a {
    padding: 0px;
    padding: 24px 40px;
    position: relative;
    text-align: center !important;
    justify-content: center;
    /* border-bottom: 1px solid #E9E9E9; */
} */
/* Dropdown menu */

/***** Device 1920 max Device CSS *****/
@media (max-width: 1920px) {
	.contact-social-icons span.elementor-grid-item a {
		font-size: 40px;
		width: 60px !important;
	}
	.Continuous-development{
		max-width: 1760px !important; 
		margin-left: auto;
		margin-right: auto;
	}
	.our-service-full-image {
		width: 1860px !important;
		margin: 0 auto;
	}
	/*Dropdown Center 	 */
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 ul {
    left: -50px !important;
}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 .sub-menu {
    left: -50px !important;
}
		
}
.hero-section h1 {
		font-weight: 600 !important;
	}
.blog-content-inner-wrapper h2 , .blog-content-inner-wrapper h3 , .blog-content-inner-wrapper h4 , .blog-content-inner-wrapper h5 , .blog-content-inner-wrapper h6 , .blog-content-inner-wrapper h2.wp-block-heading {
	color:#231F20 !important;
		font-weight: 700 !important;
}
@media(min-width: 1920px) and (max-width: 1920px){
	.our-service-full-image{
		max-width: calc(100% - 140px) !important; 
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1600px) and (max-width: 1600px){
/* 	.our-new-location-page {
		top: 500px !important;
		left: 580px !important;
	} */
}
@media (min-width: 1560px) and (max-width: 1560px){
/* 	.our-new-location-page {
		top: 500px !important;
		left: 550px !important;
	} */
}
/***** Device 1600 max Device CSS *****/
@media (max-width: 1600px) {
	.contact-social-icons span.elementor-grid-item a {
		font-size: 30px;
		width: 50px !important;
	}
		.Continuous-development{
		max-width: calc(100% - 80px) !important; 
		margin-left: auto;
		margin-right: auto;
	}
	
	.our-service-full-image{
		max-width: calc(100% - 80px) !important; 
		margin-left: auto;
		margin-right: auto;
	}
	.contact-from input, .contact-from select{
		padding:12px 20px;
	}
	.contact-from textarea {
		padding:12px 20px;
	}
	.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"] {
		margin-top: 20px;
	}
}
@media only screen and (max-width:1440px){
	.our-new-location-page {
		left: 650px !important;
	}
}

@media only screen and (max-width:1366px){
	.our-new-location-page {
		left: 620px !important;
	}
}

/***** Device 1600 max Device CSS *****/
@media(max-width: 1024px){
	.Continuous-development{
		max-width: calc(100% - 40px) !important;
	}
	.our-new-location-page {
		left: 97% !important;
		top: 84% !important;
	}
    .home-hero-image-doc {
        bottom: 220px !important;
        top: 0 !important;
    }
	.our-service-full-image {
		max-width: calc(100% - 40px) !important;
	}

	.our-new-location-page.services-banner-btn{
		left: 10% !important;
	}
	    .hero-section .elementor-element-e363980 {
        max-width: 90% !important;
    }
}
@media(max-width: 820px){

/* 	.hero-section {
		margin-top: -100px !important;
	}
	.hero-section.about {
		margin-top: -200px !important;
	} */
	.search-col {
		width: auto;
		padding: 30px 23px;
	}
	.Continuous-development{
		max-width: calc(100% - 40px) !important;
	}
	.home-hero-image-doc {
		top: unset !important;
		bottom: -52px !important;
	}
	
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li a {
		padding: 10px 20px;
		justify-content: flex-start;
		border-radius: 0;
		z-index: 1000;
	}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li a:after{
		width: 100%;
	}

	#header-container-parent-zindex, #header-container-parent-zindex * {
		z-index: 10001 !important;
	}
	#blog-archive-grid a.page-numbers,#blog-archive-grid a.page-numbers.next{
		padding: 15px 23.5px !important;
	}
	#blog-archive-grid a.page-numbers.next {
		padding: 15px 26.5px !important;
	}
	#blog-archive-grid a.page-numbers.prev {
		padding: 15px 27px !important;
	}
	#blog-archive-grid span.page-numbers.current {
		padding: 17px 25px !important;
	}
	.our-new-location-page {
		left: 5% !important;
	}
	.our-new-location-page.services-banner-btn{
		left: 0% !important;
	}
}
@media (max-width: 768px){
/* 	.hero-section {
		margin-top: -100px !important;
	}	 */

/* 	.header-container {
		padding: 20px 30px 0;
	} */
	.expertise-section:hover .expertise-inner-icon-wrap .expertise-inner-icon-wrap-child {
    transform: translateX(120px);
}
    .home-hero-image-doc {
        bottom: -62px !important;
    }
	
}
@media(max-width: 767px){
	.hero-section.about {
		margin-top: 0 !important;
	}
	.header-container-parent {
/* 		position: fixed !important; */
/* 		top: 0 !important; */
		z-index: 100 !important;
	}
	.hero-section {
		margin-top: 0 !important;
	}
	.services-tabs-wrapper .services-tabs-left .accordion-item .accordion-title h4 {
		font-size: 20px;
		line-height: 1em;
	}
	.our-new-location-page {
		left: 0 !important;
	}
	.accordion-item.active .accordion-content {
		max-width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
	.services-tabs-wrapper .services-tabs-left p{
		padding-right: 0 !important;
	}
	.accordion-item .mobile-tab-image img{
		width: 100% !important;
	}
	.btns a:hover:before {
        height: 40px;
        bottom: 0px;
    }
}

.Continuous-development {
    margin-left: auto;
    margin-right: auto;
}
h1.entry-title {
    display: none;
}