.elementor-kit-7{--e-global-color-primary:#9D1F66;--e-global-color-secondary:#002768;--e-global-color-text:#556171;--e-global-color-accent:#C1555E;--e-global-color-3d5de98:#FFFFFF;--e-global-typography-primary-font-size:68px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:0.02em;--e-global-typography-secondary-font-size:47px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:0.02em;--e-global-typography-text-font-family:"Afacad";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
     font-family: "Afacad", sans-serif !important;
}
 
.entry-header {
    margin-bottom: 0;
    display: none;
}
.small-heading h3 {
    font-family: "Afacad" !important;
        font-size: 25px !important;
}
.main-heading h3{
     font-family: "Afacad" !important;
     font-size: 57px !important;
}
.small-pera p {
 font-family: "Afacad" !important;
     font-size: 20px !important;
}
.image-box img {
    height:auto !important;
    width: 100% !important;
    max-width: 60% !important;
    position: absolute;
    bottom: -349px;
    right: -80px;
    object-fit: cover;
}
div#n2-ss-1 .n2-font-f06715387bf68c1af581b591e08effac-link a {
font-family: "Afacad" !important;
     font-size: 22px !important;
}
.btn-hover a{
    transition: 0.5s all;
   border-radius: 3px !important;
}
.btn-hover a:hover{
    background-color: #C1555E !important;
    color: #fff !important
}

div#n2-ss-1 .n2-font-f06715387bf68c1af581b591e08effac-link a {
    font-family: "Afacad" !important;
    font-size: 20px !important;
    padding: 10px 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
/*btn hover css*/

.btn-hover a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    z-index: 1;
  
}

.btn-hover a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    background-color: var(--e-global-color-accent);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-hover a:hover {
    color: #fff !important;
    background-color: transparent; 
    border-color: #c1555e !important;
}

.btn-hover a:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
}


.btn-hover a span.elementor-button-text,
.btn-hover a span.elementor-button-icon {
    position: relative;
    z-index: 2;
    transition: color 0.4s ease-in-out, fill 0.4s ease-in-out; 
}


.btn-hover a:hover span.elementor-button-text,
.btn-hover a:hover span.elementor-button-icon {
    color: #fff !important; 
    fill: #fff !important;  
}

/*image hover*/


/*.box-shadow .elementor-widget-container {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    -webkit-transition: all .4s ease;*/
/* transition: all .4s ease; */
/*    position: relative;*/

/*}*/

/*.box-shadow .elementor-widget-container::before {*/
/*content: "";*/
/*    position: absolute;*/
/*    width: 200%;*/
/*    height: 0%;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    background-color: rgba(255, 255, 255, .3);*/
/*    transform: translate(-50%, -50%) rotate(-45deg);*/
/*    z-index: 1;*/
/*    transition: all 0.4s ease-in-out;*/
/*}*/


.box-shadow .elementor-widget-container img {
    transition: transform 0.4s ease-in-out;
}


/*.box-shadow .elementor-widget-container:hover::before {*/
/*height: 250%;*/
/*}*/


.box-shadow .elementor-widget-container:hover img {
      transform: scale(1.05);
}

@media (max-width: 1200px) {
    
.image-box img {
    right: 80px;
    
}
}

@media (max-width: 768px) {
    .main-heading h3 {
        font-size: 30px !important;
        line-height:30px !important;
    }

    .small-heading h3#n2-ss-1item1 {
        font-size: 12px !important;
    }

    .small-pera p {
        font-size: 14px !important;
        line-height: 22px !important;
        font-weight: 400 !important; 
    }
    div#n2-ss-1 .n2-font-f06715387bf68c1af581b591e08effac-link a {
    font-family: "Afacad" !important;
    font-size: 16px !important;
    padding: 8px 21px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: max-content;
    line-height: 20px !important;
}
.n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content.n2-ow.n-uc-DAYvf6H6iScV-inner {
    max-width: 100% !important;
}
.tlt span {
    font-size: 25px !important;
    line-height: 33px !important;
   
}
.n2-ss-layer.n2-ow.n-uc-19a56ef836d82 {
    display: none !important;
}


}


.hover-effect{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.tlt span {
    font-size: 47px;
    color: #002768;
    font-family: "Afacad";
    line-height: 55px;
    font-weight: 600;
}/* End custom CSS */