/*======================================
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: #236A5E;
    --theme-color1-rgb: 35, 106, 94;
	--theme-color2: #3F6C51;
	--theme-color2-rgb: 63, 108, 81;
	--theme-color3: #57B38F;
	--theme-color3-rgb: 87, 179, 143;
	--theme-color4: #e29c67;
	--theme-color5: #b05326;
    --bs-black: #1E2328;
    --bs-black-rgb: 30, 35, 40;
    --bs-white: #ffffff;
    --bs-white-rgb: 255, 255, 255;
    --color-gradient-1: linear-gradient(90deg, var(--theme-color1) 0%, var(--theme-color2) 100%);
    --transition: all 500ms ease;
    --font-awesome-free: "Font Awesome 6 Free";
    --font-awesome-brands: "Font Awesome 6 Brands";
}

::-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;
    background-color: #efefef;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border: 2px solid transparent;
    background: var(--theme-color5);
    transition: var(--transition);
}

::-moz-selection {
    background: var(--theme-color1);
    color: var(--bs-white);
}
::selection {
    background: var(--theme-color1);
    color: var(--bs-white);
}

::-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 .et_pb_blurb_content {
    display: flex;
}

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 {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 0 !important;
}

.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 {
    height: 100%;
    display: flex;
}

.equal-img * {
    height: 100%;
    display: flex;
    object-fit: cover;
}
.et_pb_section_0 h2 {
    padding-bottom: 0;
}
/* --list-style-- */
.list-style {
   & ul {
      padding: 0;
     & li {
        list-style: none;    
        &:before {
          content: "\f1b8";
          color: var(--theme-color1);
          font-family: var(--font-awesome-free);
          font-weight: 900;
          font-size: 16px;
          padding-right: 10px;
        }
      }
    }    
}

