@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
}


.single_image {
    position: relative;
}
.single_image img {
    display: block;
}
.banner_style1 .single_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* banner_style1 */
.banner_style1 .text_content_elblock {
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.banner_style1 .single_image img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
.banner_style1 .text_content_elblock h2 {
    margin: 0px 0 25px;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 900;
}
.banner_style1 .text_content_elblock p {
    margin: 0px 0 25px;
    font-size: 20px;
}

.banner_style1 .text_content_elblock .single-banner-button-class {
    background: #0078d1 !important;
    border-color: #0078d1 !important;
    border-radius: 6px;
    color: #fff !important;
    font-size: 20px;
    transition: all ease 0.5s;
    padding: 10px 32px !important;
}
.banner_style1 .text_content_elblock .single-banner-button-class:hover {
    background: #3c8ecb !important;
    border-color: #3c8ecb !important;
}

.banner_style1 .text_content_elblock {
    position: absolute;
    bottom: 0%;
    padding: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/*------------ END banner_style1 ---------------------*/



/* -------- banner_style2 ------------------------- */
.banner_style2 .text_content_elblock {
    top: 0;
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.banner_style2 .single_image img {
    
}
.banner_style2 .text_content_elblock h2 {
    margin: 0px 0 25px;
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    text-align: left !important;
}
.banner_style2 .text_content_elblock p {
    margin: 0px 0 25px;
    font-size: 18px;
    text-align: left !important;
}
.banner_style2 .single_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 30px;
}

.banner_style2 .text_content_elblock .single-banner-button-class {
    background: #0078d1 !important;
    border-color: #0078d1 !important;
    border-radius: 6px;
    color: #fff !important;
    font-size: 18px;
    transition: all ease 0.5s;
    padding: 10px 32px !important;
}
.banner_style2 .text_content_elblock .single-banner-button-class:hover {
    background: #3c8ecb !important;
    border-color: #3c8ecb !important;
}

.banner_style2 .text_content_elblock {
    position: absolute;
    bottom: 0%;
    padding: 30px 50px;
    width: 100%;
}

.banner_style2 .full_image img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
.banner_style2 .single_image img {
    border-radius: 30px;
}

.banner_style2 .ovelay_image .elementor-widget-container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
}

.banner_style2 .custom-banner-elblock {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    z-index: 1;
    border-radius: 30px;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
   
}
.banner_style2 .custom-banner-elblock .single_image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.banner_style2 .custom-banner-elblock .single_image {
    width: 100%;
}
.banner_style2 .elementor-widget.elementor-widget-single_banner {
    position: static;
}
.banner_style2 .text_content_elblock {
    left: 0;
    right: 0;
}


/*------------ END banner_style2 ---------------------*/


/* -------- banner_style3 ------------------------- */
.banner_style3 .text_content_elblock {
    top: 0;
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.banner_style3 .text_content_elblock h2 {
    margin: 0px 0 25px;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    text-align: left !important;
}
.banner_style3 .text_content_elblock p {
    margin: 0px 0 25px;
    font-size: 18px;
    text-align: left !important;
}
.banner_style3 .single_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 30px;
}
.banner_style3 .text_content_elblock .single-banner-button-class {
    background: #0078d1 !important;
    border-color: #0078d1 !important;
    border-radius: 6px;
    color: #fff !important;
    font-size: 18px;
    transition: all ease 0.5s;
    padding: 10px 32px !important;
}
.banner_style3 .text_content_elblock .single-banner-button-class:hover {
    background: #3c8ecb !important;
    border-color: #3c8ecb !important;
}
.banner_style3 .text_content_elblock {
    position: absolute;
    bottom: 0%;
    padding: 30px 50px;
    width: 100%;
}
.banner_style3 .single_image img {
    border-radius: 30px;
}
.banner_style3 .custom-banner-elblock {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    z-index: 1;
    border-radius: 30px;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
   
}
.banner_style3 .custom-banner-elblock .single_image img {
    height: 590px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.banner_style3 .custom-banner-elblock .single_image {
    width: 100%;
}
.banner_style3 .elementor-widget.elementor-widget-single_banner {
    position: static;
}
.banner_style3 .text_content_elblock {
    left: 0;
    right: 0;
}


/*------------ END banner_style3 ---------------------*/


/* -------- banner_style4 ------------------------- */
.banner_style4 .text_content_elblock {
    top: 0;
    margin: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.banner_style4 .text_content_elblock h2 {
    margin: 0px 0 25px;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    text-align: left !important;
}
.banner_style4 .text_content_elblock p {
    margin: 0px 0 25px;
    font-size: 18px;
    text-align: left !important;
}
.banner_style4 .single_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 0px;
}
.banner_style4 .text_content_elblock .single-banner-button-class {
    background: #0078d1 !important;
    border-color: #0078d1 !important;
    border-radius: 6px;
    color: #fff !important;
    font-size: 18px;
    transition: all ease 0.5s;
    padding: 10px 32px !important;
}
.banner_style4 .text_content_elblock .single-banner-button-class:hover {
    background: #3c8ecb !important;
    border-color: #3c8ecb !important;
}
.banner_style4 .text_content_elblock {
    position: absolute;
    bottom: 0%;
    padding: 30px 50px;
    width: 100%;
}
.banner_style4 .single_image img {
    border-radius: 0px;
}
.banner_style4 .custom-banner-elblock {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    z-index: 1;
    border-radius: 0px;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
   
}
.banner_style4 .custom-banner-elblock .single_image img {
    height: 590px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.banner_style4 .custom-banner-elblock .single_image {
    width: 100%;
}
.banner_style4 .elementor-widget.elementor-widget-single_banner {
    position: static;
}
.banner_style4 .text_content_elblock {
    left: 0;
    right: 0;
}

/*------------ END banner_style4 ---------------------*/

/* -------- banner_style5 ------------------------- */
.banner_style5 .text_content_elblock {
    top: 0;
    margin: auto auto -48px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}
.banner_style5 .text_content_elblock h2 {
    margin: 0px 0 25px;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center !important;
}
.banner_style5 .text_content_elblock p {
    margin: 0px 0 25px;
    font-size: 18px;
    text-align: center !important;
}
.banner_style5 .single_image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 30px;
}
.banner_style5 .text_content_elblock .single-banner-button-class {
    background: #0078d1 !important;
    border-color: #0078d1 !important;
    border-radius: 6px;
    color: #fff !important;
    font-size: 18px;
    transition: all ease 0.5s;
    padding: 10px 32px !important;
}
.banner_style5 .text_content_elblock .single-banner-button-class:hover {
    background: #3c8ecb !important;
    border-color: #3c8ecb !important;
}
.banner_style5 .text_content_elblock {
    position: absolute;
    bottom: 0%;
    padding: 30px 40px;
    width: 100%;
}
.banner_style5 .single_image img {
    border-radius: 30px;
}
.banner_style5 .custom-banner-elblock {
    width: 100%;   
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
   
}
.banner_style5 .custom-banner-elblock .single_image img {
    height: 590px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.banner_style5 .custom-banner-elblock .single_image {
    width: 100%;
}
.banner_style5 .elementor-widget.elementor-widget-single_banner {
    position: static;
}
.banner_style5 .text_content_elblock {
    left: 0;
    right: 0;
}




/*------------ END banner_style5 ---------------------*/


/* text-block-style-1 */
.text-style1-block .rich-text h2 {
    font-weight: 600 !important;
    margin-top: 0px;
    margin-bottom: 25px;
}
.text-style1-block .textBox .text-block-widget {
    padding: 20px 15px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
}

/* text-style2-block */
.text-style2-block .rich-text h3 {
    font-weight: 600 !important;
    margin-top: 0px;
    margin-bottom: 25px;
}
.text-style2-block .textBox {
    padding: 20px 15px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    /* max-width: 900px;
    margin: 0 auto; */
}

/* text-style3-block */
.text-style3-block .textBox .text-block-widget {
    padding: 20px 15px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
}

/* text-style4-block */
.text-style4-block .textBox .text-block-widget {
    padding: 20px 15px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
}

/* text-style5-block */
.text-style5-block .textBox .text-block-widget {
    padding: 20px 15px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
}

/* text-style6-block */
.text-style6-block .rich-text p {
    margin-top: 0;
}
.text-style6-block .rich-text h4 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
}
.text-style6-block .textBox {
    padding: 20px 15px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
}



/* text-style7-block */
.text-style7-block .rich-text p {
    margin-top: 0;
}
.text-style7-block .rich-text h4 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
}
.text-style7-block .textBox {
    padding: 20px 15px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
}

/* text-style8-block */
.text-style8-block .textBox .text-block-widget {
    padding: 20px 15px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
}
.text-style8-block .rich-text h4 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
}

