@import url('https://fonts.googleapis.com/css2?family=Alata&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Alata', sans-serif; */

:root {
    --background-primary: #0E1E2A;
    --background-secondary: #41E19B;
    --heading-primary: #2CA6D7;
    --heading-secondary: #213E92;
    --white-color: #FFF;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/* .container {
    max-width: 1470px;
    width: 100%;
} */

img {
    width: 100%;
    height: auto;
}

input:focus {
    outline: none;
}

@media (min-width: 768px) {
    .offcanvas_close_btn {
        display: none;
    }
}

/* Header Css */
.topnav {
    background-color: var(--background-secondary);
    color: var(--white-color);
    padding-block: 12px;
}

.top_nav_inner {
    display: flex;
    align-items: center;
    gap: 32px;
}

.top_nav_inner a {
    display: flex;
    color: var(--white-color);
    text-decoration: none;
    font-family: 'Alata', sans-serif;
    letter-spacing: 1px;
    align-items: center;
}

.top_nav_inner a .topnav_icon_image {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    line-height: normal;
    margin-top: 6px;
}

.top_nav_inner a .topnav_icon_image img {
    vertical-align: unset;
}

.site_header {
    background-color: var(--background-primary);
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: 0.3s ease-in-out;
}

.site_header nav.navbar {
    padding-block: 10px;
}

.site_header nav.navbar .navbar-brand {
    margin: 0;
    width: 220px;
}

.site_header .navbar-nav {
    gap: 50px;
}

.site_header .navbar-nav .nav-link {
    color: var(--white-color);
    padding: 0;
    font-size: 18px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.site_header .navbar-nav .nav-link:hover,
.site_header .navbar-nav .nav-link.active {
    color: var(--background-secondary);
}

.site_header .navbar-nav .nav-link::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%) scaleX(0);
    background-color: var(--background-secondary);
    transition: 0.25s ease-in-out;
}

.site_header .navbar-nav .nav-link:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.site_header .navbar-nav .nav-link.active::before {
    transform: translateX(-50%) scaleX(1);
}

.Get_quote_button a {
    display: inline-block;
    background-color: var(--background-secondary);
    color: var(--white-color);
    letter-spacing: 0;
    text-decoration: none;
    padding: 14px 24px;
    border: 1px solid var(--background-secondary);
    transition: 0.25s ease-in-out;
}

.Get_quote_button a:hover {
    background-color: transparent;
    color: var(--background-secondary);
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    padding: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #ffffff;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after, 
.navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #ffffff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
} 
  .navbar-nav .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .navbar-nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px 0px;
  }
  
  .navbar-nav .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .navbar-nav .dropdown-content a:hover {background-color: #ddd;}
  
  .navbar-nav .dropdown:hover .dropdown-content {display: block;}
  




/* Header Css End */


/* Banner Section */
.banner {
    background-color: var(--background-primary);
    color: var(--white-color);
    padding-block: 60px;
    text-align: center;
    overflow-x: hidden;
}

.banner_main_headig {
    text-shadow: 2px 2px 2px rgb(255 0 0 / 0%);
    font-size: 170px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 6.06%, rgba(255, 255, 255, 0.00) 57.8%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_txt {
    margin-top: -118px;
}

.banner_txt p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.banner_txt h1 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3em;
}

.banner_txt h1 span {
    color: var(--background-secondary);
}

.banner_btn {
    display: inline-block;
    background-color: var(--background-secondary);
    color: var(--white-color);
    letter-spacing: 0;
    text-decoration: none;
    padding: 14px 40px;
    border: 1px solid var(--background-secondary);
    transition: 0.25s ease-in-out;
    margin-top: 40px;
    font-size: 18px;
}

.banner_btn:hover {
    background-color: transparent;
    color: var(--background-secondary);
}
.Wave-box {
    position: relative;
    overflow: hidden;
}
.Wave-box img{
    animation: move_wave 30s linear infinite!important;
    width: 200%!important;
    margin-top: -140px!important;
}
.Wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: auto;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
    animation: move_wave 30s linear infinite;
    background-image: url('../images/wave.png');
    z-index: -1;
    background-size: 100%;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(1)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

/* Banner Section End */


/* Focused Section Css */
.focused {
    padding: 0% 0 75px 0;
    text-align: center;
}

.blur_trans_txt {
    text-align: center;
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.25);
    font-size: 80px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 6.06%, rgba(255, 255, 255, 0.00) 57.8%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #C2C2C2;
    position: relative;
    display: inline-block;
    line-height: 1em;
}

