/*-------- Default Items ------------ */
    
:root {
    --e-global-color-primary: #262626;
    --e-global-color-secondary: #2be0f7;
    --e-global-color-text: #787878;
    --e-global-color-accent: #2be0f7;
    --e-global-color-white: #ffffff;
    --e-global-color-very-dark-grayish-blue:#3e454a;
    --e-global-color-very-dark-blue:#042237;
    --e-global-color-dark-blue:#052b45;
    --e-global-color-very-blue:#03263e;
    --e-global-color-very-dark-mostly-black-blue:#02162d;
    --e-global-color-dark-cyan:#2397ae;
    --e-global-color-light-black:#2e2e2e;
    --e-global-color-black:#000;
    --e-gradient-1:#082e45;
    --e-gradient-2:#249cb3;
     --e-global-body-font-size: 16px;
     --line-height30: 1.8;
}

body{
    font-family: 'Ubuntu', sans-serif;
}

.h1, h1 {
    font-size: 66px;
    line-height: 72px;
    font-weight: 700;
}
.h2, h2 {
    font-size: 46px;
    line-height: 52px;
    font-weight: 700;
}
.h3, h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
.h4, h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}
.h5, h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}
.h6, h6 {
    font-size: 22px;
    line-height: 55px;
    font-weight: 400;
}
p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    color: var(--e-global-color-text);
}
.text-size-18 {
    font-size: 18px;
    line-height: 30px;
}
.text-size-16 {
    font-size: 16px;
    line-height: 22px;
}