/* image-block-style1 */
img {
    display: block;
}
.image-block-style1 .single-image-caption-class {
    font-weight: 500;
}
.image-block-style1 .content-single-image img {
    border-radius: 5px;
}


/* image-block-style7 */
.image-block-style7 .single-image-caption-class {
    font-weight: 500;
}
.image-block-style7 .content-single-image img {
    min-height: 270px;
    object-fit: cover;
    border-radius: 5px;
}

/* image-block-style8 */
.image-block-style8 .imageBox img {
    height: 220px;
    object-fit: cover;
}

/* testimonial_block1 */
.testimonial_block1 .single-testimonial .testimonial-image img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: auto;
    border: 2px solid #ddd;
}
.testimonial_block1 .single-testimonial {
    padding: 30px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}
.testimonial_block1 .single-testimonial .testimonial-content {
    padding: 20px 15px 0;
}
.testimonial_block1  .single-testimonial h4 {
    font-size: 24px !important;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 4px !important;
}
.testimonial_block1  .single-testimonial h5.single-testimonial-designation {
    font-size: 18px;
    margin: 0 0 20px;
    color: #666;
}
/* testimonial_block1 */

/* testimonial_block2 */
.testimonial_block2 .testimonial-item .testimonial-image img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: auto;
    border: 2px solid #ddd;
}
.testimonial_block2 .owl-stage {
    display: flex;
}
.testimonial_block2 .testimonial-item {
    padding: 30px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    background: #fff;
}
.testimonial_block2 .testimonial-item .testimonial-content {
    padding: 20px 15px 0;
}
.testimonial_block2 .testimonial-item h4 {
    font-size: 24px !important;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 4px !important;
}
.testimonial_block2 .testimonial-item h5.multi-testimonial-designation {
    font-size: 18px;
    margin: 0;
    color: #666;
}
.testimonial_block2 .owl-item {
    padding: 15px 15px 30px;
}
/* END testimonial_block2 */