.blur_trans_txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #ffffff00, white);
}
.blur_trans_txt2::after {
   
    background-image: linear-gradient(180deg, #ffffff00, #f4f4f4);
}

.focused_main_txt {
    margin-top: -35px;
}

.focused_main_txt h6 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    width: fit-content;
    margin-inline: auto;
    position: relative;
    margin-bottom: 24px;
}

.focused_main_txt h6::before {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 100%;
    background: #D9D9D9;
    left: 0;
}

.focused_main_txt h6::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 70%;
    background: var(--background-secondary);
    left: 50%;
    transform: translateX(-50%);
}

.focused_main_txt h2 {
    color: #2CA6D7;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.6px;
}

.focused_main_txt p {
    color: #6A6A6A;
    font-family: 'Alata', sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 75%;
    margin: 0 auto;
}

.focused_serve_main_div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px 0px;
    margin-top: 50px;
    position: relative;
}

.focused_serve_main_div::before {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #A9A9A9;
    height: auto;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.focused_serve_box {
    padding-inline: 15px;
    position: relative;
    z-index: 1;
    padding: 32px 14px;
}
.focused_serve_box:hover{
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.25);
}

.focused_serve_box img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 20px;
}

.focused_serve_box h2 {
    color: #202020;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.1em;
}

.focused_serve_box p {
    color: #6A6A6A;
    font-family: 'Alata', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}

.focused_serve_main_div .brdr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.focused_serve_main_div .brdr::before {
    content: "";
    position: absolute;
    left: 33.29%;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #A9A9A9;
}

.focused_serve_main_div .brdr::after {
    content: "";
    position: absolute;
    right: 33.29%;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #A9A9A9;
}

/* Focused Section Css End */


/* Who We Are Section Css */
.who-we-are {
    background-color: #F4F4F4;
    padding: 80px 0;
}

.who-we-are-txt {
    padding-left: 50px;
}

.who-we-are-txt h6 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.who-we-are-txt h2 {
    color: #2CA6D7;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 1.5em;
}

.who-we-are-txt p {
    color: #6A6A6A;
    font-family: 'Alata', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.image_intro_grid {
    position: relative;
    height: 100%;
}

.intro_box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.25);
    padding: 18px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 270px;
    position: relative;
}

.intro_box div {
    writing-mode: tb;
    transform: rotate(180deg);
    position: relative;
    left: 30px;
}

img.who-are-image1 {
    position: absolute;
    right: 0;
    width: 240px;
    height: 340px;
    top: 0px;
}

.who-are-image2 {
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 50%;
}

.business_setup_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-block: 30px 30px;
}
/* .business_setup-link-box{
    text-decoration: none;
} */
.business_setup-box {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
    background: #F5F5F5;
    box-shadow: 0px 0px 2px 0.2px rgba(0, 0, 0, 0.25);
    padding: 14px 20px;
}
.business_setup-box:hover{
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.25);
}
.business_setup-box img {
    width: 60px;
}

.business_setup-box h6 {
    margin: 0 !important;
}

.industry_experience {
    position: absolute;
    right: 14px;
    bottom: 45px;
    border-radius: 11px;
    background: #F5F5F5;
    box-shadow: 0px 0px 4px 0.5px rgba(0, 0, 0, 0.25);
    width: 300px;
    padding: 10px 16px;
    display: flex;
    text-align: center;
    gap: 40px;
    align-items: center;
}

