/*-------- 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;

}

/*----------Preloader------------  */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-very-dark-blue) !important;
    z-index: 100000;

}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*-------- 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*/
.form-group {
    text-align: center;
    margin: 0;
}

.form-group 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;
}

.form-group 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: 37px;
    resize: none;
    outline: none;
    overflow: auto;

}

.submitform-button{
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.submitform-button:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 7px;
    right: 7px;
    padding-top: 11px;
    z-index: 1;
    background: #ffffff;
    border-radius: 100px;
    display: block;
    content: "\f054";
    font-size: 16px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: var(--e-global-color-b7bc268 );
}

.submitform-button .submitform-btn {

    width: auto;
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    padding: 19px 71px 20px 37px;
    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: var(--e-global-color-6c2851d);

}

.submitform-button .submitform-btn:hover{

    background-color: var(--e-global-color-da29c75);

}
.form-group .wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    font-weight: normal;
    font-family: 'manrope', sans-serif;
    display: block;
    border: none;
    float: left;
    margin-top: -9px;
    line-height: 0;
    padding: 0;

}
.submitform-button .wpcf7 form.sent .wpcf7-response-output {
    color: #052b45;
    font-size: 16px;
    font-weight: normal;
    font-family: 'manrope', sans-serif;
    display: block;
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.wpcf7-response-output {
    display: none;
}

.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 .elementor-toggle-item{

    box-shadow: 1px 1px 70px rgba(95 208 243 / 2%);

    background: var(--e-global-color-white);
    border-radius: 20px;

}

.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: 49px;

    height: 49px;

    line-height: 49px;

    font-size: 15px;

    background-color: #083756 !important; 

    color: var(--e-global-color-white) !important;

    border-radius: 100px;

    text-align: center;

    margin-top: -12px;

    margin-left: -21px;

    margin-right: 5px;

}


/*Testimonial SECTION CSS*/

.testimonial-section .carousel-inner {
	width: 92% !important;
}

.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-color: #083756;

    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: 34px 68px 5px 143px;

    width: 80%;

    position: relative;

    margin-left: 202px;

    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-color: var(--e-global-color-accent);

    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;

}

/*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-color: var(--e-global-color-accent);

    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-color: #36C2F7;

}

.study-section .case-box:hover .circle:before{

    color: var(--e-global-color-white);

}

.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*/

.box-animation .background-cirlce .elementor-widget-container {
    width: 116px;
    height: 116px;
    display: inline-block;
}

.contact-background-cirlce .elementor-widget-container {
    width: 109px;
    height: 109px;
    display: inline-block;
}

.services-section-animate .box-animation .elementor-element-populated:hover {

    background-color: #083756 !important;

    border-bottom: 3px solid var(--e-gradient-2) !important;

}

.box-animation .elementor-element-populated:hover{

    background-color: #083756 !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;    

}

.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;    

}
/* ------------services page animation---------- */

.service-block .background-cirlce .elementor-widget-container {
    width: 116px;
    height: 116px;
    display: inline-block;
}
.service-block:hover .elementor-heading-title {
	color: #ffffff !important;
}
.service-block:hover .elementor-widget-text-editor {
	color: #ffffff !important;
}



/* ------------Subscribe Popup---------  */
.adp-popup-overlay {
    background: rgb(0 0 0 / 80%);
}
.adp-popup-type-content.adp-preview-image-left .adp-popup-close, .adp-popup-type-content.adp-preview-image-bottom .adp-popup-close {
    border: none;
}
.adp-popup .adp-popup-close:before{
    color: var(--e-global-color-dark-blue)
    
}
.adp-popup .adp-popup-close{
    cursor: pointer;
}
.adp-popup .adp-popup-close:hover {
    transform: scale(1.2);
}
.adp-popup .adp-popup-close:hover:before{
    color: var(--e-global-color-accent) !important;
}
button.adp-popup-close:focus {
    border: none !important;
}