/* testimonial_block3 */
.testimonial_block3 .single-testimonial {
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 30px 30px 30px 0px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.testimonial_block3 .single-testimonial .testimonial-image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.testimonial_block3 .single-testimonial .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin: auto;
    border: 2px solid #ddd;
}
.testimonial_block3  .single-testimonial h4 {
    font-size: 20px !important;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 4px !important;
}
.testimonial_block3 .single-testimonial .testimonial-content {
    width: calc(100% - 120px);
    padding: 0px 15px 0 20px;
}
.testimonial_block3 .single-testimonial:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid #ddd;
    border-right: 36px solid transparent;
    position: absolute;
    left: -1px;
    bottom: -35px;
    z-index: -1;
}
.testimonial_block3 .single-testimonial:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 34px solid #fff;
    border-right: 35px solid transparent;
    position: absolute;
    left: 0px;
    bottom: -33px;
}

/* START testimonial_block3 style2  */
.testimonial_block3 .testimonial_style2 {
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 30px 30px 30px 0px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.testimonial_block3 .testimonial_style2 .testimonial-image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.testimonial_block3 .testimonial_style2 .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin: auto;
    border: 2px solid #ddd;
}
.testimonial_block3  .testimonial_style2 h4 {
    font-size: 24px !important;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 4px !important;
}
.testimonial_block3 .testimonial_style2 .subtext {
    width: calc(100% - 120px);
    padding: 0px 15px 0 20px;
}
.testimonial_block3 .testimonial_style2:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid #ddd;
    border-right: 36px solid transparent;
    position: absolute;
    left: -1px;
    bottom: -35px;
    z-index: -1;
}
.testimonial_block3 .testimonial_style2:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 34px solid #fff;
    border-right: 35px solid transparent;
    position: absolute;
    left: 0px;
    bottom: -33px;
}
.testimonial_block3  .testimonial_style2 h5.single-testimonial-designation {
    font-size: 18px;
    margin: 0;
    color: #666;
}
/* END testimonial_block3 style2  */

/* testimonial_block4 */
.testimonial_block4 .testimonial_style2 .testimonial-image img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: auto;
    border: 2px solid #ddd;
    background: #fff;
}
.testimonial_block4 .testimonial_style2 {
    padding: 30px 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 10px;
}
.testimonial_block4 .testimonial_style2 .testimonial-content {
    padding: 20px 15px 0;
}
.testimonial_block4  .testimonial_style2 h4 {
    font-size: 24px !important;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 4px !important;
}
.testimonial_block4  .testimonial_style2 h5.single-testimonial-designation {
    font-size: 18px;
    margin: 0 0 20px;
    color: #666;
}
/* testimonial_block4 */