.industry_experience img {
    width: 80px;
    height: 80px;
}

.experience_txt h2 {
    color: #000;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 1.8px;
    margin: 0;
    line-height: 1;
}

.experience_txt p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
    margin: 0;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 0;
    color: #FFF;
    font-size: 28px;
    right: 44px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #D9D9D9;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    background: var(--background-secondary);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #D9D9D9;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: absolute;
    z-index: 3;
    width: auto;
    height: auto;
    left: 55%;
    top: 52%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* Who We Are Section Css End */


/* Services Section CSS */
.services {
    padding: 40px 0;
}
.service_main_txt h6::after {
    width: 48%;
    background: #F2C046;
}
.service_main_txt h2 {
    color: #2CA6D7;
}

.home_services_carousel {
    margin-top: 40px;
}
.services_box {
    background: #F4F4F4;
    padding: 22px;
}
.services_box .services_icon {
    width: 70px;
    border-bottom: 4px solid #2CA6D7;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.services_box h2 {
    color: #2CA6D7;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 16px;
}
.services_box li {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 18px;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.25s ease-in-out;
}
.services_box ul li:hover {
    color: var(--background-secondary);
    transform: translateX(10px);
}
.services_box li img{
    width: 22px!important;
    height: 22px;
    display: inline-block;
    margin-right: 12px;
}
/* .services_box li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: #D9D9D9;
    display: inline-block;
    margin-right: 12px;
} */
.service_view_btn {
    display: inline-block;
    background-color: var(--background-secondary);
    color: var(--white-color);
    letter-spacing: 0;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid var(--background-secondary);
    transition: 0.25s ease-in-out;
    margin-top: 10px;
    font-size: 16px;
}
.service_view_btn:hover {
    background-color: transparent;
    color: var(--background-secondary);
}
.home_services_carousel .owl-dots {
    margin: 25px 0 0 0px !important;
}
.home_services_carousel .owl-dots .owl-dot span {
    margin: 0 4px;
    width: 14px;
    height: 14px;
    background: #D9D9D9;
}
.home_services_carousel .owl-dots .owl-dot.active span {
    background: #36C1BB;
}
/* Services Section CSS End */


