/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


marquee.GeneratedMarquee span.bold-text {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-transform: capitalize;
    letter-spacing: -3px;
}

marquee.GeneratedMarquee span.light-text {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-transform: capitalize;
}

marquee.GeneratedMarquee span.star > img {
    width: 50px;
    height: 30px;
	object-fit: contain;
}

marquee.GeneratedMarquee span.star {
    margin: 0 20px;
    display: inline-flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
marquee.GeneratedMarquee {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}


.main-width {
    width: 60%;
    margin: 0 auto;
}
.firs-slier {
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio-page .firs-slier h1 {
    width: 45%;
}
.hero-sec h1 span {
    display: block;
    animation: reveal 1.5s 0.5s;
}
.portfolio-page .slider-one {
    margin-left: 0px;
    padding: 0 30px;
}
.slider-one {
    width: 60%;
    transition: 1s;
    margin-left: 5%;
    border: 1px solid #8b828285;
    border-radius: 100px;
    overflow: hidden;
}
.slider-one h2 {
    font-size: 20px;
    margin: 0;
}
.slider-one a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 20px;
    font-size: 28px;
    color: #0980ff;
    font-family: 'Poppins';
}
.work-section {
    display: flex;
    align-items: center;
}
.lotie-first {
    width: 16%;
    transition: 1s linear;
}
.portfolio-page .work-div {
    width: 80%;
}
.work-div {
    transition: 1s linear;
    width: 84%;
}
.hero-sec .italic-style {
    line-height: 1;
    color: #ff0052;
}
.italic-style {
    margin-top: 10px !important;
}
.italic-style {
    font-family: 'Canela Text' !important;
    font-style: italic;
    transition: 1s;
    font-size: 160px !important;
    line-height: 140px !important;
    margin: 0 0 0 20px !important;
    text-transform: uppercase;
    font-weight: bold;
}
.slider-one .img-we {
    transition: .5s linear;
}
.img-we {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes spin-motion {
  100% {transform: rotate(360deg);}
}
.slider-one .img-we img{
	animation: spin-motion 10s linear infinite;
}
.lotie-first img {
	animation: spin-motion 10s linear infinite;
}
.slider-one .img-we img {
    width: 80%;
}

.firs-slier h1 {
    text-transform: uppercase;
    margin: 0;
    font-size: 130px;
    line-height: 130px;
    font-family: 'Poppins';
    font-weight: 200;
}

.portfolio-sec1 div.hero-code {
    width: 100% !important;
    max-width: 100% !important;
}

div.cover-text h6 {
    display: inline-block !important;
    background: linear-gradient(45deg, #f05b57, #ec1f68);
    border: 1px solid #f05b57;
    padding: 3px 20px;
    border-radius: 100px;
    box-shadow: 2px 2px 5px #e8e8e8;
    position: relative;
}
div.cover-text-black h6 {
    display: inline-block !important;
    background: #101213;
    border: 1px solid #232323;
    padding: 10px 30px;
    border-radius: 100px;
    position: relative;
    color: #fff !important;
}

/*** Testimonials ****/

ul.testimonials-list {
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 30px;
}
ul.testimonials-list li.testimonials-item {
    width: 33%;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px;
    background: #ffff;
}
ul.testimonials-list .test-infobox {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
ul.testimonials-list .test-left {
    width: 100px;
}

ul.testimonials-list .test-right {
    width: 70%;
    padding-left: 20px;
}

ul.testimonials-list .test-left img {
    border-radius: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 3px solid #f05b57;
}

ul.testimonials-list .test-right h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    letter-spacing: 0;
    font-family: 'Poppins';
}

ul.testimonials-list .test-right h5 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    font-family: 'Outfit';
}

ul.testimonials-list .testimonial-content > h2 {
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: 'Poppins' !important;
}
ul.testimonials-list .testimonial-content p {
    font-size: 16px;
    line-height: 22px;
    height: 150px;
    color: #969696;
}
.ftr-copy-right p {
    margin-bottom: 0;
}
span.italic-font {
    color: #0980FF;
    font-family: "Canela Bold", Sans-serif;
    font-weight: 600;
    font-style: italic;
}
.contact-first-layer {
    display: inline-flex;
}

.contact-first-layer {
    margin-bottom: 0;
}
.contact-first-layer {
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact-lottie {
    padding: 5px 0;
}
.contact-lottie {
    display: flex;
    padding: 0 10px;
    align-items: center;
    transition: 1s linear;
}
.animated-div .brading-heading span {
    margin-left: 0%;
}
.hero-sec h1 span {
    display: block;
    animation: reveal 1.5s 0.5s;
}
.brading-heading span {
    transition: 1s linear;
}
.contact-second-layer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.contact-second-layer h1 {
    font-size: 130px;
    line-height: 120px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin: 0;
}
h1.brading-heading {
    color: #041A45;
    font-family: 'Poppins';
    font-size: 120px;
    line-height: 130px;
    font-weight: 200;
    margin: 0;
}
.contact-lottie img {
    width: 110px;
    animation: spin-motion 10s linear infinite;
}
.contact-third-layer h1 {
    margin: 0;
    text-align: center;
}
.gf_half_field input {
    height: 50px;
}

.gf_full_field input {
    height: 50px;
}

.gf_full_field select {
    height: 50px;
    border-radius: 15px;
}

.gf_full_field textarea {
    height: 140px !important;
}
/* NexBlogs Two Css */

div.main-blog-new ul.cat-list .item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
div.main-blog-new ul.cat-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
    list-style-type: none;
}
div.main-blog-new ul.cat-list .nex-item-content {
    padding: 20px 0;
}
div.main-blog-new ul.cat-list a.cat-name {
    color: #f05b57;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #f05b57;
    padding: 4px 10px;
    border-radius: 100px;
    line-height: 16px;
    display: inline-block;
}
div.main-blog-new ul.cat-list h3.blog-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -1px !important;
}
div.main-blog-new ul.cat-list .item-image {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
}
div.main-blog-new ul.cat-list .item-image > a {
    height: 100%;
    width: 100%;
}
div.main-blog-new ul.cat-list span.bdate {
    color: #578386;
    letter-spacing: -1px;
}









@media screen and (max-width:767px) {
	
div#main-testimonials ul.testimonials-list {
    gap: 30px;
    flex-flow: column;
}
div#main-testimonials ul.testimonials-list li.testimonials-item {
    width: 100%;
}	
ul#custom-portfolio-ul {
    grid-template-columns: 1fr !important;
}	
.main-width {
    width: 100%;
}	
.main-width .firs-slier h1 {
    font-size: 60px;
    line-height: 70px;
}
.main-width .slider-one a {
    font-size: 18px;
}	
.main-width .italic-style {
    font-size: 80px !important;
    line-height: 100px !important;
}	
ul.pricing-lists {
    grid-template-columns: 1fr !important;
}	
h2.top-heading {
    font-size: 30px;
    line-height: 40px;
}	
.main-pricing-page {
    padding-top: 30px;
    padding-bottom: 60px;
}
.contact-lottie img {
    width: 70px;
}	
h1.brading-heading {
    font-size: 80px;
    line-height: 90px;
}	
.contact-second-layer h1 {
    font-size: 80px;
    line-height: 80px;
}	
.contact-second-layer {
    align-items: center;
    justify-content: center;
}	
	
	
	
	
	
	
	
	
	
	
}