/* testimonial_block5 */
.testimonial_block5 .testimonial_style3 {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.testimonial_block5 .testimonial_style3 .subtext p {
    font-size: 18px;
    color: #333;
    margin: 0 0 20px;
}

.testimonial_block5 .testimonial_style3 .testimonial-image img {
   width: 110px;
   height: 110px;
   border-radius: 100%;
}
.testimonial_block5 .testimonial_style3 .tittle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testimonial_block5 .testimonial_style3 .tittle .user_info {
    width: calc(100% - 120px);
    padding-left: 10px;
}
.testimonial_block5 .testimonial_style3 .subtext .tittle h4 {
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
    font-size: 24px;
}
.testimonial_block5 .testimonial_style3 .subtext .span {
    font-size: 16px;
    color: #777;
}
.testimonial_block5 .testimonial_style3 h5.single-testimonial-designation {
    font-size: 18px;
    margin: 0;
    color: #666;
}
/* END testimonial_block5 */


/* testimonial_block6 */
.testimonial_block6 .testimonial_style3 {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 30px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.testimonial_block6 .testimonial_style3 .subtext {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testimonial_block6 .testimonial_style3 .subtext .content {
    width: calc(70% - 10px);
}
.testimonial_block6 .testimonial_style3 .subtext p {
    font-size: 18px;
    color: #333;
    margin: 0 0 20px;
}

.testimonial_block6 .testimonial_style3 .testimonial-image img {
   width: 110px;
   height: 110px;
   border-radius: 100%;
   margin: 0 auto 15px;
}
.testimonial_block6 .testimonial_style3 .tittle {   
    width: calc(30% - 10px);
    background: #fac859;
    padding: 20px 15px;
    text-align: center;
}
.testimonial_block6 .testimonial_style3 .tittle .user_info {
    width: calc(100% - 0px);
    padding-left: 10px;
}
.testimonial_block6 .testimonial_style3 .subtext .tittle h4 {
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
    font-size: 24px;
    text-align: center !important;
}
.testimonial_block6 .testimonial_style3 .subtext .span {
    font-size: 16px;
    color: #777;
}
.testimonial_block6 .testimonial_style3 h5.single-testimonial-designation {
    font-size: 18px;
    margin: 0;
    color: #333;
    text-align: center !important;
}
/* END testimonial_block6 */


/* START testimonial_block7 */
.testimonial_block7 .testimonial_style4 {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 30px 160px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.testimonial_block7 .testimonial_style4 .subtext p {
    font-size: 18px;
    color: #333;
    margin: 0 0 20px;
    text-align: left !important;
}

.testimonial_block7 .testimonial_style4 .testimonial-image img {
   width: 110px;
   height: 110px;
   border-radius: 100%;
   margin: 0 auto 12px;
}
.testimonial_block7 .testimonial_style4 .subtext {
    border: 2px solid #c3c6c9;
    border-radius: 8px;
    padding: 20px 20px;
    position: relative;
}
.testimonial_block7 .testimonial_style4 .subtext .tittle h4 {
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
    font-size: 24px;
}
.testimonial_block7 .testimonial_style4 .subtext .span {
    font-size: 16px;
    color: #777;
}
.testimonial_block7 .testimonial_style4 .tittle {
    text-align: center;
    margin: 0 0 -140px;
}
.testimonial_block7 .testimonial_style4  h5.single-testimonial-designation {
    margin: 0;
}
.testimonial_block7 .testimonial_style4 .user_info {
    text-align: center;
}
/* END testimonial_block7 */


/* START testimonial_block8 */
.testimonial_block8 .testimonial_style2 {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.testimonial_block8 .testimonial_style2 .subtext p {
    font-size: 22px;
    color: #333;
}
.testimonial_block8 .testimonial_style2 .testimonial-image {
    text-align: center;
    margin-bottom: 20px;
}
.testimonial_block8 .testimonial_style2 .testimonial-image img {
   width: 80px;
   margin: 0 auto;
}
.testimonial_block8 .testimonial_style2 .subtext .tittle h4 {
    font-weight: 600;
    margin: 0 0 5px;
    color: #333;
    font-size: 24px;
}
.testimonial_block8 .testimonial_style2 h5.single-testimonial-designation {
    margin: 0;
} 

/* END testimonial_block8 */



/* feature_list_style1 */
.feature_list_style1 .custom-feature-list {
    
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.feature_list_style1 .feature-item {
    text-align: center;
}
.feature_list_style1 .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #999;
    margin: 0 auto 20px;
}
.feature_list_style1 .feature-item .feature-icon i {
    font-size: 30px;
    color: #666;
}
.feature_list_style1 .feature-item .feature-content h3 {
    font-weight: 600;
    margin-bottom: 25px;
}
.feature_list_style1 .feature-item .feature-content {
    width: calc(100% - 0px);
}

/* END feature_list_style1 */

/* feature_list_style2 */
.feature_list_style2 .custom-feature-list {
   
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
 }
.feature_list_style2 .feature-item {
    text-align: center;
}
.feature_list_style2 .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #999;
    margin: 0 auto 20px;
}
.feature_list_style2 .feature-item .feature-icon i {
    font-size: 30px;
    color: #666;
}
.feature_list_style2 .feature-item .feature-content h3 {
    font-weight: 600;
    margin-bottom: 25px;
}
.feature_list_style2 .feature-item .feature-content {
    width: calc(100% - 0px);
}
/* END feature_list_style2 */


/* feature_list_style3 */
.feature_list_style3 .feature-item {
    margin-bottom: 20px;
}
.feature_list_style3 .feature-item .feature-icon {
    display: none;
}
.feature_list_style3 .feature-item .feature-content h3 {
    font-weight: 600;
    margin-bottom: 25px;
}
.feature_list_style3 .feature-item .feature-content {
    width: calc(100% - 0px);
}
/* END feature_list_style3 */

/* feature_list_style4 */
.feature_list_style4 .custom-feature-list {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.feature_list_style4 .feature-item {
    margin-bottom: 20px;
}
.feature_list_style4 .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #999;
    margin: 0 auto 20px;
}
.feature_list_style4 .feature-item .feature-icon i {
    font-size: 30px;
    color: #666;
}
.feature_list_style4 .feature-item .feature-content h3 {
    font-weight: 600;
    margin-bottom: 25px;
}
.feature_list_style4 .feature-item .feature-content {
    width: calc(100% - 120px);
    padding-left: 20px;
}

.feature_list_style4 .feature-item:nth-of-type(2) .feature-icon {
    display: none;
}

.feature_list_style4 .feature-item:nth-of-type(2) .feature-content {
    width: calc(100% - 0px);
}

/* END feature_list_style4 */


/* feature_list_style5 */
.feature_list_style5 .custom-feature-list {
    
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 30px 20px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.feature_list_style5 .feature-item {
    text-align: center;
    margin-bottom: 20px;
}
.feature_list_style5 .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #999;
    margin: 0 auto 20px;
}
.feature_list_style5 .feature-item .feature-icon i {
    font-size: 30px;
    color: #666;
}
.feature_list_style5 .feature-item .feature-content h3 {
    font-weight: 600;
    margin-bottom: 25px;
}
.feature_list_style5 .feature-item .feature-content {
    width: calc(100% - 0px);
}

/* END feature_list_style5 */


/* call_action_style1 */
.call_action_style1 .cta-item h3 {
    color: #6662ca;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 28px;
}
.call_action_style1 .cta-item p {
    margin-top: 0;
    margin-bottom: 20px;
}
.call_action_style1 .cta-item a.cta-button {
    background: #6662ca;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: 0;
}
.call_action_style1 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #7c78e2;
}
/* END call_action_style1 */

/* call_action_style2 */
.call_action_style2 .cta-item h3 {
    color: #fe7850;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 28px;
}
.call_action_style2 .cta-item p {
    margin-top: 0;
    margin-bottom: 20px;
}
.call_action_style2 .cta-item a.cta-button {
    background: #fe7850;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    left: 0;
    max-width: 185px;
    right: 0;
    margin: auto;
}
.call_action_style2 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #f68766;
}
/* END call_action_style2 */


/* call_action_style3 */
.call_action_style3 .cta-item h3 {
    color: #4ca5cc;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 28px;
}
.call_action_style3 .cta-item p {
    margin-top: 0;
    margin-bottom: 20px;
}
.call_action_style3 .cta-item a.cta-button {
    background: #4ca5cc;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    bottom: -50px;
    right: 0;
}
.call_action_style3 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #6dc1e6;
}
/* END call_action_style3 */


/* call_action_style4 */
.call_action_style4 .itemBox1 .cta-item h3 {
    color: #6662ca;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 28px;
}
.call_action_style4 .itemBox1 .cta-item p {
    margin-top: 0;
    margin-bottom: 20px;
}
.call_action_style4 .itemBox1 .cta-item a.cta-button {
    background: #6662ca;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
}
.call_action_style4 .itemBox1 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #7c78e2;
}