/* Speak To Us Section CSS */
.speak-to-us {
    background-image: url('../images/speak_to_us_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-block: 60px;
    color: var(--white-color);
}
.speak-content_txt {
    padding-left: 40px;
    padding-right: 60px;
}
.speak-content_txt h2 {
    color: #ffff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.speak-content_txt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0px 28px;
    color: black;
    letter-spacing: 0.7px;
}
.speak-content_txt h3 {
    color: #ffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
}
.speak-content_txt ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-top: 26px;
}
.speak-content_txt ul li img {
    width: 15px;
    margin-right: 10px;
}
.speak_form_box {
    border-radius: 5px;
    border: 1px solid #FFF;
    padding: 32px 20px;
}
.speak_form_box h2 {
    color: #ffff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 32px;
    margin: 0 0 18px 0;
}
.speak_form_box form label {
    display: none;
}
.speak_form_box form input, .speak_form_box form textarea {
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFF;
    padding: 12px 12px;
    margin-bottom: 18px;
}
.speak_form_box form input::placeholder, .speak_form_box form textarea::placeholder {
    color: var(--white-color);
}
.speak_form_box form button[type="submit"] {
    width: 100%;
    border: 0;
    background: linear-gradient(180deg, #41E19B 0%, #2CA6D7 100%);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: 'Alata', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 15px 0;
}
/* Speak To Us Section CSS End */


/* Portfolio Sectio Css */
.portfolio {
    padding: 80px 0;
}
.service_main_txt h2 span {
    color: #F4622A;
}
.portfolio-navlink {
    color: #adadad;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 2.038px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.25s ease-in-out;
}
.portfolio-navlink:hover,
.portfolio-navlink.active {
    color: #111;
}
.portfolio-navlink::before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #111;
    position: relative;
    display: inline-block;
    margin-right: 14px;
    visibility: hidden;
}
.portfolio-navlink.active::before {
    visibility: visible;
}
.portfolio-navlink span {
    margin-right: 20px;
}
.portfolio_scroll_spylink {
    position: sticky;
    top: 50px;
}
.Portfolio_right_side_content {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.Portfolio_right_side_content:nth-last-child(1) {
    border: 0;
    margin: 0;
    padding: 0;
}
.portfolio_content {
    padding-right: 20px;
}
.portfolio_content h2 {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1.6px;
}
.portfolio_content  p {
    color: #454545;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.7px;
    font-size: 14px;
    margin: 22px 1px 20px 0;
}
.portfolio_content a {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    background: var(--background-secondary);
    display: inline-block;
    margin: 0 0;
    padding: 12px 22px;
    text-decoration: none;
}
/* Portfolio Sectio Css End */


/* Testimonial Section Css */
.steps {
    background-color: #F4F4F4;
    padding: 80px 0;
}
.steps img {
    /* mix-blend-mode: multiply; */
    width: 80%;
    margin-inline: auto;
    display: block;
}


.testimonial {
    padding: 80px 0;
}
.testimonial_box {
    background: #fff;
    padding: 14px;
}
.testimonial_box {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.testimonial_box .testimonial_user_info {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 20px;
    align-items: center;
}
.testimonial_box .testimonial_user_info .testi-user-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}
.testi-user-detail .usr-nm {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}
.testi-user-detail .usr-nm h5 {
    color: #34344B;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.25s ease-in-out;
    margin: 0 0 5px 0;
}
.testi-user-detail .usr-nm .rating {
    color: #FF800E;
    font-weight: 500;
}
.testi-user-detail .user_country {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    color: #87C480;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.testi-user-detail .user_country img {
    width: 24px;
}
.testimonial_review_txt p {
    color: #454545;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.7px;
    font-size: 15px;
    margin: 15px 0px 0 0;
}
.testimonial-carousel .owl-stage {
    padding-top: 100px;
}
.testimonial-carousel .owl-item.active.center {
    transform: translateY(-65px);
}
.testimonial-carousel .owl-dots {
    display: block;
    margin: -28px auto 0 auto !important;
    width: max-content;
    background: rgb(33 62 146 / 10%);
    height: auto;
    line-height: 1;
    display: flex;
    padding: 12px 10px;
    border-radius: 4px;
    z-index: 1;
    position: relative;
}
.testimonial-carousel .owl-dots .owl-dot span {
    margin: 0 4px;
    width: 30px;
    height: 5px;
    background-color: rgb(33 62 146 / 30%);
}
.testimonial-carousel .owl-dots .owl-dot.active span {
    background-color: #213E92;
}
/* Testimonial Section Css End */


/* Contact Us Section Css */
.contact-us {
    background: linear-gradient(265deg, #2CA6D7 -17.68%, #41E19B 130.05%);
    padding: 80px 0 35px 0px;
    position: relative;
}
.contact_vector1 {
    position: absolute;
    width: 90px;
    top: 12%;
    left: 32%;
}
.contact_vector2 {
    position: absolute;
    width: 130px;
    bottom: -14%;
    right: 11%;
}
.contact_vector3 {
    position: absolute;
    width: 40px;
    top: 9%;
    right: 16%;
}
.contact_vector5 {
    position: absolute;
    width: 40px;
    top: 15%;
    left: 8%;
}
.contact_vector4 {
    position: absolute;
    width: 34px;
    bottom: -3%;
    left: 20%;
}
.contact_vector6 {
    position: absolute;
    width: 85%;
    bottom: 24%;
    left: 7%;
}
.contact_text .blur_trans_txt {
    text-align: center;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 6.06%, rgba(255, 255, 255, 0.00) 57.8%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #C2C2C2;
    position: relative;
    display: inline-block;
    line-height: 1em;
}
.contact_text .blur_trans_txt::after {
    background-image: linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(54 193 188));
}
.contact_text .focused_main_txt h6 {
    color: #FFF;
}
.contact_text .focused_main_txt h6::before,
.contact_text .focused_main_txt h6::after {
    display: none;
}
.service_main_txt h2 {
    color: #2CA6D7;
}
.contact_text h2 {
    color: #0E1E2A;
}
.custom_contact_form {
    margin-top: 35px;
}
.custom_contact_form form label {
    display: none;
}
.custom_contact_form form input, 
.custom_contact_form form textarea {
    width: 100%;
    padding: 16px 18px;
    color: #111;
    border: 0;
    font-size: 18px;
}
.custom_contact_form form input::placeholder, 
.custom_contact_form form textarea::placeholder {
    color: #B6B6B6;
}
.custom_contact_form form button {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    background-color: #0E1E2A;
    border: 0;
    padding: 14px 35px;
    margin-top: 18px;
    border: 1px solid #0E1E2A;
    transition: 0.25s ease-in-out;
}
.custom_contact_form form button:hover {
    background-color: transparent;
    color: #0E1E2A;
}
/* Contact Us Section Css End */


/* Footer */
.footer {
    background: linear-gradient(180deg, #ffffff 33%, #0E1E2A 33%);
    padding: 0px 0 0 0;
    color: #FFF;
}
img.footer_vector_image {
    margin-bottom: 30px;
}
.footer_description img {
    width: 100%;
    max-width: 175px;
}
.footer_description p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    margin: 28px 0;
}
.footer_description .social_icon {
    display: flex;
    gap: 12px;
}
.footer_description .social_icon a {
    color: #0e1e2a;
    background: linear-gradient(265deg, #2CA6D7 -17.68%, #41E19B 130.05%);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.25s ease-in-out;
}
.footer_description .social_icon a:hover {
    color: #FFF;
}
.footer_description .social_icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    background: #0E1E2A;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    border-radius: 50%;
    transition: 0.25s ease-in-out;
}
.footer_description .social_icon a:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.footer_links h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer_links ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 12px;
    display: inline-block;
    display: flex;
    align-items: center;
    transition: 0.25s ease-in-out;
}
.footer_links ul li a:hover {
    color: var(--background-secondary);
    transform: translateX(10px);
}
.footer_links ul li a span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: linear-gradient(265deg, #2CA6D7 -17.68%, #41E19B 130.05%);
    border-radius: 4px;
    border: 0;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 19px;
    color: #FFF;
}
.address-footer-box {
    align-items: flex-start!important;
}
.footer_links ul li a p {
    width:75%;
}