/* --list-style-close-- */
/* --main-title-- */
.main-title {
    & h5 {
        display: inline-block;
        position: relative;
        padding-left: 50px;
		margin-bottom:10px;
        padding-top: 12px;
        &:before {
            content: "";
            background-image: url(/wp-content/uploads/2024/07/title-icon.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            display: block;
            padding: 18px;
            width: 20px;
            margin: auto auto 0px;
            box-sizing: border-box;
            position: absolute;
            left: 0;
            top: 0;
        }

    }
    &.et_pb_text_align_left h5 {
        &:before { 
            margin-left: 0;
        }
    }
}
/* --main-title-close-- */
/*--back-to-top--*/
.et_pb_scroll_top.et-pb-icon {
    --space: 30px;
    --size: 51px;
    height: var(--size);
    width: var(--size);
    bottom: var(--space);
    right: var(--space);
    text-decoration: none;
    z-index: 999;
    border-right: 0;
    overflow: hidden;
    border: 0px solid var(--theme-color2);
    border-radius: 6px;
    background: linear-gradient(90deg, #bb6334 0%, #e29c67 35%, #f66905 100%);
    background-size: contain;
    transition: var(--transition);
    &:before {
        content: "";
        position: absolute;
        background-image: url(/wp-content/uploads/2024/07/Icon-White-Transparent.png);
        background-repeat: no-repeat;
        background-size: contain;
        inset: 8px;
        transition: var(--transition);
    }
}

/*--back-to-top-close--*/
/*--btn-design--*/
body #page-container .et_pb_slider .et_pb_slide .et_pb_button, body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button {
    --padding: 12px 26px;
    position: relative !important;
    padding: var(--padding) !important;
    transition: var(--transition);
    z-index: 1;
    color: var(--bs-white) !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--theme-color5);
    border: 1px solid var(--theme-color5);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .sub_btn.et_pb_button {
    padding: 0 !important;
}
body #page-container .et_pb_slider .et_pb_slide .et_pb_button:hover, 
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:hover {
    color: #ffffff !important;
    border: 1px solid #686467;
}
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .sub_btn .wpcf7-submit {
    padding: var(--padding) !important;
    background: transparent;
    font-size: inherit;
    color: inherit;
    border: inherit;
    cursor: pointer;
    z-index: 99;
    position: relative;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: inherit;
}

body #page-container .et_pb_slider .et_pb_slide .et_pb_button:before, 
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:before,
body #page-container .et_pb_slider .et_pb_slide .et_pb_button:after, 
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:after {
    position: absolute;
    content: "" !important;
    display: block !important;
    margin: 0 !important;
    opacity: 1 !important;
    transition: var(--transition);
    z-index: -1;
    width: 50%;
    height: 0%;
    background-color: var(--bs-white);
    background: linear-gradient(125deg, #686467 14.31%, #b7b6c3 86.5%);
}
body #page-container .et_pb_slider .et_pb_slide .et_pb_button:before, 
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:before {
    top: 0%;
    left: 0%;
}
body #page-container .et_pb_slider .et_pb_slide .et_pb_button:after, 
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:after {
    bottom: 0%;
    right: 0%;
}
body #page-container .et_pb_slider .et_pb_slide .et_pb_button:hover:before,
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:hover:before,
body #page-container .et_pb_slider .et_pb_slide .et_pb_button:hover::after,
body #page-container .et_pb_section div div .et_pb_button_module_wrapper .et_pb_button:hover::after {
    height: 100%;
    width: 100%;
}
/*--btn-design-close--*/

/*******  | HEADER CODE |  *******/
/**-- Sticky Header Css Starts --**/
.has_et_pb_sticky .et_pb_section.et_pb_sticky.et_pb_sticky--top {
    background:white !important;
    box-shadow:0px 2px 18px 0px rgba(0, 0, 0, 0.3)
    
}
.has_et_pb_sticky .et_pb_section.et_pb_sticky.et_pb_sticky--top .et_pb_row.et-last-child {
    box-shadow: none;
}
/*--Sticky Header Css Ends--**/
/**--Header Css Starts --**/
header .header-row .dd-flex-column:before {
    width: 24%;
    clip-path: polygon(0% 0, 100% 0, 86% 100%, 0% 100%);
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    top: -20px;
    left: 0%;
    z-index: -1;
    padding: 20px 0px;
}
header .header-row .dd-flex-column:after {
    width: 79%;
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: -20px;
    right: -2%;
    z-index: -1;
    padding: 20px 0px;
}
header .header-row .dd-flex-column .et_pb_module.et_pb_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23%;
}
header nav.et-menu-nav ul#menu-main-menu li {
    padding: 10px 34px;
}
/*--Header Css Ends--**/
/*----Slider Sec Css Start-----*/
.home-slider-sec .et_pb_slide .et_pb_slide_description h1 {
    font-size: 82px;
    font-weight: 900;
    padding: 20px 0px;
}
.home-slider-sec .et_pb_slide h2.et_pb_slide_title {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 54px 10px;
    position: relative;
}
.home-slider-sec .et_pb_slide h2:before {
    content: '';
    background: url(/wp-content/uploads/2024/07/title-icon.png);
    width:100%;
    height:100%;
    display: block !important;
    position: absolute;
    background-size: contain;
    z-index: 1;
    visibility: visible !important;
    background-repeat:no-repeat;
    top:0px;
    left:0px;
}
.home-slider-sec .et_pb_slide .et_pb_slide_image img {
    width: 550px;
    height: 550px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px dotted var(--theme-color5);
    padding: 20px;
}
.home-slider-sec .et_pb_slide .et_pb_slide_image {
    width: 48%;
    position: absolute;
    top: 56%;
    right: 30px;
    margin-right: 0 !important;
}
.home-slider-sec .et_pb_slide .et_pb_slide_description {
    text-align: left;
    padding: 20px 40px 0px 80px;
    float: left;
    width: 44%;
}
.home-slider-sec .et_pb_slide {
    padding-right: 0;
}
/* .home-slider-sec .et_pb_slide .et_pb_slide_image:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 3px dotted var(--theme-color4);
    z-index: -1;
    width: 70%;
    height: 100%;
    top: -18px;
    left: 121px;
    padding: 0px;
    padding:16px 0px;
} */
/* .home-slider-sec:before {
    content: '';
    background: url(/wp-content/uploads/2024/07/slider-shape1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 216px;
    height: 353px;
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    bottom: 0;
} */
/* .home-slider-sec .et_pb_slide .et_pb_slide_image:before {
    content: '';
    background: #236a5e99;
    width: 80%;
    height: 80%;
    display: block;
    position: absolute;
    z-index: -1;
    left: -90px;
    top: 0px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
} */
/* .home-slider-sec .et_pb_slide .et_pb_slide_image:after {
    content: '';
    background: url(/wp-content/uploads/2024/07/slider-shape-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    height: 60%;
    display: block;
    position: absolute;
    z-index: 1;
    left: -130px;
    bottom: -53px;
    transform: rotate(-14deg);
} */
.home-slider-sec .et_pb_module .et-pb-controllers {
    display: none !important;
}
.home-slider-sec  .et-pb-slider-arrows a {
    opacity: 1;
    width: 60px;
    height: 60px;
    background-color: var(--theme-color5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-slider-sec  .et-pb-slider-arrows a:hover{
    background-color:var(--theme-color4);
}
.home-slider-sec  .et-pb-slider-arrows a:hover:before{
    color:var(--bs-white);
}
.home-slider-sec  .et-pb-slider-arrows a.et-pb-arrow-prev {
    left:22px;
}
.home-slider-sec  .et-pb-slider-arrows a.et-pb-arrow-next {
    right:22px;
}
/*---Slider Sec Css Start----*/
/*--home-about-sec--*/
.home-about-sec .et_pb_module.about-years:after{
        content: "";
    position: absolute;
    bottom: -29.555px;
    left: 0;
    height: 30px;
    width: 60px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    background-color: var(--wallox-text-dark, #2E2A20);
    z-index: -3;
}
.home-about-sec .about-img-col::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 280px;
    right: 90px;
    bottom: 50px;
    z-index: -1;
    border: 3px solid var(--theme-color5);
    border-radius: 10.5px;
    background-color: transparent;
    animation: topToBottom 3s ease-in-out infinite;
    animation-delay: 1s;
}
.home-about-sec .about-img-col .image-2:before {
    background: var(--theme-color4);
    content: "";
    position: absolute;
    width: 70px;
    height: 210px;
    left: 15px;
    top: 40px;
    z-index: -1;
    border: 3px solid var(--theme-color5);
    border-radius: 10px;
    animation: topToBottom 3s ease-in-out infinite;
}
.home-about-sec .about-img-col .image-2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 191px;
    left: 0px;
    top: 20px;
    z-index: -1;
    border: 3px solid  var(--theme-color4);
    border-radius: 10px;
    animation: topToBottom 3s ease-in-out infinite;
}
@keyframes topToBottom {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* .home-about-sec:before {
    content: '';
    background: url(/wp-content/uploads/2024/07/about-shape1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10%;
    height: 30%;
    display: block;
    position: absolute;
    animation: topToBottom 3s ease-in-out infinite;
    top: 30%;
} */
.home-about-sec:after {
    content: '';
    background: url(/wp-content/uploads/2024/07/about_1_2shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
    height: 42%;
    display: block;
    position: absolute;
    top: 9%;
    right: -120px;
    animation: rotate360 15s infinite linear;
}
@keyframes rotate360{
0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
/*--home-about-sec-close--*/
/*---Key-Selling-Points Css Start---*/
.key-selling-point .et_pb_blurb_content {
    display: flex;
    align-items: center;
    border-radius: 30px 300px 300px 300px;
    background: #fff;
    padding: 26px 40px;
    justify-content: center;
    border: 10px solid #686467;
    transition: 0.2s;
}
.key-selling-point .key-selling-point-col1 .et_pb_main_blurb_image {
    order: 1;
}
.key-selling-point .et_pb_main_blurb_image span.et-waypoint {
    border: 5px solid #686467;
    background: var(--theme-color4);
    padding: 10px;
    border-radius: 100px;
}
.key-selling-point .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.key-selling-point-col2 {
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    background: #686467;
    padding: 10px;
    height: 500px;
    display: flex;
    align-items: center;
}
.key-selling-point-col2 .et_pb_image_wrap img {
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
    transition: 0.6s;
}
.key-selling-point-img:hover .et_pb_image_wrap img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.key-selling-point .et_pb_blurb_content:hover {
    background: #fff;
    border-color: var(--theme-color5);
}
.key-selling-point .et_pb_blurb_content:hover .et_pb_blurb_container, .key-selling-point .et_pb_blurb_content:hover h4.et_pb_module_header {
    color: #000;
}
.key-selling-point .et_pb_blurb_content:hover span.et-waypoint {
    border-color: var(--theme-color1);
    background: var(--theme-color5);
}
/*---Key-Selling-Points Css End---*/
/*---Our Services Sec Css Start---*/
.our-service-sec .slick-slide img {
    min-height: 450px;
    height: 540px;
    object-fit: cover;
    width: 100%;
    /* opacity: 0; */
    /* transition: all 0.4s ease-in-out; */
    /* transform: scale(0.4); */
    /* filter: brightness(0.7); */
    transition: 0.5s;
}
.our-service-sec .slick-slide:hover img {
    transform: scale(1.1) !important;
}
.our-service-sec .slick-slide {
    border: 1px solid #dddd;
    padding: 10px !important;
}
.our-service-sec .slick-slide .content-inner {
    position: absolute;
    bottom: 0;
    padding: 14px 10px!important;
    opacity: 1;
    transition: 0.5s;
    background-image: linear-gradient(90deg, #b05326 0%, #e29c67 100%) !important;
    background-color: #000000 !important;
}
.our-service-sec .slick-slide h3.dtq-image-title, .our-service-sec .our-service-row .et_pb_text_inner h3 {
    background: var(--theme-color4);
    padding: 6px 15px !important;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    width: fit-content;
    justify-content: center;
    display: flex;
    margin: 0px auto 10px;
}
.our-service-sec .slick-track {
    padding-bottom: 0px !important;
}
.our-service-sec .slick-slide h5.dtq-image-subtitle {
    text-align: center;
}
.our-service-sec .slick-slide:hover .content-inner {
    bottom: -100px;
    opacity: 0;
}
/*---Our Services Sec Css End---*/
/* Services Page Css Start */
.services-sec.odd-sec .et_pb_module.et_pb_image img{
    height:450px;
    width:450px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.services-sec.odd-sec .image-2 {
    position: absolute;
    top: 0px;
    right: 30px;
}
.services-sec.odd-sec .et_pb_module.et_pb_image span.et_pb_image_wrap {
    position:relative;
    transition:0.5s;
}
.services-sec.odd-sec .et_pb_module.et_pb_image span.et_pb_image_wrap:before{
    content: '';
    position: absolute;
    top: 25px;
    left: 70px;
    width: 70%;
    height: 70%;
    border-top: 1px solid var(--theme-color4);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.services-sec.odd-sec .image-2 span.et_pb_image_wrap:before{
    border-top: 0 !important;
    border-bottom: 1px solid var(--theme-color4);
    bottom: 35px !important;
    top: auto !important;
}
.services-sec.odd-sec .et_pb_column:hover .image-1 span.et_pb_image_wrap{
    transform:translateX(-20px);
}
.services-sec.even-sec .et_pb_module.et_pb_image.image-1 img {
    height: 600px;
    object-fit: cover;
    border-radius: 30px;
}
/* Services Page Css End */
/***Inner Pages Css Start***/
/*---Contact Page Css Start---*/
.contact-form-sec:before {
    content: '';
    background: url(/wp-content/uploads/2024/07/contact-map-1-1.png);
    width: 70%;
    height: 100%;
    display: block;
    position: absolute;
    background-blend-mode: overlay;
    background-color: #00000066;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-form-sec .wpcf7-form .wpcf7-form-control:not(input[type="radio" i], input[type="checkbox" i], .wpcf7-recaptcha, .wpcf7-submit) {
    width: 100%;
    padding: 18px;
    background-color: var(--bs-white);
    color: var(--bs-black);
    border: 1px solid rgba(0, 44, 5, 0.13);
    border-radius: 0;
    margin-bottom: 0px;
    max-height: 150px;
    font-size: 15px;
    font-weight: 500;
}
.contact-form-sec .et_pb_blurb_container {
    background: var(--theme-color5);
    padding: 15px !important;
    transition: 0.5s;
}
.contact-form-sec .et_pb_main_blurb_image {
    background: var(--theme-color4);
    padding: 27px 20px;
    width: 70px !important;
    height: 70px;
    transition: 0.5s;
    vertical-align: middle;
}
.contact-form-sec .et_pb_blurb_content:hover .et_pb_main_blurb_image {
    background: var(--theme-color3);
}
.contact-form-sec .et_pb_blurb_content:hover .et_pb_blurb_container {
    background: var(--theme-color1);
}
.wpcf7-response-output {
    float: left;
    color: #fff;
    width: 100%;
}
/*---Contact Page Css End---*/
/*---footer Css Start---*/
.footer-row .footer-col1 span.et_pb_image_wrap:after {
    position: absolute;
    content: '';
    width: 86%;
    height: 86%;
    left: 10px;
    top: 10px;
    z-index: 0;
    transform: rotate(45deg);
    border: 2px dashed #fff;
    padding: 0px;
}
.footer-row .footer-col1 span.et_pb_image_wrap:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: rotate(45deg);
    padding: 0px;
    background: linear-gradient(90deg, #b05326 0%, #e29c67 100%) !important;
}
.footer-row .footer-col1 .et_pb_module.et_pb_image span.et_pb_image_wrap {
    position: relative;
    top: -50px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    width: 170px;
    transform: translateX(-50%);
}
footer {
    position: relative;
    z-index: 1 !important;
}
footer .footer-row .et_pb_column {
    padding: 80px 0px ;
}
.footer-col1 {
    background: #2d2d2e;
    padding: 30px 30px 86px !important;
}
.footer-row ul#menu-footer-menu li {
    position: relative;
    padding-lefT: 25px;
    transition: 0.7s;
}
.footer-row ul#menu-footer-menu li:before {
    position: absolute;
    content: '\f48b';
    left: 0;
    font-family: fontawesome;
}
.footer-row ul#menu-footer-menu li {
    position: relative;
    padding-lefT: 25px;
    transition: 0.7s;
}
.footer-row ul#menu-footer-menu li:before {
    position: absolute;
    content: "\f101";
    left: 0;
    font-family: fontawesome;
}
.footer-row ul#menu-footer-menu li:hover {
    transform: translateX(15px);
}
.footer-row ul#menu-footer-menu li:hover a, .footer-row ul#menu-footer-menu li:hover:before{
    color:var(--theme-color5)
}
/*---footer Css End---*/

/**Media Query Css Start**/
@media screen and (min-width:1200px) and (max-width:1500px){
.home-slider-sec .et_pb_slide .et_pb_slide_description h1 {
    font-size: 66px;
}
.home-slider-sec .et_pb_slide .et_pb_slide_description {
    padding: 20px 40px 0px 20px;
}
/* .home-slider-sec .et_pb_slide .et_pb_slide_image:before {
    width: 90%;
    height: 100%;
    padding: 20px;
	inset:-20px 10px;
} */
.home-slider-sec .et_pb_slide .et_pb_slide_image {
    right: 74px;
}
}
@media screen and (width >= 981px) {

}
@media screen and (min-width:1200px) and (max-width:1440px){
.home-slider-sec .et_pb_slide .et_pb_slide_image img {
    width: 480px;
    height: 480px;
}
.et_pb_section.dd-fixed-header.top-header {
    height:40px !important;
}
.key-selling-point .et_pb_row{
    width:98%;
	max-width:97%;
}

}
@media screen and (width <= 980px) {
	.home-about-sec .about-img-col::before {
		display:none;
	}
	.home-slider-sec .et_pb_slide_image {
		bottom: -8% !important;
		position: relative !important;
		width: 94%;
		right: -24px !important;
		top: auto;
	}
	.home-slider-sec .et_pb_slide .et_pb_slide_image:before {
		display:none;
	}
	.home-slider-sec .et_pb_slide_image:before{
		height:200px;
		top:100px;
		right:-50px;
	}
	.home-slider-sec .et_pb_slide_description {
		width: 100% !important;
		padding: 0% 30px 0px 30px !important;
		float: none !important;
		position: absolute;
		top: 12%;
	}
	.home-slider-sec .et_pb_slide_image:before {
		bottom: -200px;
		right: -22px;
	}
	.home-slider-sec:before {
		display:none;
	}
	.home-slider-sec .et_pb_slide .et_pb_slide_image:after{ 
		left: -10px;
		bottom: -15px;
		transform: rotate(-4deg);
	}
	.home-slider-sec .et_pb_slide h2.et_pb_slide_title {
		margin: 0 auto !important;
		display: flex;
		width: fit-content;
	}
	.home-slider-sec .et_pb_slide .et_pb_slide_description h1, .home-slider-sec .et_pb_slide .et_pb_slide_description p {
		text-align: center;
	}
	.key-selling-point-col2 {
		clip-path: none;
		background: transparent;
		height: auto;
	}
	.contact-form-sec:before {
		width: 100%;
		height: 100%;
	}
	.key-selling-point .et_pb_blurb_content {
		border-radius: 300px 300px 300px 300px;
	}
	.key-selling-point .key-selling-point-col1 .et_pb_main_blurb_image {
		order: 0;
	}
	.contact-form-sec .contact-row {
		display: flex;
		flex-direction: column-reverse;
	}
	.home-slider-sec .et_pb_slide .et_pb_slide_image:after {
		display:none;
	}
	.home-slider-sec .et_pb_slide {
		padding: 80px !important;
	}
	.home-slider-sec .et_pb_slide .et_pb_slide_image {
		right: 0px !important;
		width: 100%;
		top: 24%;
	}
	.our-service-sec .slick-slide h3.dtq-image-title, .our-service-sec .our-service-row .et_pb_text_inner h3 {
		margin: 0px 0 10px;
	}
	.home-slider-sec .et_pb_slide .et_pb_slide_description h1 {
		font-size: 35px;
	}
	.home-slider-sec .et_pb_slide .et_pb_slide_image img {
		width: 450px;
		height: 450px;
	}
}
@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-slider-sec .et_pb_slide_description {
		padding: 32% 0px 0px 0px !important;
	}
	.home-slider-sec .et_pb_slide .et_pb_slide_description h1 {
		font-size: 34px;
		padding: 10px 0px;
	}
	.home-slider-sec .et_pb_slide .et_pb_slide_image img {
		height: 260px !important;
	}
	.home-slider-sec .et_pb_slide_image {
		top: 12% !important;
		right: 20px !important;
	}
	.home-slider-sec  .et-pb-slider-arrows a {
		width: 35px;
		height: 35px;
	}
	.home-slider-sec .et-pb-slider-arrows a::before {
		font-size: 30px;
	}
	.home-slider-sec  .et-pb-slider-arrows a.et-pb-arrow-prev {
		left: 7px;
	}
	.home-slider-sec  .et-pb-slider-arrows a.et-pb-arrow-next {
		right: 7px;
	}
	header .header-row .dd-flex-column:after {
		clip-path: none;
		width: 100%;
		display:none;
	}
	header .header-row .dd-flex-column:before {
		display:none;
	}
	header .header-row .dd-flex-column {
		background: #fff;
		padding: 40px 20px;
	}
	.our-service-sec .slick-slide img {
		min-height: auto;
	}
	footer .footer-row .et_pb_column {
		padding: 10px 0px;
	}
	.key-selling-point .et_pb_blurb_content {
		border-radius: 0px;
		padding: 20px;
	}
	.home-slider-sec .et_pb_slide {
		padding: 50px !important;
	}
/* 	.services-sec.odd-sec .image-2{
    display:none;
} */
/* .services-sec.odd-sec .image-1{
    text-align:center;
} */
.services-sec.odd-sec .et_pb_module.et_pb_image img{
    height:200px;
    width:200px;
    margin:auto;
}
.services-sec.odd-sec .image-2 span.et_pb_image_wrap:before {
    bottom: 20px !important;
    left: auto !important;
    right: 14px !important;
}
.services-sec.odd-sec .image-1 {
    left: 20px;
}
.services-sec.odd-sec .et_pb_module.et_pb_image span.et_pb_image_wrap:before {
    top: 10px;
    left: 20px;
}
.services-sec.odd-sec .et_pb_column:hover .image-1 span.et_pb_image_wrap{
    transform:translateX(30px);
}
.services-sec.even-sec .et_pb_module.et_pb_image.image-1 img {
    height: 350px;
}
/* 	.services-sec.odd-sec .et_pb_module.et_pb_image span.et_pb_image_wrap:after{
    position:absolute;
    content:'';
    background-color:var(--theme-color5);
    width:100%;
    height:100%;
    inset:0;
    z-index:-1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left:-25px;
} */
}