/*-------- BANNER SLIDER ------------ */ 
#banner_slider .carousel-control-prev{
    left: 5px;
    top: -197px;
    width: 1%;
}
#banner_slider .carousel-control-next{
    right: 11px;
    top: -197px;
    width: 1%;
}
#banner_slider .carousel-control-prev-icon {
    background-color: var(--global--color-lightblack);
    padding: 20px 16px;
}
#banner_slider .carousel-control-next-icon {
    background-color: var(--global--color-black);
    padding: 20px 16px;
}
#banner_slider .carousel-control-prev-icon:hover {
    background-color: var(--global--color-pink);
}
#banner_slider .carousel-control-next-icon:hover {
    background-color: var(--global--color-pink);
}
#banner_slider .banner-slider-inner {
    padding-top: 190px;
    overflow: hidden;
}
#banner_slider .carousel-inner {
    padding: 100px 0 110px 0;
    padding-top: 0 !important;
    overflow: visible;
}
#banner_slider .carousel-item {
    min-height: 500px;
}
#banner_slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: var(--e-global-color-primary);
    border-radius: 100%;
    cursor: pointer;
    opacity: .5;
}
#banner_slider .carousel-indicators li.active {
    opacity: 1;
}
#banner_slider .carousel-indicators {
    bottom: 115px;
}
.banner-con .carousel-control-prev-icon,
.banner-con .carousel-control-next-icon{
    background-image: none;
} .banner-con .carousel-control-next-icon, .carousel-control-prev-icon {
    position: absolute;
    bottom: -200px;
}.banner-con .carousel-control-next {
    top: auto;
    right: auto;
    left: 70px;
}.banner-con .carousel-control-next,.banner-con .carousel-control-prev{
    opacity: 1;
}
.banner-con .carousel-control-next i,.banner-con .carousel-control-prev i{
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-weight: 400;
    border-radius: 50%;
    border: 1px solid var(--e-global-color-white);
    font-family: "FontAwesome";
}
.banner-con .carousel-control-next i:hover,
.banner-con .carousel-control-prev i:hover{
    color: #16a9ab;
    background: var(--e-global-color-white);
    box-shadow: 5px 5px 20px 0px rgb(0 102 103 / 75%);
} .carousel-control-prev {
    top: auto;
    left: auto; 
}
.carousel-control-next, .carousel-control-prev{
    width: auto;
    height: 40px;
}
.banner_content .lets_talk{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    padding: 4px 2px 4px 42px; 
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    background-image: linear-gradient(100deg, var(--e-global-color-b7bc268 ) 0%, var(--e-global-color-50a63db ) 100%);
}
.banner_content .lets_talk:hover{
    color: var(--e-global-color-white);
    background-color: transparent;
    background-image: linear-gradient(to right, var(--e-global-color-dark-blue) 0%, var(--e-global-color-dark-blue) 51%, var(--e-global-color-dark-blue) 100%);
}
.banner_content .lets_talk:hover .circle{
    background-color: var(--e-global-color-very-dark-blue) !important;
}
.banner_content .lets_talk:hover .circle:before{
    color: var(--e-global-color-white) !important;
}
.banner_content .circle {
    background: var(--e-global-color-white);
    color: var(--global--color-blue);
    font-weight: 900;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.banner_content .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-dark-blue);
}
.banner_content .button1{
    margin-right: 10px;
}
.banner_content .banner-button{
    position: relative;
    z-index: 1;
    display: contents;
}
.banner_content p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 30px;
    margin-right: 150px;
} 
/*faq SECTION CSS*/
.faq-section .need_content input {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb !important;
    border-radius: 10px;
    padding: 14px 22px;
    margin-bottom: 17px;
    width: 100%;
    overflow: visible;
    outline: none;
}
.faq-section .need_content textarea {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    box-shadow: 1px 1px 57px rgba(95 208 243 / 7%);
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border: 1px solid #dae7fb;
    border-radius: 10px;
    padding: 14px 22px;
    width: 100%;
    height: 130px;
    margin-bottom: 24px;
    resize: none;
    outline: none;
    overflow: auto;
}
.faq-section .need_content .submit_now{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
    padding: 4px 4px 4px 36px;
    text-align: center;
    display: inline-block;
    border-radius: 30px 30px 30px 0;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    border: 0px solid var(--e-gradient-1);
    background-image: linear-gradient(100deg, var(--e-global-color-b7bc268 ) 15%, var(--e-global-color-50a63db ) 100%);
}
.faq-section .need_content .submit_now:hover{
    color: var(--e-global-color-white);
    background-image: linear-gradient(to right, var(--e-global-color-50a63db ) 0%, var(--e-global-color-b7bc268 ) 100%);
}
.faq-section .need_content .circle {
    background: var(--e-global-color-white);
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 3px 0 12px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.faq-section .need_content .circle:before {
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-b7bc268 );
}
.faq-section .elementor-toggle-item{
    box-shadow: 1px 1px 70px rgba(95 208 243 / 2%);
    background: var(--e-global-color-white);
}
.faq-section .elementor-tab-content{
    border-bottom: 2px solid var(--e-gradient-2) !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.faq-section .faq-section-content-1{
    height: fit-content;
}
.faq-section .elementor-toggle-title{
    font-weight: 500 !important;
}
.faq-section .fa-plus, .faq-section .fa-minus{
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-image: linear-gradient(to right, var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
    color: var(--e-global-color-white) !important;
    border-radius: 100px;
    text-align: center;
    margin-top: -15px;
    margin-left: -25px;
    margin-right: 5px;
}
/*Testimonial SECTION CSS*/
.testimonial-section p {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 14px;
    color: var(--e-global-color-light-black);
}
.testimonial-section .testimonial_content h5{
    margin-bottom: 4px;
}
.testimonial-section .testimonial_content .text-size-18{
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--e-global-color-50a63db );
}
.testimonial-section .testimonial_content span{
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    color: var(--e-global-color-text);
    display: block;
}
.testimonial-section .testimonial_content .content-box .testimonial-image{
    position: absolute;
    top: 50px;
    left: -150px;
}
.testimonial-section .testimonial_content .content-box .box {
    background-image: linear-gradient(to right, var(--e-gradient-1) 0%, #17677e 51%, var(--e-gradient-2) 100%);
    border-radius: 15px;
    height: 64px;
    width: 64px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -136px;
    left: -330px;
}
.testimonial-section .testimonial_content .content-box{
    border: 1px solid var(--e-global-color-white);
    border-bottom: 2px solid var(--e-gradient-2);
    background: var(--e-global-color-white);
    border-radius: 35px;
    padding: 62px 68px 5px 143px;
    width: 74%;
    position: relative;
    margin-left: 218px;
    text-align: left;
    margin-bottom: 68px;
}
.testimonial-section .testimonial_content .content-box .circle {
    border-radius: 100px;
    height: 97px;
    width: 97px;
    line-height: 97px;
    text-align: center;
    display: inline-block;
    background: var(--e-global-color-secondary);
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial-section #TestimonialCrouselControl{
    display: inline-block;
    border-radius: 100px; 
    color: var(--e-global-color-white) !important;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    width: 100%;
}
.testimonial-section #TestimonialCrouselControl .carousel-control-prev{
    right: 0px;
    top: 184px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    opacity: 1;
    border: 0px solid #404e60;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 0 10px;
    font-weight: bold;
    border-radius: 100px;
    display: inline-block;
}
.testimonial-section #TestimonialCrouselControl .carousel-control-next{
    right: 0px;
    top: 110px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: var(--e-global-color-white);
    opacity: 1;
    border: 0px solid #404e60;
    background: var(--e-global-color-very-dark-mostly-black-blue);
    padding: 0 10px;
    font-weight: bold;
    border-radius: 100px;
    display: inline-block;
}
.testimonial-section #TestimonialCrouselControl .carousel-control-prev:hover,
.testimonial-section #TestimonialCrouselControl .carousel-control-next:hover {
    background-image: linear-gradient(to right,  var(--e-gradient-1) 0%, #17677e 51%, var(--e-gradient-2) 100%);
    color: var(--e-global-color-white);
}.testimonial-section .testimonial-sideimage {
    position: absolute;
    right: -106px;
    top: -32px;
}
.testimonial-section .fa-solid{
    font-family: 'Font Awesome 5 Free';
}
.testimonial-section .testimonial-image img{
    border-radius: 30px;
    min-width:103px;
    min-height: 103px;
}
/*Footer SECTION CSS*/
.footer-main-section .elementor-social-icon:hover{
    background-image: linear-gradient(to right, var(--e-gradient-1) 0%, var(--e-gradient-2) 100%);
}
/*Case Study SECTION CSS*/
.study-section .study_content{
    text-align: center;
}
.study-section .study_content h5{
    margin-bottom: 10px;
}
.study-section .study_content h2{
    margin-bottom: 34px;
}
.study-section .case-box {
    margin-bottom: 30px;
}
.study-section .overlay:hover figure {
    border-radius: 30px;
    opacity: 1;
    background-image: linear-gradient(to right, #06243b 0%, #36e0f7 100%);
}

.study-section .overlay:hover img{
    opacity: 0.4;
}
.study-section figure img{
    border-radius: 30px !important;
}
.study-section figure{
    border-radius: 30px !important;
    width: 350px;
    height: 444px;
    background-color: black;
}
.study-section .case-box .image{
    position: relative;
}
.study-section .case-box .content{
    position: absolute;
    padding: 0 50px 0 30px;
    margin-top: -186px;
}
.study-section .case-box .content h4{
    margin-bottom: 18px;
}
.study-section .case-box .content span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    border-radius: 20px;
    background-color: #00000069;
    padding: 5px 18px;
    text-align: center;
    display: inline-block;
    margin-bottom: 14px;
}
.study-section .case-box .circle {
    background-image: linear-gradient(to right, #0f4a61 0%, #1d7d94 51%, #28a8bf 100%);
    border-radius: 100px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin-left: -2px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.study-section .case-box:hover .circle{
    background-image:  linear-gradient(to right, var(--e-global-color-white) 0%, var(--e-global-color-white) 51%, var(--e-global-color-white) 100%);
}
.study-section .case-box:hover .circle:before{
    color: var(--e-global-color-secondary);
}
.study-section .case-box .circle:before{
    font-size: 18px;
    padding-top: 2px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-white);
}
.study-section .lower-images{
    margin-bottom: 28px;
}
.study-section .button{
    text-align: center;
}
/*single case study CSS*/
.single-case_study .post-meta{
    display: none;
}
.single-case_study .blog-thumb-full{
    margin: 0px 0px 15px 0px;
    text-align: center !important;
    display: block !important;
}
.single-case_study .st-blog-content-detils h1, .single-case_study .st-blog-content-detils h2,
.single-case_study .st-blog-content-detils h3, .single-case_study .st-blog-content-detils h4,
.single-case_study .st-blog-content-detils h5, .single-case_study .st-blog-content-detils h6 {
    color: var(--e-global-color-black) !important;
    margin-bottom: 20px;
}
.single-case_study .st-blog-content-detils p:last-child{
    font-size: 16px;
}
.single-case_study .st-blog-content-detils p{
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}
.single-case_study .st-blog-content-detils p:nth-child(2){
    font-size: 16px;
}
.single-case_study .border-thumb{
    width: 35%;
    float: left;
    height: fit-content;
    margin-right: 30px !important;
}
.single-case_study .st-blog-content-detils{
    width: 65%;
    float: left;
    display: contents;
}
.single-case_study .border-thumb img{
    min-width: 100%;
}
.case-study-details-area{
    padding-top: 90px;
}
.single-case_study .artelligence-blog-details .col-lg-4{
    display: none !important;
}
.single-case_study .artelligence-page-containerr .col-lg-4{
    display: none !important;
}
.single-case_study .artelligence-blog-details .col-lg-8{
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.single-case_study .artelligence-page-containerr .col-lg-8{
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.single-case_study .artelligence-blog-details .col-lg-4{
    display: none !important;
}
.single-case_study .right-side{
    display: none !important;
}
.single-case_study .page-title-area h3{
    padding-bottom: 20px;
}
.single-case_study .short-summary-content span:not(:first-child){
    padding: 10px !important;
}
.single-case_study .elementor-widget-social-icons i{
    display: inline-table !important;
}
.single-case_study .sub-heading p{
    color: var(--e-global-color-accent ) !important;
    font-family: var(--e-global-typography-secondary-font-family ), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size ) !important;
    font-weight: var(--e-global-typography-secondary-font-weight );
    text-decoration: var(--e-global-typography-secondary-text-decoration );
    line-height: var(--e-global-typography-secondary-line-height );
}
.single-case_study .st-blog-content-detils ul li{
    font-family: 'Manrope', sans-serif;
}
.single-case_study .short-summary-content{
    padding-bottom: 20px;
}
.single-case_study .blog-details-border .right{
    text-align: right !important;
}
.single-case_study .blog-details-border span{
    font-family: 'Manrope', sans-serif;
}
.single-case_study .blog-details-border h4{
    font-family: 'Manrope', sans-serif;
}
.single-case_study .st-blog-content-detils ul{
    display: flow-root;
}
.single-case_study .st-blog-content-detils ul li::marker{
    display: none !important;
}
.post-navigation{
    border: 1px solid var(--e-global-color-white) !important;
}
.post-navigation:hover{
    border: 1px solid var(--e-global-color-accent) !important;
}
/*Animations CSS*/
.services-section-animate .box-animation .elementor-element-populated:hover {
    background-image: linear-gradient(to right, var(--e-gradient-1) 0%, #17677e 51%, var(--e-gradient-2) 100%) !important;
    border-bottom: 3px solid var(--e-gradient-2) !important;
}
.box-animation .elementor-element-populated:hover{
    background-image: linear-gradient(to right, var(--e-gradient-1) 0%, #17677e 51%, var(--e-gradient-2) 100%) !important;
    border-bottom: 2px solid var(--e-gradient-2) !important;    
}
.box-animation .elementor-element-populated:hover .elementor-heading-title{
    color:var(--e-global-color-white) !important;    
}
.box-animation .elementor-element-populated:hover .elementor-widget-text-editor{
    color:var(--e-global-color-white) !important;    
}
.box-animation .elementor-element-populated:hover .elementor-counter-title{
    color:var(--e-global-color-white) !important;    
}
.box-animation .elementor-element-populated:hover .elementor-counter-number-wrapper{
    color:var(--e-global-color-white) !important;    
}
.box-animation .elementor-element-populated:hover{
    background-image: linear-gradient(to right, var(--e-gradient-1) 0%, #17677e 51%, var(--e-gradient-2) 100%);
    border-bottom: 2px solid var(--e-gradient-2);
}
.box-animation .elementor-element-populated:hover .elementor-heading-title{
    color:var(--e-global-color-white) !important;    
}
.box-animation .elementor-element-populated:hover .elementor-widget-text-editor{
    color:var(--e-global-color-white) !important;    
}
.services-section-animate .box-animation .elementor-element-populated .elementor-element-populated:hover {
    background-image: none !important;
    border-bottom: 0px solid var(--e-gradient-2) !important;
}
.services-section-animate .box-animation .elementor-element-populated:hover .elementor-widget-text-editor p{
    color:var(--e-global-color-white)!important;    
}