/* REV CSS */


.hedr_svg .elementor-icon svg{
    fill:none!important;
}

 .gblbtn a.elementor-button.elementor-button-link.elementor-size-sm {
    width: 177px;
    height: 56px;
}

.home_bnnr_crlimg img.swiper-slide-image {
    opacity: 0.2;
}

.accordiontxt_main .e-n-accordion-item {
  box-sizing: border-box;
  border: 1px solid rgba(50, 70, 113, 0.2);
  border-radius: 12px;
  transition: all 0.3s ease;
  margin-bottom: 12px;
  padding:15px;
}
.accordiontxt_main .e-n-accordion-item[open] {
  border-color: #324671; 

  border: 1px solid rgba(50, 70, 113, 0.2);
  
}
.accordiontxt_main .e-n-accordion-item-title-icon {
  transition: transform 0.3s ease;
}

.accordiontxt_main .e-n-accordion-item[open] 
.e-n-accordion-item-title-icon {
  transform: rotate(180deg);
}
 

.dot-color span {
    color: #E62F78;
	padding-left:7px;
}
.partner-box-1 {
    border: 1.5px solid rgba(50, 70, 113, 0.2);
}
.partner-section {
    position: absolute;
    transform: translateX(45%);
    transition:1.5s;
}
.who-we-sec:hover .partner-section{
    transform: translateX(0);
    transition:1.5s;
}