.footer_contact ul li a:hover {
    transform: unset;
}
.footer_contact ul li a:hover span {
    color: #FFF;
}
.copyright p {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}
.copyright p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    border-top: 1px solid #FFF;
    text-align: center;
    padding: 24px 0;
    margin-top: 70px;
}


.custom_video_modal {
    max-width: 800px;
    width: 100%;
    position: relative;
}
.custom_video_modal .modal-content {
    background: var(--background-secondary);
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
}
.custom_video_modal .modal-content iframe {
    width: 100%;
}
.custom_video_modal .modal-content button {
    position: absolute;
    right: 18px;
    width: 40px;
    height: 40px;
    background: var(--background-primary);
    opacity: 1;
    border-radius: 50%;
    color: white;
    border: 0;
    font-size: 20px;
}
/* Footer End */

/*======================================
 Services Page Css Start
 ==================================== */
.service_focused_sec {
    padding-block: 80px;
}
.services_banner {
    background-image: url('../images/service_page_bg.png');
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    height: 560px;
}
.service_page_banner_txt {
    margin-top: 70px;
}
.service_page_banner_txt .banner_main_headig {
    font-size: 95px;
}
.service_page_banner_txt .banner_txt {
    margin-top: -60px;
}
.service_page_banner_txt .banner_txt h1 {
    font-size: 45px;
}
.service_page_banner_txt .banner_txt .inner_pages_psg {
    text-transform: none;
    font-size: 14px;
    font-weight: 300;
    margin: 17px 0 0 0;
    width: 70%;
    margin-inline: auto;
    line-height: 25px;
}
.services_box {
    position: relative;
    overflow: hidden;
}
.cta-card-box-service{
height: 100%;
background: var(--gradient, linear-gradient(180deg, #41E19B 0%, #2CA6D7 100%));

}
.service-card-cta-data-box{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.service-card-cta-data-box h2{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.48px;
    margin-bottom: 16px;
    text-align: center;
}
.service-card-cta-data-box p{
    color: #f2f2f2;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
}
.service-card-cta-data-box a{
text-align: center;
}
.hover-project-quote {
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #41E19B 0%, #2CA6D7 100%);
    height: 100%;
    display: grid;
    align-content: center;
    padding: 20px;
    text-align: center;
    left: 0;
    transform: translateX(100%);
    transition: 0.4s ease-in-out;
}
.services_box:hover .hover-project-quote {
    transform: translateX(0);
}
.hover-project-quote h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin: 0;
}
.hover-project-quote p {
    color: #FFF;
    font-family: 'Alata', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin: 18px 0;
}
.hover-project-quote .service_view_btn {
    width: auto;
    display: inline-block;
    max-width: fit-content;
    margin-inline: auto;
}
.technology-name-box{

}
.technology-name-detail-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffff;
    margin: 10px 0px;
    padding: 20px 10px;
}
.technology-name-detail-box:hover{
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.25);
}
.technology-name-detail-box img{
height: 45px;
width: 45px;
}
.technology-name-detail-box p{
margin: 10px 0 0 0;
}