.call_action_style4 .itemBox2 .cta-item h3 {
    color: #fe7850;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 28px;
}
.call_action_style4 .itemBox2 .cta-item p {
    margin-top: 0;
    margin-bottom: 20px;
}
.call_action_style4 .itemBox2 .cta-item a.cta-button {
    background: #fe7850;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;    
    right: 0;
    margin: auto;
}
.call_action_style4 .itemBox2 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #f68766;
}
.call_action_style4 .itemBox3 .cta-item h3 {
    color: #4ca5cc;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 28px;
}
.call_action_style4 .itemBox3 .cta-item p {
    margin-top: 0;
    margin-bottom: 20px;
}
.call_action_style4 .itemBox3 .cta-item a.cta-button {
    background: #4ca5cc;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
}
.call_action_style4 .itemBox3 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #6dc1e6;
}


/* END call_action_style4 */



/* call_action_style5 */
.call_action_style5 .itemBox1 .cta-item h3 {
    color: #6662ca;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 28px;
}
.call_action_style5 .itemBox1 .cta-item p {
    margin-top: 0;
    margin-bottom: 20px;
}
.call_action_style5 .itemBox1 .cta-item a.cta-button {
    background: #6662ca;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
}
.call_action_style5 .itemBox1 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #7c78e2;
}


.call_action_style5 .itemBox2 .cta-item h3 {
    color: #fe7850;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 28px;
}
.call_action_style5 .itemBox2 .cta-item p {
    margin-top: 0;
    margin-bottom: 20px;
}
.call_action_style5 .itemBox2 .cta-item a.cta-button {
    background: #fe7850;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;    
    right: 0;
    margin: auto;
}
.call_action_style5 .itemBox2 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #f68766;
}
.call_action_style5 .itemBox3 .cta-item h3 {
    color: #4ca5cc;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 28px;
}
.call_action_style5 .itemBox3 .cta-item p {
    margin-top: 0;
    margin-bottom: 20px;
}
.call_action_style5 .itemBox3 .cta-item a.cta-button {
    background: #4ca5cc;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
}
.call_action_style5 .itemBox3 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #6dc1e6;
}

.call_action_style5 .itemBox4 .cta-item h3 {
    color: #29b3ab;
    font-weight: 600;
    margin: 0 0 25px;
    font-size: 28px;
}
.call_action_style5 .itemBox4 .cta-item p {
    margin-top: 0;
    margin-bottom: 20px;
}
.call_action_style5 .itemBox4 .cta-item a.cta-button {
    background: #29b3ab;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
}
.call_action_style5 .itemBox4 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #42c8c0;
}
/* END call_action_style5 */