.acd_tab_01, .acd_tab_02, .acd_tab_03, .acd_tab_04, .acd_tab_05 {
    padding: 0 !important;
    height: 273px;
    overflow: hidden;
    background: transparent;
    transition: 
    height 0.6s ease-in-out,
    background 0.4s ease-in-out;
    will-change: height;
}
.acd_tab_01:hover, .acd_tab_02:hover, .acd_tab_03:hover, .acd_tab_04:hover {
    background: #121D33;
    height: 514px;
}
.acd_tab_05:hover {
	 background: #121D33;
	height: 560px;
}
.acd_center_tab img {
    transform: scale(0) rotate(-35deg);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
.acd_tab_01:hover img, .acd_tab_02:hover img, .acd_tab_03:hover img, .acd_tab_04:hover img, .acd_tab_05:hover img {
    transform: scale(1) rotate(0deg);
}
.acd_left_tab h2 {
    position: relative;
    transform: translateY(50px) scale(0.6);
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}
.acd_tab_01:hover .acd_left_tab h2, .acd_tab_02:hover .acd_left_tab h2, .acd_tab_03:hover .acd_left_tab h2, .acd_tab_04:hover .acd_left_tab h2, .acd_tab_05:hover .acd_left_tab h2 {
    transform: translateY(0) scale(1);
}
.acd_right_tab {
    transform: translateY(60px);
    transition: 
        transform 0.6s ease-in-out,
        opacity 0.4s ease-in-out;
    will-change: transform, opacity;
}
.acd_tab_01:hover .acd_right_tab, .acd_tab_02:hover .acd_right_tab, .acd_tab_03:hover .acd_right_tab, .acd_tab_04:hover .acd_right_tab, .acd_tab_05:hover .acd_right_tab {
    transform: translateY(0);
}
.acd_praghrap_tab {
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0.15s;
}
.acd_tab_01:hover .acd_praghrap_tab, .acd_tab_02:hover .acd_praghrap_tab, .acd_tab_03:hover .acd_praghrap_tab, .acd_tab_04:hover .acd_praghrap_tab, .acd_tab_05:hover .acd_praghrap_tab {
    opacity: 1;
}

.acd_tab_02, .acd_tab_04 {
	border-top: 1.5px solid rgba(50, 70, 113, 0.2);
	border-bottom: 1.5px solid rgba(50, 70, 113, 0.2);
}

.acd_tab_05 {
	border-bottom: 1.5px solid rgba(50, 70, 113, 0.2);
}
.popup-menu li.menu-item:before {
    content: '';
    background: rgba(50, 70, 113, 0.2);
    width: 500px;
    position: absolute;
    bottom: 0;
    border: 1px solid rgba(50, 70, 113, 0.2);
    border-radius: 99999px;
    padding: 0px;
    height: 0px;
    margin-left: 20px !important;
}
.popup-menu li.menu-item:last-child::before {
	width: 0 !important;
}
.popup-menu li.menu-item:last-child {
    border-bottom: 1px solid #00000000;
}
.dialog-lightbox-widget a.dialog-close-button.dialog-lightbox-close-button{
border: 1px solid #5D82D7 !important;
border-radius: 99999px;
padding: 6px 2px;
}
.dialog-lightbox-widget svg.e-font-icon-svg.e-eicon-close.eicon-close {
    width: 50px;
    height: 33px !important;
}
.who-we-sec .elementor-video {
    opacity: 0.05;
}
#elementor-popup-modal-348 .dialog-close-button:hover {
background:#5D82D7;
}
.hedr_svg:hover rect {
    fill: #5D82D7;
	transition:0.5s;
}
.popup-menu {
    height: 100vh;
}
.who-we-sec {

    background-color: #0e182a!important;

}

.who-we-sec::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0px;

    left: 0px;

    background: linear-gradient(0deg, #ffffff00, #0e182a);

    opacity: 1;

    z-index: 11;

}

.who-we-sec .what-we-section {

    z-index: 11;

}
 


@media (max-width: 1660px) {
	.dot-color span {
    font-size: 50px;
}
	.popup-menu li.menu-item:before {
		width: 400px;
	}
}



@media (max-width: 1440px) {
.gblbtn a.elementor-button.elementor-button-link.elementor-size-sm {

    height: 46px;
}
}


@media screen and (max-width:767px) {
	
div.main-blog-new ul.cat-list {
    grid-template-columns: 1fr;
}	
	
}