/* Used Technology Section Css End */
.used_technology {
    background-color: #F4F4F4;
    padding-block: 50px;
    overflow: hidden;
}
.used_technology_txt .blur_trans_txt::after {
    display: none;
}
.used_technology_txt .blur_trans_txt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 6.06%, rgba(255, 255, 255, 0.00) 57.8%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px #c2c2c233;
    position: relative;
    display: inline-block;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.1);
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-text-fill-color: #000;
}
.used_technology .focused_main_txt h6 {
    width: 240px;
}

@keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-200px * 9));
    }
  }
  .slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(200px * 18);
  }
  .slider .slide {
    height: 100px;
    width: 200px;
  }

  @keyframes scrollt {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(200px * 9));
    }
  }
  .slider2 {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  .slider2 .slide-track2 {
    animation: scrollt 40s linear infinite;
    display: flex;
    width: calc(200px * 18);
  }
  .slider2 .slide2 {
    height: 100px;
    width: 200px;
  }
.tech_box {
    background: #202020;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 9px 40px 9px 10px;
    margin-right: 25px;
}
.tech_box p {
    margin: 0;
    color: var(--white-color);
    font-weight: 500;
    letter-spacing: 0.7px;
    font-size: 15px;
}
.tech_box img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}
/* Used Technology Section Css */

/* Project Number section Css */
.project-number {
    background-image: url(../images/about/counter-section-bg.jpg);
    /* background-color: #D9D9D9; */
    padding-block: 50px;
    position: relative;
  min-height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  margin-top: 32px;
}
.fixed-scroll-text-section{
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 1170px;
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
}

 /*
.number-project {
    text-align: center;
    color: #213E92;
}
.number-project h2 {
    font-size: 70px;
    font-weight: 600;
    margin: 0;
    position: relative;
}
.number-project h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background: #213E92;
    width: 90px;
}
.number-project p {
    color: #213E92;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 20px 0 0 0;
} */