/* call_action_style6 */
.call_action_style6 .cta-item h3 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 8px;
    font-size: 28px;
}
.call_action_style6 .cta-item {
    width: calc(100% - 160px);
}
.call_action_style6 .cta-item p {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.call_action_style6 .cta-item a.cta-button {
    background: #fff;
    color: #5F8AE3;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0;
}
.call_action_style6 .cta-item a.cta-button:hover {
    text-decoration: none;
    background: #6dc1e6;
    color: #fff;
}
/* END call_action_style6 */


/* .tabContentStyle1 */
.tabContentStyle1 .rich-text h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
}
.tabContentStyle1 .e-n-tabs-content {
    margin-top: -1px;
}
.tabContentStyle1 .e-n-tab-title {
    position: relative;
    z-index: 1;
}

/* END .tabContentStyle1 */


/* .tabContentStyle2 */
.tabContentStyle2 .rich-text h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
}
.tabContentStyle2 .e-n-tabs-content {
    margin-top: -1px;
}
.tabContentStyle2 .e-n-tab-title {
    position: relative;
    z-index: 1;
}
.tabContentStyle2 .tabContentBox .e-n-tabs {
    flex-direction: inherit;
}
.tabContentStyle2 .tabContentBox .e-n-tabs .e-n-tabs-heading {
    background: #676d72;
    max-width: 218px;
}

/* END .tabContentStyle2 */




/* Responsive */

@media screen and (max-width: 1660px) { 

    /* banner_style1 */

    .banner_style1 .single_image img {
        height: 620px;
    }
    .banner_style1 .text_content_elblock p, .banner_style1 .text_content_elblock .single-banner-button-class {
        font-size: 18px;
    }
    .banner_style1 .text_content_elblock h2 {
        font-size: 56px;
    }
    /* END banner_style1 */


    /* banner_style2 */
    .banner_style2 .full_image img {
        height: 620px;
    }
    .banner_style2 .custom-banner-elblock .single_image img {
        height: 460px;
    }
    .banner_style2 .text_content_elblock p, .banner_style2 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
    .banner_style2 .text_content_elblock h2 {
        font-size: 50px;
    }
    /* END banner_style2 */

    /* banner_style3 */
    .banner_style3 .custom-banner-elblock .single_image img {
        height: 460px;
    }
    .banner_style3 .text_content_elblock p, .banner_style3 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
    .banner_style3 .text_content_elblock h2 {
        font-size: 42px;
    }
    /* END banner_style3 */


     /* banner_style4 */
     .banner_style4 .custom-banner-elblock .single_image img {
        height: 460px;
    }
    .banner_style4 .text_content_elblock p, .banner_style4 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
    .banner_style4 .text_content_elblock h2 {
        font-size: 42px;
    }
    /* END banner_style4 */

    /* banner_style5 */
    .banner_style5 .custom-banner-elblock .single_image img {
        height: 460px;
    }
    .banner_style5 .text_content_elblock p, .banner_style5 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
    .banner_style5 .text_content_elblock h2 {
        font-size: 42px;
    }
    /* END banner_style5 */

}

@media screen and (max-width: 1440px) { 

    /*---- banner_style1 --- */    

    .banner_style1 .single_image img {
        height: 570px;
    }
    .banner_style1 .text_content_elblock h2 {
        font-size: 54px;
    }
   /*---- END banner_style1 --- */   

    /*---- banner_style2 --- */    
    .banner_style2 .text_content_elblock h2 {
        font-size: 46px;
    }

    .banner_style2 .full_image img {
        height: 570px;
    }

    .banner_style2 .custom-banner-elblock .single_image img {
        height: 400px;
    }
    /* ---- END banner_style2 ---*/

    /*---- banner_style3 --- */    
    .banner_style3 .text_content_elblock h2 {
        font-size: 38px;
    }
    .banner_style3 .custom-banner-elblock .single_image img {
        height: 400px;
    }
    /* ---- END banner_style3 ---*/


    /*---- banner_style4 --- */    
    .banner_style4 .text_content_elblock h2 {
        font-size: 38px;
    }
    .banner_style4 .custom-banner-elblock .single_image img {
        height: 400px;
    }
    /* ---- END banner_style4 ---*/

    /*---- banner_style5 --- */    
    .banner_style5 .text_content_elblock h2 {
        font-size: 38px;
    }
    .banner_style5 .custom-banner-elblock .single_image img {
        height: 400px;
    }
    /* ---- END banner_style5 ---*/

}

@media screen and (max-width: 1199px) {
    .banner_style3 .custom-banner-elblock .single_image img {
        height: 440px;
    }

    .banner_style4 .custom-banner-elblock .single_image img {
        height: 440px;
    }

    .banner_style5 .custom-banner-elblock .single_image img {
        height: 440px;
    }
}

