/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.1
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
:root {
    --theme-color1: #7193ff;
    --theme-color1-rgb: 113 147 255;
    --theme-color2: #340065;
    --theme-color2-rgb:52 0 101;
    --bs-black: #000000;
    --bs-black-rgb: 0, 0, 0;
    --bs-white: #ffffff;
    --bs-white-rgb: 255, 255, 255;
    --transition: all 800ms ease;
    --font-awesome-free: "Font Awesome 6 Free";
    --font-awesome-brands: "Font Awesome 6 Brands";
    --color-gradient-1: linear-gradient(90deg, var(--theme-color2) 0%, var(--theme-color1) 100%);
    --color-gradient-2: linear-gradient(90deg, var(--theme-color1) 0%, var(--theme-color2) 100%);
}
@-moz-document url-prefix() {
    * {
        scrollbar-width: thin; 
        scrollbar-color: var(--theme-color1) #efefef; 
    }
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #efefef; 
}
 
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme-color1);
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background: var(--theme-color2);
    border-radius: 10px;
}
::-moz-selection {
    background: var(--theme-color1);
    color: var(--theme-color3);
}
::selection {
    background: var(--theme-color1);
    color: var(--theme-color3);
}
::-webkit-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit !important;
    opacity: 1;
}
::placeholder {
    color: inherit !important;
    opacity: 1;
}
body {
    overflow-y: auto;
    overflow-x: hidden;
    accent-color: var(--theme-color1);
    /* word-break: break-word; */
}
div#page-container {
    overflow-y: visible;
    overflow-x: hidden;
}
header #dd-hamburger .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
body:not(.et-fb) #et-boc .et-l #dd-section {
    z-index: 999999 !important;
}
#wpadminbar {
    z-index: 9999999 !important;
}
.et_pb_row {
    width: 90%;
}
footer .et_pb_column .et_pb_widget.widget_nav_menu,
footer .et_pb_column .et_pb_widget_area {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    border-right: 0;
    padding-right: 0;
}
.wpcf7-spinner {
    position: absolute;
}
.wpa-test-msg {
    display: block;
    width: 100%;
    float: left;
}
.contact-form-sec form .et_pb_column {
    margin-bottom: 15px !important;
}
.equal-img, .equal-img * {
    height: 100%;
    display: flex;
    object-fit: cover;
}
.aspect-ratio-1 img {
    aspect-ratio: 1;
    object-fit: cover;
}
p:empty {
    padding-bottom: 0;
}
/*--btn-design--*/
.et_pb_button{
    --padding: 14px 40px;
    --border-radius: 100px;
    --text-transform: uppercase;
    position: relative !important;
    padding: var(--padding) !important;
    z-index: 2;
    color: var(--bs-white) !important;
    font-size: clamp(0.875rem, 0.8092rem + 0.2105vw, 1rem) !important;
    text-transform: var(--text-transform);
    border: none !important;
    overflow: hidden;
    background-color: var(--theme-color2) !important;
    border-radius: var(--border-radius) !important;
    display: inline-flex !important;
    -webkit-transition: all 0.3s linear !important;
    -o-transition: all 0.3s linear !important;
    transition: all 0.3s linear !important;
    background-size: contain;
    background-repeat: repeat;

&:before, &:after {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    transition: all 520ms ease;
    border-radius: 50px;
	opacity:1 !important;
	display:block !important;
	margin:0px !important;
    }
&:after {
    background-color: var(--theme-color1);
    transform-origin: 0 bottom;
    transform: translate3D(-50%, 0, 0) rotate(-50deg);
    z-index: -1;
    }
&:hover {
&:after {
            transition: all .3s;
		    transform: rotate(0);
        }
    }
&.sub_btn {
        padding: 0 !important;
        text-align: center;
        display: inline-block;
        float: left;
& .wpcf7-submit {
            padding: var(--padding) !important;
            background: transparent !important;
            font-size: inherit;
            color: inherit !important;
            border: inherit;
            cursor: pointer;
            z-index: 99;
            position: relative;
            font-weight: inherit;
        }
    }
&.et_pb_bg_layout_dark {
        background-color: var(--theme-color2) !important;
&:after {
            background-color: rgba(var(--bs-white-rgb), 0.2);
        }
    }
}
 
 
/* Service Sec Css Start */
.home-service-sec .slick-slide .dtq-carousel-item.dtq-image-carousel-item {
    background-color: var(--bs-white);
    padding: 30px;
    transition: border 300ms ease 0ms;
    outline: 1px solid var(--theme-color1);
    outline-offset: -10px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-service-sec figure.dtq-figure {
    background: var(--theme-color1);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -10px 10px var(--theme-color2);
    margin-left: 10px;
    margin-bottom: 25px;
}
.home-service-sec .dtq-image-carousel-item figure img {
    width: 60px !important;
    filter: brightness(0) invert(1);
}
.home-service-sec .content-inner h5.dtq-image-subtitle {
    line-height: 1.5em;
}
.home-service-sec .content-inner {
    text-align: left !important;
}
.home-service-sec .content-inner h3.dtq-image-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
/* Service Sec Css Close */
/*--home-feature-sec-start--*/
.home-feature-sec {
    --icon-size: clamp(4.375rem, 3.7171rem + 2.1053vw, 5.625rem); /*90px*/
    & .et_pb_equal_columns {
        & .et_pb_image {
            width: 45%;
            display: flex;
            & .et_pb_image_wrap {
                flex-grow: 1;
                display: flex;
            }
            & img {
                object-fit: cover;
                aspect-ratio: 1;
                height: 100%;
            }
        }
        & .et_pb_blurb {
            width: 55%;
            display: flex;
            padding: calc(var(--icon-size) * 0.5) !important;
            padding-left: calc(var(--icon-size) * 0.5 + 25px) !important;
            align-items: center;
            & .et_pb_blurb_content {
                position: static;
                & .et_pb_main_blurb_image {
                    width: var(--icon-size);
                    height: var(--icon-size);
                    border-radius: var(--icon-size);
                    position: absolute;
                    margin-bottom: 0;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: var(--bs-white);
                    left: calc(var(--icon-size) * -0.5);
                    top: 50%;
                    transform: translateY(-50%);
                    padding: calc(var(--icon-size) * 0.25);
                    &:before {
                        content: "";
                        position: absolute;
                        inset: calc(var(--icon-size) * -0.0909);
                        background-color: #7193ff8c;
                        z-index: -1;
                        border-radius: 50%;
                    }
                    &:after {
                        content: "";
                        position: absolute;
                        inset: 0;
                        background-color: var(--bs-white);
                        z-index: -1;
                        border-radius: 50%;
                    }
                }
                & .et_pb_image_wrap {
                    margin: 0 !important;
                    float: left;
                    & img {
                        aspect-ratio: 1;
                        object-fit: contain;
                        transition: var(--transition);
                    }
                }
            }
        }
        
        & .et_pb_column {
            display: flex;
            flex-wrap: wrap;
            &:hover {            
                & .et_pb_blurb {
                    & .et_pb_blurb_content {
                        & .et_pb_image_wrap {
                            & img {
                                transform: scaleX(-1);
                            }
                        }
                    }
                }
        }
        }
    }
}
/* --home-feature-sec-close-- */
/*--Home-Number-Sec--Start--*/
.home-number-sec span.et_pb_image_wrap{
    background: var(--bs-white);
    padding:10px;
    border-radius:0% 0% 15% 15%;
    width: 120px;
    height: 100px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.home-number-sec {
& .et_pb_blurb {
& .et_pb_main_blurb_image {
      transition: all 1s  ease;
  }
&:hover {
      .et_pb_main_blurb_image {
          transform: scaleX(-1);
      }
    }
}
}
/*--Home-Number-Sec--close--*/
/*--media-query-*/
@media screen and (min-width:1200px) and (max-width:1500px){
.home-service-sec .slick-slide .dtq-carousel-item.dtq-image-carousel-item {
    min-height: 550px;
}
}
@media screen and (width <= 980px) {
	.home-service-sec figure.dtq-figure {
    background: var(--theme-color1);
    width: 70px;
    height: 70px;
}
.home-service-sec .dtq-image-carousel-item figure img {
    width: 40px !important;
}
}
@media screen and (width <= 767px) {

.recaptcha iframe{
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.home-feature-sec {
    & .et_pb_equal_columns {
        & .et_pb_module {
            width: 100%;
        }
        & .et_pb_blurb {
            padding: 20px !important;
            padding-top: calc(var(--icon-size) * 0.5 + 20px) !important;
                & .et_pb_blurb_content {
                    & .et_pb_main_blurb_image {
                        padding: calc(var(--icon-size) * 0.25);
                        top: calc(var(--icon-size) * -0.5);
                        left: 50%;
                        transform: translateX(-50%);
                    }
                }
        }
    }
}
}