.counter-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter-box h4{
    margin: 10px 0px;
    font-size: 2.5rem;
    font-weight: 600;
}
.counter-box span{
    font-size: 1.6rem;
    margin-left: 10px;
}
.stastic h4{
    margin: 5px 0px 10px 0px;
    font-size: 2rem;
    font-weight: 600;
}
.stastic p{
   
}
.counter-images-box{

}
.counter-images-box img{
    height: 80px;
    width: 80px;
    margin-right: 5px;
}
/* Project Number section Css End */

/*======================================
 Services Page Css End
 ==================================== */

/*======================================
 About us page css start
 ==================================== */
 .about-feature-section{
    padding-top: 40px;
    padding-bottom: 50px;
 }
.About-us-banner{
    background-color: #F4F4F4;
}
/* About owner section start */

.about-owner-section{
    background-image: url('../images/about/Owner-banner.jpg');
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px;
}
.about-owner-section .focused_main_txt{
padding-bottom: 30px;
}
.about-owner-section .focused_main_txt h2{
    color: #fff;
}
.about-owner-section .focused_main_txt h6{
    color: #fff;
}
.about-owner-section .focused_main_txt p{
    color: #fff;
}
.Owner-card-col-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.owner-card-detail-box{
height: auto;
border-radius: 16px;
background: rgba(3, 20, 54, 0.70);
padding: 50px;
}
.owner-card-detail-box img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.owner-card-detail-box h2{
    color: var(--background-secondary);
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 14px;
}
.owner-card-detail-box h6{
    color: #fff;
}
.owner-card-detail-box p{
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
}
.owner-card-detail-box .banner_btn{
    color: #fff;
}
.owner-card-detail-box .social_icon{
    display: flex;
    justify-content: center;
    align-items: center;

}
.owner-card-detail-box .social_icon a{
    height: 30px;
    width: 30px;
    margin: 30px 8px 0px 8px;
    background-color: var(--background-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
}
.owner-card-detail-box .social_icon a i{

}
/* About owner section End */

/* about team section css start */
.our-team-section{
    padding: 5% 0 50px 0;
}
.our-team-row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-row-for-team-section{
    margin-bottom: 40px;
    margin-top: 24px;
}
.our-team-details-box{

}
.our-team-details-box img{
height: 100px;
width: 100px;
}
.our-team-details-box h6{
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 1.2rem;
    font-variant: all-petite-caps;
}
.our-team-details-box p{
font-size: 12px;
}
.percent:after {
    content: "%";
  }
/*======================================
 About us page css End
 ==================================== */

 /*======================================
 Portfolio page css Start
 ==================================== */
.Portfolio{
    padding-bottom: 50px;
}
 .top-menu-for-filter-portfolio{

 }
 .top-menu-for-filter-portfolio li{
    margin: 0 10px;
 }

/* MANSONRY */

.gal
{
	margin-top:3rem;
	-webkit-column-count: 4;
	/* Chrome, Safari, Opera */
	-moz-column-count: 4;
	/* Firefox */
	column-count: 4;
}

@media (max-width: 769px)
{
	.gal
	{
		-webkit-column-count: 1;
		/* Chrome, Safari, Opera */
		-moz-column-count: 1;
		/* Firefox */
		column-count: 1;
	}
}


.nav-pills .nav-link
{
	color:black;
	padding:10px 20px;
	text-transform:uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link.active:hover
{
	background: #4CB8C4;
  background: linear-gradient(135deg,#2CA6D7,#00dcaf);
	border-radius:100px;
}
.nav-pills .nav-link:hover
{
	background: #4CB8C4;
background: linear-gradient(135deg,#2CA6D7,#00dcaf6e);
	border-radius:100px;
    color: #fff;
}

.img-hover-zoom
{
  padding:10px 0;
	overflow: hidden;
	
}
.all-portfolio-tab-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.maincontainer {
    
    width: 280px;
    height: 320px;
    float: left; /* stack each div horizontally */
    border-radius: 0px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
  
.front img{
    
    width: 280px;
    height: 320px;
    border-radius: 0px;

}
  .back h2 {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
  }
  
  .back p {
    font-size: 12px;
    text-align: center;
  }
  .back ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 5px;
  }
  .back ul li{
    background-color: var(--heading-primary);
    margin: 0 5px;
    font-size: 12px;
    padding: 5px 6px;
  }
.portfolio-back-button-box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.portfolio-back-button-box a{
    font-size: 14px;
    padding: 6px 10px;
}
  
  /* style the maincontainer class with all child div's of class .front */
  .maincontainer > .front {
    position: absolute;
    transform: perspective(600px) rotateY(0deg);
  
    height: 320px;
    width: 280px;
  
    backface-visibility: hidden; /* cant see the backside elements as theyre turning around */
    transition: transform 0.5s linear 0s;
  }
  
  /* style the maincontainer class with all child div's of class .back */
  .maincontainer > .back {
    position: absolute;
    transform: perspective(600px) rotateY(180deg);
    background: #262626;
    color: #fff;
    height: 320px;
    width: 280px;
    border-radius: 0px;
    padding: 5px;
    backface-visibility: hidden; /* cant see the backside elements as theyre turning around */
    transition: transform 0.5s linear 0s;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .maincontainer:hover > .front {
    transform: perspective(600px) rotateY(-180deg);
  }
  
  .maincontainer:hover > .back {
    transform: perspective(600px) rotateY(0deg);
  }
   /*======================================
 Portfolio page css End
 ==================================== */

/*======================================
 Contact us page css Start
 ==================================== */
 .Contact-details-box{
    margin-bottom: 65px;
 }
.contact-map-box {
    display: flex;
    border: 20px solid #f6f6f6;
    border-radius: 20px;
    height: 560px;
}
 .contact-map-box img{
    width: 85%;
    margin: 20px auto 0 auto;
    height: auto;
    border-radius: 30px;
 }
 .contact-right-side-details-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color:#F6F6F6;
    border-radius: 20px;
    height: 170px;
    width: 80%;
    margin: 10px auto;
 }
 .contact-right-side-details-box img{
    height: 50px;
    width: 50px;
    margin-bottom: 16px;
 }
.contact-right-side-details-box h4 {
    color: #0E1E2A;
    text-align: center;
    width: 90%;
}

/*======================================
 Contact us page css End
 ==================================== */
 /*======================================
 UIUX Designer page css start
 ==================================== */
.main-sub-services-section{
margin-bottom: 40px;
}
.sub-services-details-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color:#F4F4F4;
    margin-bottom: 20px;
    padding: 24px 10px;
}
.sub-services-details-box:hover{
    background: var(--gradient, linear-gradient(180deg, #41E19B 0%, #2CA6D7 100%));
    color: #fff;
    box-shadow: 0px 0px 6px 0.5px rgba(0, 0, 0, 0.25);
}
.sub-services-details-box img{
height: 70px;
width: 70px;
margin-bottom:12px;
}
.sub-services-details-box h4{
    text-align: center;
}
.sub-services-details-box p{
    font-size: 14px;
    text-align: center;
}
.main-top-heading-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 16px;

}
  /*======================================
 UIUX Designer page css End
 ==================================== */
 /* service swiper css start  */
 .service-section-slider-container{
margin-top: 40px;
 }
 .service-section-slider-container .swiper-pagination{
    position: relative!important;
    margin-top: 20px!important;
    bottom: auto;
 }
 .swiper-pagination-bullet-active {
    background: var(--background-secondary)!important;
}
.swiper-pagination-bullet{
    height: 15px!important;
    width: 15px!important;
}