@media screen and (max-width: 1279px) {

    /*---- banner_style1 --- */
    .banner_style1 .text_content_elblock h2 {
        font-size: 42px;
    }
    /* END banner_style1 */

    .banner_style2 .text_content_elblock h2 {
        font-size: 38px;
    }
    .banner_style2 .text_content_elblock h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 991px) {
    
    .banner_style1 .single_image img {
        height: 500px;
    }

    .banner_style2 .full_image img {
        height: 500px;
    }
    .banner_style2 .custom-banner-elblock .single_image img {
        height: 360px;
    }
    .banner_style2 .text_content_elblock {
        padding: 30px 20px;
    }

    .banner_style2 .text_content_elblock p, .banner_style2 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }


    /* banner_style3 */
    .banner_style3 .custom-banner-elblock .single_image img {
        height: 500px;
    }
    .banner_style3 .text_content_elblock {
        padding: 30px 20px;
    }
    .banner_style3 .text_content_elblock h2 {
        font-size: 36px;
    }

    .banner_style3 .text_content_elblock p, .banner_style3 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
    /* banner_style3 */


     /* banner_style4 */
     .banner_style4 .custom-banner-elblock .single_image img {
        height: 500px;
    }
    .banner_style4 .text_content_elblock {
        padding: 30px 20px;
    }
    .banner_style4 .text_content_elblock h2 {
        font-size: 36px;
    }

    .banner_style4 .text_content_elblock p, .banner_style4 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
    /* banner_style4 */

    /* banner_style5 */
    .banner_style5 .custom-banner-elblock .single_image img {
        height: 500px;
    }
    .banner_style5 .text_content_elblock {
        padding: 30px 20px;
    }
    .banner_style5 .text_content_elblock h2 {
        font-size: 36px;
    }

    .banner_style5 .text_content_elblock p, .banner_style5 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
    /* banner_style5 */


    /* feature_list_style1 */
    .feature_list_style1 .feature-item .feature-content h3 {
        font-size: 24px !important;
    }
    .feature_list_style1 .feature-item .feature-content p {
        font-size: 16px !important;
    }
    .feature_list_style1 .feature-item .feature-icon {
        width: 100px;
        height: 100px;
    }
    .feature_list_style1 .feature-item .feature-icon i {
        font-size: 24px;
    }

    /* feature_list_style2 */
    .feature_list_style2 .feature-item .feature-content h3 {
        font-size: 24px !important;
    }
    .feature_list_style2 .feature-item .feature-content p {
        font-size: 16px !important;
    }
    .feature_list_style2 .feature-item .feature-icon {
        width: 100px;
        height: 100px;
    }
    .feature_list_style2 .feature-item .feature-icon i {
        font-size: 24px;
    }

    /* feature_list_style3 */
    .feature_list_style3 .feature-item .feature-content h3 {
        font-size: 24px !important;
    }
    .feature_list_style3 .feature-item .feature-content p {
        font-size: 16px !important;
    }
    .feature_list_style3 .feature-item .feature-icon {
        width: 100px;
        height: 100px;
    }
    .feature_list_style3 .feature-item .feature-icon i {
        font-size: 24px;
    }
    

    /* feature_list_style4 */
    .feature_list_style4 .feature-item .feature-content h3 {
        font-size: 24px !important;
    }
    .feature_list_style4 .feature-item .feature-content p {
        font-size: 16px !important;
    }
    .feature_list_style4 .feature-item .feature-icon {
        width: 100px;
        height: 100px;
    }
    .feature_list_style4 .feature-item .feature-icon i {
        font-size: 24px;
    }

    /* feature_list_style5 */
    .feature_list_style5 .feature-item .feature-content h3 {
        font-size: 24px !important;
    }
    .feature_list_style5 .feature-item .feature-content p {
        font-size: 16px !important;
    }
    .feature_list_style5 .feature-item .feature-icon {
        width: 100px;
        height: 100px;
    }
    .feature_list_style5 .feature-item .feature-icon i {
        font-size: 24px;
    }


}

@media screen and (max-width: 767px) {

    /* ------ banner_style1 -----------*/
    .banner_style1 .single_image img {
        height: 490px;
    }
    .banner_style1 .text_content_elblock h2 {
        margin: 0px 0 20px;
        font-size: 38px;
    }
    .banner_style1 .text_content_elblock p, .banner_style1 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
    /*--------- END banner_style1 --------*/
    

    /*----- banner_style2 ---------------- */

    .banner_style2 .full_image img {
        height: 550px;
    }
    .banner_style2 .custom-banner-elblock .single_image img {
        height: 420px;
    }
    .banner_style2 .text_content_elblock h2 {
        margin: 0px 0 20px;
        font-size: 36px;
    }
    .banner_style2 .ovelay_image .elementor-widget-container {
        padding: 30px 20px;
    }
    .banner_style2 .text_content_elblock p, .banner_style2 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
     /*----- END banner_style2 ---------------- */


     /*----- banner_style3 ---------------- */

    .banner_style3 .custom-banner-elblock .single_image img {
        height: 420px;
    }
    .banner_style3 .text_content_elblock h2 {
        margin: 0px 0 20px;
        font-size: 32px;
    }   
    .banner_style3 .text_content_elblock p, .banner_style3 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
     /*----- END banner_style3 ---------------- */


     
     /*----- banner_style4 ---------------- */

    .banner_style4 .custom-banner-elblock .single_image img {
        height: 420px;
    }
    .banner_style4 .text_content_elblock h2 {
        margin: 0px 0 20px;
        font-size: 32px;
    }   
    .banner_style4 .text_content_elblock p, .banner_style4 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
     /*----- END banner_style4 ---------------- */


     /*----- banner_style5 ---------------- */
    .banner_style5 .custom-banner-elblock .single_image img {
        height: 420px;
    }
    .banner_style5 .text_content_elblock h2 {
        margin: 0px 0 20px;
        font-size: 32px;
    }   
    .banner_style5 .text_content_elblock p, .banner_style5 .text_content_elblock .single-banner-button-class {
        font-size: 16px;
    }
     /*----- END banner_style5 ---------------- */

     .image-block-style8 .imageBox img {
        height: auto;
    }

    /* feature_list_style1 */
    .feature_list_style1 .feature-item .feature-content h3 {
        font-size: 22px !important;
    }

    /* feature_list_style2 */
    .feature_list_style2 .feature-item .feature-content h3 {
        font-size: 22px !important;
    }

    /* feature_list_style3 */
    .feature_list_style3 .feature-item .feature-content h3 {
        font-size: 22px !important;
    }

    /* feature_list_style4 */
    .feature_list_style4 .feature-item .feature-content h3 {
        font-size: 22px !important;
    }

    /* feature_list_style5 */
    .feature_list_style5 .feature-item .feature-content h3 {
        font-size: 22px !important;
    }


}

@media screen and (max-width: 479px) {

    .banner_style2 .text_content_elblock h2 {
        font-size: 28px;
    }
    .banner_style2 .text_content_elblock p {
        margin: 0px 0 20px;
    }
    .banner_style2 .text_content_elblock p, .banner_style2 .text_content_elblock .single-banner-button-class {
        font-size: 15px;
    }
    .banner_style2 .ovelay_image .elementor-widget-container {
        padding: 30px 15px;
    }
    .banner_style2 .text_content_elblock {
        padding: 30px 15px;
    }

    /* banner_style3 */
    .banner_style3 .text_content_elblock h2 {
        font-size: 26px;
    }
    .banner_style3 .text_content_elblock p {
        margin: 0px 0 20px;
    }
    .banner_style3 .text_content_elblock p, .banner_style3 .text_content_elblock .single-banner-button-class {
        font-size: 15px;
    }
    .banner_style3 .text_content_elblock {
        padding: 30px 15px;
    }

    /* banner_style4 */
    .banner_style4 .text_content_elblock h2 {
        font-size: 26px;
    }
    .banner_style4 .text_content_elblock p {
        margin: 0px 0 20px;
    }
    .banner_style4 .text_content_elblock p, .banner_style4 .text_content_elblock .single-banner-button-class {
        font-size: 15px;
    }
    .banner_style4 .text_content_elblock {
        padding: 30px 15px;
    }

    /* banner_style5 */
    .banner_style5 .text_content_elblock h2 {
        font-size: 26px;
    }
    .banner_style5 .text_content_elblock p {
        margin: 0px 0 20px;
    }
    .banner_style5 .text_content_elblock p, .banner_style5 .text_content_elblock .single-banner-button-class {
        font-size: 15px;
    }
    .banner_style5 .text_content_elblock {
        padding: 30px 15px;
    }

    /* feature_list_style4 */
    .feature_list_style4 .feature-item .feature-content {
        width: 100%;
        padding-left: 0;
    }

    .call_action_style6 .cta-item a.cta-button {
        margin-top: 20px;
        position: static;
        top: 0;
        right: 0;
    }
    .call_action_style6 .cta-item {
        width: calc(100% - 0px);
    }
}



/* IDS NEW PAGE */

.customBtn {

}

/* trusted_clientArea START */
.trusted_clientArea {

}
.trusted_clientArea .content-single-image img {
    width: auto;
}

/* END trusted_clientArea  */


/* our_recentArea */
.our_recentArea .custom-button .customBtn a {
    padding: 17px 21px 17px 22px !important;
    font-size: 14px;
    font-weight: 500;
    background: #FFE9EA !important;
    border: 1px solid #E3151E !important;
    line-height: 1;
    border-radius: 5px;
}

.our_recentArea .recentContentBox .custom-buttons {
    display: flex;
    flex-wrap: wrap;
}
.our_recentArea .recentContentBox .custom-button {
    margin-right: 15px;
}
.our_recentArea .recentContentBox .custom-button a {
    border: 1px solid #E3151E !important;
    font-weight: 500;
    padding: 12px 17px 11px 18px !important; 
    line-height: 1;
     border-radius: 5px;
}
.our_recentArea .recentContentBox .know_moreBtn a {
     padding: 20px 23px 20px 24px !important; 
    line-height: 1;
}
/* END our_recentArea */


/* START technology_PartnerArea */
.technology_PartnerArea .ContentBox h2 {
    color: #fff;
    margin-top: 0;
}
.technology_PartnerArea .ContentBox {
    max-width: 675px;
    margin-left: auto;
    padding: 0 120px 0 0;
}
.technology_PartnerArea .ContentBox .plain-text {
    color: #fff;
    max-width: 442px;
}

/* END technology_PartnerArea */