/* -----Variables--- */
@font-face {
    font-family: "Satoshi-Light";
    src: url("../Fonts/Satoshi_Complete/Fonts/OTF/Satoshi-Light.otf");
}
@font-face {
    font-family: "Satoshi-Medium";
    src: url("../Fonts/Satoshi_Complete/Fonts/OTF/Satoshi-Medium.otf");
}
@font-face {
    font-family: "Satoshi-Regular";
    src: url("../Fonts/Satoshi_Complete/Fonts/OTF/Satoshi-Regular.otf");
}
@font-face {
    font-family: "Satoshi-Bold";
    src: url("../Fonts/Satoshi_Complete/Fonts/OTF/Satoshi-Bold.otf");
}
@font-face {
    font-family: "Satoshi-Black";
    src: url("../Fonts/Satoshi_Complete/Fonts/OTF/Satoshi-Black.otf");
}


:root {
    --main-bg-white: #FFFFFF;
    --second-bg-white: #FDFDFE;
    --text-white: #ffffff;
    --text-black: #18161D;
    --text-gray: #51575D;
    --text-blue-gray: #7F879E;
    --blue-dark-primary: #1D263A;
    --pink-color: #D41F25;
    --pink-dark: #d41f25;
    --font-regular: "MazzardH-Regular";
    --font-medium:'MazzardH-Medium';
    --font-semi-bold:"MazzardH-SemiBold";
    --font-jakarta:"Plus Jakarta Sans", sans-serif;
    --blue-dark-secondary: #007BBC;
    --blue-light-primary: #51CADE;
    --blue-light-secondary: #68E0CF;
    --main-color-red: #FF2B3C;
    --main-color-green: #4caf50;
    --main-color-blue: #349eff;
    --main-color-orange: #d68102;
    --main-color-yellow: #a98921;
    
}


/* ---Scrollbar Reset-- */

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: var(--second-box-shadow);
    box-shadow: var(--second-box-shadow);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--blue-dark-primary);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--black-tertiary);
}

/* ======Global css===== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    
}

* {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--main-bg-white);
    overflow-x:hidden ;
    font-family: var(--font-regular);
    font-family: "Montserrat", serif;
}
.bg-body{
    background-color: #DEEFF5;
}
#option{
    color: gray;
    font-size: 10px;
}
.custom-btn{
    
        background-color: transparent;
        width: 200px;              
        margin-left: -50px;        
        margin-top: 10px;          
        padding: 10px 10px;        
        font-size: 20px;            
        text-align: center;  
        color:#2D947A;  
          
    }
    
.p4 {
    font-size:15px;    
    color: #1D263A;
    font-family: "Satoshi-Bold";
    font-weight: 200px;

}

.p4btn{
    width:150px;
    height:50px;
    
    border:2px solid#1D263A;
    border-radius:10px;
    background-color: transparent;
}
.custom-cursor {
    position: fixed;
    width: 35px;
    height: 35px;
    border: 1px solid var(--pink-color);
    /* Border color */
    border-radius: 50%;
    /* Make it rounded */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* Center the cursor */
    pointer-events: none;
    /* Ensure the cursor doesn't interfere with interactions */
    background-color: transparent;
    /* Background color */
    z-index: 9999;
    /* Ensure it appears above other elements */
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    /* Add a transition effect */

}

body.link-hover .custom-cursor {
    background-color: #363D4B;
    mix-blend-mode: difference;
    width: 70px;
    height: 70px;
    border: 0;
}

body.hover .custom-cursor {
    background-color: #363D4B;
    mix-blend-mode: difference;
    width: 70px;
    height: 70px;
    border: 0;
}

/* ====================== */
.color-theme {
    color: var(--pink-color);
}

.color-theme-dark {
    color: #51CADE;
}

.f-20 {
    font-size: 20px;
}

.f-32 {
    font-size: 32px;
}

.text-color {
    color: var(--black-primary);
}

.font-500 {
    font-weight: 500;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tell-text:hover {
    color: var(--pink-dark);
    text-decoration: none;
}

/* ======Global css===== */

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.ox-hidden {
    overflow-x: hidden;
}

.sec-gap {
    padding-top: 45px;
    padding-bottom: 45px;
}

.common_container {
    width: 89%;
}
.video-box{
    width:100%;
    height:50vh; 
}
.video-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoPlayBtn{
    width: 50px;
    height: 20px;
}
.our__video {
    padding-top: -11px;
    padding-bottom: -11px;
    background-color: #FAFAFA;
}
.position-relative {
    position: relative;

}
.blogsec{
    margin-top: 4rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
    background-color: #F4F4F4;
}
.service-details-url:hover{
    text-decoration: none;
}
.service-details-url .blog-card1{
    margin-bottom: 0 !important;
}
.blog-card1{
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 5.5rem;
    width: 100%;
}
.blog-card{
    background-color: #FFFFFF;
    /* padding: 1rem; */
    border-radius: 20px;
    margin-bottom: 5.5rem;
    height: 325px;
    width: 100%;
}
.blog-card .blog-title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 1rem;

}
.blog-content{
    min-height: 200px;
    padding: .85rem;
}
.blog-content .h4{
    color: #1D263A;
    font-weight: 700;
    font-family: var(--font-jakarta);
    font-size: 24px;
    margin-top: .5rem;
}
.blog-content .desc{
    color: #1D263A;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.7;
}

.blogsec2{
    padding-top: 200px;
}
.blogsec3{
    padding-top:150px;
    margin-left: 9px;
    width:120%;
    max-width: 1400px !important;
    background-color: #F9FAFB;
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-attachment: fixed ;
}

.blogsec4{
    padding-top:50px;
}

.service-cards1{
    padding-top: 30px;
    margin-left: 20px;
}
 

.customer-review{
    background-color: white;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section-heading{
    color: #1D263A;
    font-size: 40px;
    font-weight: 600;
}
.customer-review .section-heading{
    color:black;
}
.client-card{
    background-color: white;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: #000;
}
.test-image img{
    width:100px;
    height: 100px;
}
#p4{
    font-size: 25px;
    margin-left: 10px;

}
.section-heading1{
    margin-left: -30px;
}
.section-heading2{
    margin-left: -40px;
    margin-top: -20px;
    color: #1D263A;
    font-size: 48px;
    font-weight: 600;
}
.pl-3{
    font-size:12px;
}
.customer-review .description{

color:black;
}
.client-img{
    position: relative;
}
.client-img span{
    color: #fff;
}
.client-card .description{
    min-height: 180px;

}
.quit{
    right: 0px;
    top: 0px;
    position: absolute;
}
.client-review .owl-item .quit img{
    width: 50px !important;
}
.video_overlay {
    top: 0;
    left: 0;
}
/* .play-btn {
    margin-top: -10px;
    margin-left: -150px;
    border-radius: 12px;
    
} */
#p1{
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 26.46px;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.video-box {
    position: relative;
    width: 150%;
    margin-left: -128px;
}



.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}
.play-btn {
    /* position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); */
    background: none;
    border: none; 
    cursor: pointer; 
    z-index: 2; 
    margin-left: -228px;
}
.our__video .video__container{
    width:100%;
    height:auto
    
}
.section__title, .head-and-para h2 {
    color: #363D4B;
    opacity: 1;
    font-size: 40px;
    font-weight: 700;
}

.section__title-sm {
    font-size: 30px;
}

.base__line {
    display: inline-block;
    width: 160px;
    height: 8px;
    background: transparent -o-linear-gradient(200deg, #209CFF 0%, #68E0CF 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, #209CFF 0%, #68E0CF 100%) 0% 0% no-repeat padding-box;
}

.base__line-s {
    width: 103px;
}

.base__line-w {
    background: var(--main-bg-white);
}

.owl-2-items {
    background-color: var(--main-bg-white);
    height: 446px;
    border-radius: 6px;
    padding: 13px;
}

.owl-2-itemImg img {
    height: 244px;
}

.owl-2-body {
    padding: 0 20px 20px 10px;
}

.owl-2-body small {
    letter-spacing: 0.68px;
    color: #323442;
    opacity: 0.5;
    font-weight: 500;
}

.owl-2-body h3 {
    letter-spacing: 1.08px;
    color: #323442;
    opacity: 1;
    font-size: 16px;
    margin: 8px auto;
    height: 60px;
    font-size: 24px;
    font-weight: 500;
    color: var(--black-primary);
}

.owl-2-body p {
    letter-spacing: 0.68px;
    color: #323442;
    opacity: 0.7;
    font-size: 15px;
    line-height: 26px;
}

.owl-2-footer p {
    letter-spacing: 0.68px;
    color: #323442;
    opacity: 0.8;
    font-weight: 500;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.story {
    background-color: #353846;
}

.story .container-fluid {
    padding: 0 0 0 100px;
}

/* =================== */
.top-header-section {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.35s ease-in;
}

.top-header-section.active-bg {
    -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    padding-top: 4px;
    padding-bottom: 4px;
}

/* .nav_brand img{
    width: 298px;
    height: auto;
} */
.nav_brand {
    z-index: 1000;
}

.contact_ul {
    margin-top: 100px;
}

.top_link {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    font-weight: 500;
}

.top_link:hover {
    color: #ffffff;
}

.top_link:nth-of-type(1)::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #1D263A;
    opacity: 0.13;
}

.top_link:hover {
    text-decoration: none;
}

.navbar {
    width: 100%;
    position: absolute;
    padding: 13px 10px;
    border-radius: 0;
    top: 0;
}

.nav_brand {
    color: var(--main-color-green);
}

#header {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#header .container-fluid {
    width: 88%;
}

#top__header {
    background: #FFFFFF;
}

#navbarNav {
    display: block;
}

.py-nav {
    padding-top: 0;
}

.logo_black {
    display: none;
}

.logo_white {
    display: block;
}


.navbar-brand img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/* .active-bg #header .navbar-brand>img {
   -webkit-transform: scale(0.7);
       -ms-transform: scale(0.7);
           transform: scale(0.7);
} */
.nav-item.empl-btn:hover {
    background-color: #fff;
    border: 1px solid var(--main-color-red);
}

.navbar .navbar-nav .nav-item.empl-btn:hover a.nav-link {
    color: var(--black-primary);
}

.nav-item.empl-btn {
    background-color: var(--main-color-red);
    font-weight: 700;
    border: 1px solid transparent;
}

.nav-item.empl-btn a {
    color: #fff;
}

.nav-link.user-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .1rem !important;
    padding-bottom: 0 !important;
}

.nav-link.user-profile span.user-name {
    font-weight: 600;
}

.nav-link.user-profile span img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 5px;
}


.navbar .navbar-nav .nav-item:nth-of-type(7):hover {
    background-color: transparent !important;
}


.navbar .navbar-nav .nav-item {
  padding: 0px 5px;
    transition: 0.3s all ease-in;
    
}

/* .navbar .navbar-nav .nav-item:nth-of-type(7){
    margin-left: 60px;
} */

.navbar .navbar-nav a.nav-link:hover {
    opacity: 1;
}

.navbar .navbar-nav a.nav-link {
    color: var(--text-white);
    font-size: 15px;
    text-transform: none;
    transition: 0.35s font-weight;
    font-family: var(--font-semi-bold);
}

.navbar-nav{
    margin-left: -100px;
}
.dropdown-menu_ul {
    justify-content: center;
    width: 100%;
}

.dropdown-menu_ul li {
    text-align: center;
    width: 33.33%;
}

.sub-link {
    font-size: 20px;
    padding: 0.45rem 4rem;
}

.drop-item .sub-link {
    color: #ffffff;
    text-transform: none;
}

.drop-item.active .sub-link {
    background-color: var(--pink-color);
    color: #ffffff;
}

.drop-item .sub-link:hover {
    background-color: var(--pink-color);
    color: #ffffff;
}

.navbar-nav .dropdown-menu {
    margin-top: -5px;
}

.navbar .navbar-nav .nav-item.active a.nav-link {
    color: #EE4035;
}

.navbar .navbar-nav a.nav-link:hover {
    color: #fff;
}

.navbar .navbar-nav a.nav-link.sub-nav-link {
    font-size: 13px;
}

li.btn_nav_item {
    transform: translateY(4px);
}
.nav-link1{
    color: #000;
    margin-left: -50px;
}
a.px {
    padding-left: .8rem !important;
    padding-right: .8rem !important;
}

.fa.arrow_down_icon {
    color: #6C6969;
}
.arrow-icon{
    margin-left:3px;
    margin-top:-3px;
    color:#EE4035 ;
    
}

.navbar .navbar-nav .nav-item a.nav-link::after {
    position: absolute;
    content: '';
    top: 25px;
    left: 50%;
    width: 0%;
    height: 3px;
    border-radius: 0;
    background-color: #ffffff;
    
    transition: 0.2s all ease-in;
}

.navbar .navbar-nav .nav-item a.nav-link.content-none::after {
    content: none;
}

.dropdown-toggle::after {
    content: none;
    margin: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.navbar .navbar-nav .nav-item a.nav-link.dropdown-toggle:hover::after {
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
}

.navbar .navbar-nav .nav-item.empl-btn a.nav-link {
    color: var(--text-white);
}

#sidebarCollapse:focus {
    outline: none;
    border: none;
}

.toggle_texts span {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    z-index: 1024;
    position: relative;
    display: inline-block;
}

.toggle_texts span:nth-of-type(1) {
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.toggle_texts span:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.toggle_texts.active span:nth-of-type(1) {
    opacity: 1;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}

.toggle_texts.active span:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

#sidebarCollapse {
    /* width: 40px; */
    z-index: 1024;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    outline: none;
    border: none;
    background-color: transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: ease-in 0.1s;
    -o-transition: ease-in 0.1s;
    transition: ease-in 0.1s;
}

#sidebarCollapse>i {
    font-size: 22px;
    color: var(--main-color-red);
    margin-top: 2px;
}

#sidebarCollapse.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mobile-nav {
    width: 100%;
    /* height: 0px;
    min-height: 0px; */
    position: fixed;
    left: 0;
    top: calc(-100% - 350px);
    background: var(--pink-color);
    z-index: 999;
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    display: block;
    overflow-y: auto;
    padding-bottom: 40px;
    padding-top: 186px;
}

.mobile-nav.active {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

#side-click-close.active {
    display: block;
    height: 100vh;
}

#side-click-close {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

body.stop-scroll {
    overflow-y: hidden;
}

.active-bg .navbar .navbar-nav .nav-item::after {
    bottom: -24px;
}



@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.stop-scroll .nav_brand:hover .logo-green {
    display: none;
}

/* .active-bg #header .navbar .navbar-nav .nav-item.active a.nav-link {
    color: var(--text-white) !important;
} */

li.btn-grey-second {
    background-color: #fff;
    border: 1px solid var(--main-color-red);

}

li.btn-grey-second a {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    font-weight: 700;
}

li.btn-grey-second:hover {
    background-color: var(--main-color-red);
}

li.btn-grey-second:hover a.nav-link {
    color: #000;
}

.notification {
    position: relative;
}

.btn-primary {
    outline: none;
    border-radius: 7px;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 30px;
    background-color: #4C68F4;
}

.btn-primary_rad {
    border-radius: 0px 0px 5px 0px;
    padding: 1rem 2.5rem;
    color: var(--text-white);
    font-weight: 500;
}

.btn-primary_common {
    height: 55px;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.btn-primary:hover, .btn-primary:focus {
    
    box-shadow: 2px 2px 13px #525151;
    box-shadow: none;
    outline: none;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--pink-dark);
    border-color: var(--pink-dark);
    box-shadow: none;

}

/* .btn-primary:active{
    background-color: #007bb9 !important;
    border-color: #007bb9 !important;
} */
.btn-primary-outline {
    background-color:  var(--blue-dark-secondary);
    color: #fff !important;
    border: 1px solid #fff;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px;
    text-transform: none;
    overflow: hidden;
    transition: 0.35s ease;
    font-family: "Satoshi-Bold";
    width: 200px;
    height: 65px;
    line-height: 55px;
    text-align: center;
}

.btn-primary-outline:hover {
   
    letter-spacing: 1px;
}

.btn-red-outline {
    background-color: transparent;
    color: #D41F25;
    border: 1px solid #D41F25;
    outline: none;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 43px;
    border-radius: 0px;
    text-transform: none;
    overflow: hidden;
    transition: 0.35s ease;
    font-family: "Satoshi-Bold";

}

.btn-red-outline:hover {
    background-color: #D41F25;
    border-color: #D41F25;
    letter-spacing: 1px;
    color: #fff;
}

.btn-primary-outline-white:hover {
    background-color: #fff;
    color: #1d263a !important;
}

.notification>span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

.notification>span i {
    color: var(--black-primary) !important;
}

.notification::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    background-color: #7070704D;
    padding: 10px;
    z-index: -1;
}

#header {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 60;
    top: 0;
    -webkit-transition: 0.35s ease-in;
    -o-transition: 0.35s ease-in;
    transition: 0.35s ease-in;
    /* padding-top: .8rem;
    padding-bottom: .8rem; */
    padding-top: 48px;
    background: transparent;
}

.bar1,
.bar2,
.bar3 {
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

div.bar3 {
    width: 40;
}

#sidebarCollapse.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    -ms-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

#sidebarCollapse.active .bar2 {
    opacity: 0;
}

#sidebarCollapse.active div.bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -1px);
    -ms-transform: rotate(45deg) translate(-4px, -1px);
    transform: rotate(45deg) translate(-4px, -1px);
    width: 40px;
}

.stories-dd {
    width: 30vw;
    border: none;
    top: 83%;
    left: 5px;
}

.top_search {
    right: 0;
    padding: .6rem;
    border: 2px solid var(--blue-dark-primary);
}

input.top_search:focus {
    background-color: #fff;
    outline: none;
    border: 2px solid var(--blue-dark-primary);
}

.input_group {
    display: none;
}

.input_group.active {
    display: block;
}

.mySearch.active .close_x {
    display: block;
}

.mySearch .search_input {
    display: block;
    cursor: pointer;
}

/* .mySearch.active .search_input{
    display: none;
} */
.close_x {
    display: none;
    right: 45px;
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.mySearch.active .close_x {
    display: block;
}

.input_group .btn.btn_search_input {
    outline: none;
    border: none;
    display: none;
    position: absolute;
    z-index: 99;
    background-color: var(--blue-dark-primary);
    padding: .6rem;
    border-radius: 0;
}

.input_group.active .btn.btn_search_input {
    display: block;

}

.top_search::-webkit-input-placeholder {
    opacity: 0.5;
}

.top_search::-moz-placeholder {
    opacity: 0.5;
}

.top_search:-ms-input-placeholder {
    opacity: 0.5;
}

.top_search::-ms-input-placeholder {
    opacity: 0.5;
}

.top_search::placeholder {
    opacity: 0.5;
}

.fa2x {
    font-size: 22px !important;
    cursor: pointer;
}

/* ================================================================== */

/* All custom input */
/* /All custom input */

/* All custom button */
.btn.btn-register {
    background-color: transparent;
    border-color: var(--blue-dark-primary);
    border-radius: 2px !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--black-primary);
}

.btn.btn-register::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: transparent -o-linear-gradient(200deg, var(--blue-dark-primary) 0%, var(--blue-dark-primary) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(200deg, var(--blue-dark-primary) 0%, var(--blue-dark-primary) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, var(--blue-dark-primary) 0%, var(--blue-dark-primary)100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn.btn-register:hover {
    color: #ffffff !important;
}

.btn.btn-register:hover:before {
    width: 270px;
    height: 70px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

a.nav-link.btn.btn-register {
    color: var(--black-primary);
    font-size: 13px;
    letter-spacing: 0.88px;
    padding: .5rem 1.5rem;
}

.btn.btn-gradient:focus {
    border: 1px solid #fff;
}

button.btn.btn-read:focus {
    border: 1px solid var(--pink-color);
    color: inherit;
}

button.btn.btn-read:focus:hover {
    color: #ffffff;
}

.btn.btn-gradient {
    background-color: transparent;
    border-color: var(--pink-color);
    width: 262px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--black-primary);
    letter-spacing: 1.5px;
    border-color: var(--pink-color);
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border-radius: 0 !important;
    overflow: hidden;
}

.btn.btn-gradient:hover:before {
    background: transparent -o-linear-gradient(200deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(200deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box;
    width: 270px;
    height: 70px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.btn.btn-gradient:hover {
    color: #fff;
}

.btn.btn-gradient:hover {
    border-color: var(--pink-color);
}

.btn.btn-gradient::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: transparent -o-linear-gradient(200deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(250deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.course_btn {
    bottom: 1.25rem;
    left: 1.25rem;
}

/* /All custom button */

/* ======Custom css for web pages===== */

/* .topBanner{  ok
    top: 82px;
 } */ 
 .container-chat {
    background: #fff;
    padding: 15px;
    position: absolute;
    bottom: 55px;
    border-radius: 10px;
    left: 60px;
    width: 47%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}




/* .section_a {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
} */

/* .section_a-layer {
    background-image: url("../images/bglayer.svg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.section_a .breackLineHeading p {
    color: #ffffff;
} */

.gap-y {
    padding-top: 100px;
    padding-bottom: 100px;
}

.leftImg1 {
    width: 505px;
}
.image-container {
    position: relative;
    width: 300px; 
    height: 420px;
    margin-left:1000px;
    margin-top: -350px;
}

.image-container img:first-child {
    width: 100%; /* First image */
    height: auto;
}

.image-container img:last-child {
    position: absolute; /* Position on top */
    top: 10px; /* Adjust top positioning */
    left: 10px; /* Adjust left positioning */
    width: 100px; /* Adjust size as needed */
}


#bg-image{
width:120%;
height:auto;
margin-top:-400px;
margin-left:250px;
}

.sub__title {
    font-weight: 500;
    color: #D41F25;
    font-size: 22px;
    margin-bottom: 28px;
    text-transform: none;
    font-family: "Oswald";
}

.sub__title-black {
    color: #363D4B;
}

.head_para {
    font-weight: 700;
    font-size: 46px;
    color: #222222;
    line-height: 54px;
    margin-bottom: 30px;
    text-transform: none;
    font-family: "Oswald";
}

.head_para-48 {
    font-size: 48px;
    line-height: 72px;
}

.head_para-black {
    color: #363D4B;
}

.head_para-black span {
    color: #D41F25;
}

.sub_para {
    font-size: 20px;
    color: #949DAE;
    line-height: 32px;
    font-size: 20px;
}

.about__content p {
    color: #686868;
    line-height: 32px;
    margin-bottom: 20px;
}

.row.mt-5 {
    display: flex;
    flex-wrap: nowrap;
}

.blog-card {
    min-height: 100px;
    
    
}
img.clearimg{
    width: 13%;
}
.cleanlines{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.landing_banner {
    /* background-image: url("../images/banner.png"); */
    background: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* border:1px solid red; */
    width: 100%;
    transition: 0.35s linear;
    /* margin-top: -68px; */
    line-height: 20px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.landing_banner-container{
    margin-top: 60px;
}
.landing_banner h1 {
    font-size: 55px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: none;
}

.landing_banner h1>span {
    display: inline-block;
    margin-left: 144px;
}

.landing_banner p {
    font-size: 20px;
}

.landing_banner ul, .footer-media {
    gap: 22px;
}

.landing_banner ul li a, .footer-media li a {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background: transparent;
    transition: 0.35s backgroud;
}

.landing_banner ul li:hover a, .footer-media li:hover a {
    background: var(--pink-color);
    border: 1px solid var(--pink-color);
}

.landing_banner_content {
    gap: 38px;
    margin-top: 50px;
}

.landing_banner_content p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 34px;
}

.hover_card {
    background: transparent;
    -webkit-transition: 0.35s background;
    -o-transition: 0.35s background;
    transition: 0.35s background;
    padding: 30px;
    height: 408px;
}

.hover_card .icon img, .hover_card .icon svg {
    -webkit-animation: mover 1000ms infinite alternate;
    animation: mover 1500ms infinite alternate
}

.hover_card .icon .globe {
    animation: rotation 10s infinite linear
}

.hover_card--black {
    height: 442px;
}

.hover_card-one {
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

.hover_card-one--1 {
    border-right: 1px solid #454F62;
    border-bottom: 1px solid #454F62;
}

.hover_card-four {
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
}

.hover_card-four--4 {
    border-top: 1px solid #454F62;
    border-left: 1px solid #454F62;
}

.hover_card:hover {
    background: var(--pink-color);
}

.hover_card h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 38px auto 33px;
    -webkit-transition: 0.35s color;
    -o-transition: 0.35s color;
    transition: 0.35s color;
}

.hover_card h3.white {
    color: #FFFFFF;
}

.hover_card:hover h3, .hover_card:hover p {
    color: #ffffff;
}

.hover_card p {
    color: #949DAE;
    font-size: 18px;
    line-height: 26px;
    -webkit-transition: 0.35s color;
    -o-transition: 0.35s color;
    transition: 0.35s color;
}

.hover_card:hover .btn-readmorePrimary {
    background-color: #fff;
    color: #D41F25;

}

.service-mb {
    margin-bottom: 60px;
}

.slider {
    margin: auto;
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slide-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(360px * 10);
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
}

.logo_scroller_track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(1120px * 8);
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
}

.logo_scroller_items {
    margin-left: 35px;
    margin-right: 35px;
    width: 1126px;
}

.logo_scroller_track .logo_scroller_items img {
    width: 80%;
    opacity: 0.45;
    transition: 0.35s opacity;
}

.logo_scroller_items:hover img {
    opacity: 1;
}

.logo_scroller_items:hover .logo-green {
    display: block;
}

.slide-track_two {
    width: calc(360px * 10);
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    animation-direction: reverse;
}

.slide_custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--bg-black-34B);
    margin-left: 20px;
    margin-right: 20px;
    -webkit-perspective: 150px;
    perspective: 150px;
}

.slide_custom img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.slide_custom:hover img {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
}

.slide-track:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-358px * 5));
        transform: translateX(calc(-358px * 5));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-358px * 5));
        transform: translateX(calc(-358px * 5));
    }
}

.marquee_image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.marquee {
    position: relative;
}

.marquee_two, .slide-track-index {
    z-index: 3;
}

.marquee, .slide_custom p {
    color: #363D4B;
    font-size: 64px;
    font-weight: 700;
    text-shadow:
        -1px -1px 0 #363D4B,
        1px -1px 0 #363D4B,
        -1px 1px 0 #363D4B,
        1px 1px 0 #363D4B;
}

.marquee, .middelSlide .slide_custom p {
    color: #D41F25;
    font-size: 64px;
    font-weight: 700;
    text-shadow:
        -1px -1px 0 #D41F25,
        1px -1px 0 #D41F25,
        -1px 1px 0 #D41F25,
        1px 1px 0 #D41F25;
}

.marquee_image img {
    max-width: 1034px;
}

.oval_img_left {
    top: -60px;
    left: 0;
    -webkit-animation: mover 1000ms infinite alternate;
    animation: mover 1000ms infinite alternate
}

.oval_img_right {
    right: 55px;
    bottom: 0;
    -webkit-animation: mover 800ms infinite alternate;
    animation: mover 800ms infinite alternate
}

.absolute-btn {
    bottom: 94px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section_d {
    padding-bottom: 142px;
}

.client_logos {
    margin-top: 40px;
}

.client_logos img {
    width: 100%;
}

.tt-logo {
    -webkit-transform: translateY(18px);
    -ms-transform: translateY(18px);
    transform: translateY(18px);
}

.section_e {
    background-color: #363D4B;
}

.section_e .section_a-layer {
    padding-top: 132px;
    padding-bottom: 132px;

}

.section_e h5, .section_f h5 {
    color: #ffffff;
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
    text-align: center;
    max-width: 930px;
}

.section_f h5 {
    max-width: inherit;
    text-transform: capitalize;
}

.section_e p {
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto 25px;
    max-width: 930px;
}

.shape1 {
    top: -82px;
    left: 88px;
    -webkit-animation: mover 1000ms infinite alternate;
    animation: mover 1000ms infinite alternate
}

.shape2 {
    right: 0;
    animation: rotation 5s infinite linear
}

.shape3 {
    left: 0;
    bottom: -62px;
    -webkit-animation: mover 1000ms infinite alternate;
    animation: mover 1000ms infinite alternate
}

.section_f {
    background-color: var(--pink-color);
}

.btn-tap {
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 15px 22px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 24px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: 0.35s background;
    -o-transition: 0.35s background;
    transition: 0.35s background;
}

.tap-tags a:hover {
    text-decoration: none;
}

.btn-tap:hover {
    background: #ffffff;
    color: #363D4B;
}

.section_g {
    background-color: #FAF9F9;
}

.blogs_carousel .owl-stage {
    padding-left: 0 !important;
}

.blogs_card_img img {
    width: 100%;
    height: 373px;
    object-fit: cover;
}

.blogs_card_content {
    padding-top: 40px;
}

.blogs_card_content h3 {
    color: #363D4B;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    height: 80px;
}

.blogs_desc_time {
    margin: 14px 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--pink-color);
}

.blogs_card_content p {
    color: #949DAE;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
}

.blogs_card_content span {
    display: inline-block;
    color: #363D4B;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.page-head h1, .page-head p.h1 {
    color: var(--pink-color);
    font-size: 48px;
    line-height: 72px;
    font-weight: 600;
}

.page-head p {
    color: #949DAE;
    font-size: 24px;
    line-height: 42px;
    margin-top: 25px;
}

.page-content-bg {
    background-color: #363D4B;
    width: 100%;
    padding: 142px 0;
}

.page-content-white {
    padding: 142px 0;
}

.service_article {
    padding: 55px 0;
    border-bottom: 1px solid #ECECEC;
}

.service_article.bb-0 {
    border-bottom: 0;
}

.service_article .d-flex {
    gap: 8px;
}

.flex-3 {
    flex: 3;
}

.service_article span {
    color: #363D4B;
    font-size: 22px;
    font-weight: 500;
    transition: 0.35s ease-in;
}

.service_article:hover span {
    color: var(--pink-color);
}

.service_article h4 {
    color: #363D4B;
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 600;
    transition: 0.35s ease-in;
}

.service_article:hover h4 {
    color: var(--pink-color);
}

.service_article p {
    color: #949DAE;
    font-size: 18px;
    line-height: 26px;
    transition: 0.35s ease-in;
}

.section_i {
    padding: 120px 0;
}

.section_i_content {
    margin-top: 40px;
}

.section_i_content h6 {
    color: #363D4B;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
}

.section_i_content p {
    color: #949DAE;
    font-size: 18px;
    line-height: 32px;
}

.shape4 {
    position: absolute;
    left: -86px;
    top: -66px;
    -webkit-animation: mover 1000ms infinite alternate;
    animation: mover 1000ms infinite alternate
}

.shape5 {
    position: absolute;
    bottom: -60px;
    right: -40px;
    -webkit-animation: mover 1000ms infinite alternate;
    animation: mover 1000ms infinite alternate
}

.tiltimage {
    max-width: 502px;
    width: 100%;
}

.about_topBanner {
    background-color: #363D4B;
    background-image: url('../images/aboutBanner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -116px;
    padding-bottom: 50px;
    overflow: hidden;
}

.about_topBanner h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 76px;
    font-weight: 600;
    margin-top: 220px;
    margin-bottom: 150px;
}

.about_topBanner p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;

}

.scrollDown_texts {
    margin-bottom: 53px;
}

.scrollDown_texts a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #FFFFFF;
    text-transform: capitalize;
}

.scrollDown_texts a:hover {
    text-decoration: none;
}

.scrollDown_texts h5 {
    color: #949DAE;
    font-size: 22px;
    font-weight: 500;
}

.about_topBanner hr {
    border-top: 1px solid #949DAE;
}

.logo_scroller {
    padding-top: 40px;
}

.about_usHead {
    padding: 142px 0;
}
.about_us_content h4{
    font-weight: 700;
    color: #1D263A;
    font-family: var(--font-jakarta);
    font-size: 42px;
    margin-bottom: 2rem;
}
.about_us_content ul{
    list-style: disc !important;
    padding-left: 17px !important;
    padding-right: 3.5rem;
}
.about_us_content ul li{
    margin-bottom: 10px;
    color: #1D263A;
    opacity: 0.8;
    font-family: var(--font-regular);
    font-size: 20px;
    text-align: justify;
}
.videoSection .banner{
    max-height: 450px;
    object-fit: cover;
}
.videoBtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about_usHead p {
    font-size: 20px;
    /* line-height: 42px; */
    color: #949DAE;
    margin-bottom: 20px;
}

.texts_scroller p {
    color: #363D4B;
    font-size: 64px;
    font-weight: 700;
    text-shadow: -1px -1px 0 #363D4B, 1px -1px 0 #363D4B, -1px 1px 0 #363D4B, 1px 1px 0 #363D4B;
}

.texts_scroller span.dot {
    color: #363D4B;
    border-color: #363D4B;
}

.texts_scroller span.dot {
    color: #D41F25;
    border-color: #D41F25;
}

.texts_scroller p span.dot {
    text-shadow: -1px -1px 0 #D41F25, 1px -1px 0 #D41F25, -1px 1px 0 #D41F25, 1px 1px 0 #D41F25;
}

/* .about_content-inner{
    margin-bottom: 145px;
} */
.about_content {
    margin-top: 3rem;
}

.about_content .card {
    margin-bottom: 2.5rem;
    border: none;
}

.about_content-inner h6 {
    margin-bottom: 25px !important;
}

.about_content-inner p {
    color: #949DAE;
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
}

.about_content-inner h5 {
    color: #363D4B;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.about_content-inner ul {
    list-style: disc;
    padding-left: 34px;
}

.about_content-inner ul li {
    color: #949DAE;
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
}

.about_content-inner ul li span {
    font-weight: 600;
}

.aboutinfoGraphic {
    margin-top: -56px;
}

.about_content-outer {
    padding-top: 94px;
}

.contactBanner {
    margin-top: -116px;
    padding-top: 182px;
    padding-bottom: 138px;
    background-color: #363D4B;
}

.contactBanner_inner {
    background: url("../images/bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.contactBanner_inner h6 {
    margin-bottom: 20px;
}

.contactBanner_inner p {
    line-height: 32px;
    font-size: 20px;
}

.contactBanner a {
    color: #ffffff;
    font-size: 22px;
}

.contactBanner a:hover {
    text-decoration: none;
}

.contactBanner_inner-contact {
    margin-top: 72px;
}

.contactBanner_inner-contact>div {
    margin-bottom: 40px;
}

.contactBanner_inner-contact h4 {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 8px;
}

.sendContactUs_outer {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
}
#exampleFormControlTextarea1 {
    height: 150px; /* Adjust height as needed */
    line-height: 20px;
}

 .form-group {
    margin-bottom: 20px;
}

 .form-control {
    border: 1px solid #c6c1c1;
    border-radius: 8px;
    background-color: transparent;
    height: 50px;
    color: #1d263a;
    font-weight: 500;
    font-size: 18px;
    margin-top: 1px;
}
.min-height-label{
    min-height: 50px;
}
.border-bottom-gray {
    border-bottom: 1px solid #d9d9d98a;
    position: relative;
    bottom: 8px;
    width: 100%;
}


#sendContactUs .form-control::placeholder {
    color: #949DAE;
    opacity: 0.45;
    font-weight: 500;
    font-size: 18px;
}

#sendContactUs textarea.form-control {
    height: auto;
}

#sendContactUs .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: #FAF9F9;
}

.all_contact {
    padding: 138px 0;
}

.all_contact h6 {
    color: #363D4B;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 76px;
}

.address_div {
    margin-top: 38px;
}

.address_div address {
    color: #363D4B;
    line-height: 39px;
    font-size: 26px;
    margin-top: 15px;
}

.team_hero {
    padding-top: 98px;
}

.teams_slider {
    padding-top: 80px;
    padding-bottom: 158px;
}

.team_member_outer {
    position: relative;
}

.team_membercount {
    position: absolute;
    top: 82px;
    left: 15px;
    width: 100%;
    color: #363D4B;
    font-size: 22px;
    font-weight: 500;
}

.team_member_details h3 {
    font-size: 36px;
    color: #363D4B;
    font-weight: 600;
}

.team_member_details h6 {
    color: #949DAE;
    font-size: 20px;
    line-height: 30px;
}

.team_member_details p {
    font-size: 20px;
    line-height: 32px;
    color: #949DAE;
    margin-top: 32px;
}
.owl-theme .owl-nav{
    position: absolute;
    top: -110px;
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 52px;
    height: 52px;
    background:#FFFFFF !important;
    border: 1px solid #DFDFDFB2 !important;
    border-radius: 10px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.35s background;
    -o-transition: 0.35s background;
    transition: 0.35s background;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{
    background-color: #EE4035 !important;
    border: 1px solid #EE4035 !important;
}
.owl-carousel .owl-nav button.owl-next{
    margin-right: 0 !important;
}
.owl-carousel .owl-nav button svg path{
    stroke: #0A043C;
}
.owl-carousel .owl-nav button:hover svg path{
    stroke: #fff;
}
.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-carousel.teams_carousel .owl-nav {
    left: 50%;
    bottom: 42px;
}

.owl-carousel.teams_carousel .owl-nav button.owl-prev:hover, .owl-carousel.teams_carousel .owl-nav button.owl-next:hover {
    background: var(--pink-color) !important;
    border: 1px solid var(--pink-color);
}

.owl-carousel.teams_carousel .owl-nav button svg path {
    stroke: #949DAE;
    -webkit-transition: 0.35s stroke;
    -o-transition: 0.35s stroke;
    transition: 0.35s stroke;
}

.owl-carousel.teams_carousel .owl-nav button:hover svg path {
    stroke: #ffffff;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.topBanner {
    max-height: 800px;
    /* height: 600px; */
}

.bannerSml {
    height: 586px;
    object-fit: cover;
}

.top-content, .carouselCaption, .absolute_container {
    position: absolute;
    top: 57%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 500px;
}

/* div.carouselCaption{
      top: 50%;
  } */
.absolute_container {
    max-width: 600px;
    top: 62%;
}

.top-content h1, .carouselCaption h2, .carouselCaption h1, .absolute_container h1 {
    font-size: 42px;
    font-weight: var(--font-bold);
    color: var(--text-white);
    letter-spacing: 1px;
    text-transform: none;
}

.absolute_container h1 {
    font-size: 40px;
}

.top-content p, .carouselCaption p {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 55px;
    font-weight: 500;
    color: var(--text-white);
    line-height: 30px;
}

.owl-carousel.owl-theme.owl-1 .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: var(--pink-color);
    width: 40px;
    height: 60px;
    border-radius: 0 !important;
    transition: 0.3s ease-in-out;
}

.owl-carousel.owl-theme.owl-1 .owl-nav button:hover {
    background-color: var(--blue-dark-primary) !important;
}

.owl-carousel.owl-theme.owl-1 .owl-nav button i {
    color: #ffffff;
    font-size: 30px !important;
}

.owl-carousel.owl-theme.owl-1 .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel.owl-theme.owl-1 .owl-nav button.owl-next {
    right: 0;
    margin-right: 0;
}

.head-and-para h2 {
    margin-bottom: 12px;
}

.curve_img {
    position: relative;
    z-index: 1;
    /* margin-top: -16px; */
}

.curve_up {
    position: absolute;
    z-index: 1;
    top: 0;
}

.sub-heading {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 1.98px;
    color: var(--black-primary);
}

.subTitle {
    font-weight: 700;
    color: var(--black-primary);
    margin-top: 50px;
}

.subTitleL {
    font-size: 50px;
}

.process_card {
    background-color: var(--pink-color);
    border-radius: 16px;
    padding: 20px;
    margin-top: 30px;
    -webkit-transition: 0.35s ease-in;
    -o-transition: 0.35s ease-in;
    transition: 0.35s ease-in;
}

.process_card:hover {
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(-15px);
}

.process_card:hover .process_card_steps {
    background-color: var(--pink-color);
}

.process_card:hover .process_card_steps p {
    color: #ffffff;
}

.process_card_steps {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-transition: 0.35s ease-in;
    -o-transition: 0.35s ease-in;
    transition: 0.35s ease-in;
}

.process_card_steps p {
    color: var(--pink-color);
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    line-height: 1.12;
    -webkit-transition: 0.35s ease-in;
    -o-transition: 0.35s ease-in;
    transition: 0.35s ease-in;
}

.process_card_steps p span {
    font-size: 40px;
    display: inline-block;
    line-height: 1;
}

.process_heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

.process_card:hover .process_heading {
    color: var(--pink-color);
    -webkit-transition: 0.35s ease-in;
    -o-transition: 0.35s ease-in;
    transition: 0.35s ease-in;
}

.process_card>p {
    color: #ffffff;
}

.process_card:hover>p {
    color: var(--blue-dark-primary);
}

.list_div {
    margin-top: 20px;
}

.list_div .dotsIcon {
    width: 14px;
    height: 14px;
    background-color: var(--pink-color);
    transform: rotate(45deg);
    margin-right: 10px;
}

/* About  */
.about_us {
    padding-top: 50px;
    padding-bottom: 65px;
}

.a_para {
    letter-spacing: 0.01em;
    color: var(--text-gray);
    line-height: 32px;
    font-weight: 500;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 25px;
}

.images-row img {
    border-radius: 10px;
}

/* Our Service */
.our__service {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F2F2F8;
}

.service__card {
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 30px;
    background-color: #F2F2F8;
    margin-top: 20px;
    width: calc(100% - 16px);
    transition: 0.3s ease-in-out;
    min-height: 360px;
}

.service__cardHeight {
    min-height: 230px;
}

.service__card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff !important;
    opacity: 0.12;
    border-radius: 10px;
    z-index: -1;
    border: 1px solid #1D263A;
}

.service__card:hover {
    background-color: var(--blue-dark-primary);
}

.service__card:hover .service_content h5, .service__card:hover .service_content p {
    color: var(--text-white);
}

.img_icon {
    height: 50px;
}

.service_content {
    margin-top: 40px;
}

.service_content h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--blue-dark-primary);
    height: 58px;
}

.myCardHeader, .myCard {
    border-radius: .25rem !important;
    padding: 0;
}

.myBtn_link {
    border: 1px solid var(--pink-color);
    text-decoration: none;
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    background-color: var(--pink-color);
}

.myBtn_link:hover {
    text-decoration: none;
    color: var(--blue-dark-primary);
}

.serviceLi {
    list-style-type: disc;
    padding-left: 40px;
}

.serviceLi li {
    margin-bottom: 8px;
}

.service_content p {
    font-size: 17px;
    line-height: 30px;
    opacity: 0.8;
    color: var(--blue-dark-primary);
}



.category_row {
    margin-top: 33px;
}

.mt_row {
    margin-top: 50px;
}

.card.category__card:hover .categrory__card_title, .card.category__card:hover .category__card_content p {
    color: #fff;
}

.card.category__card.active {
    border-radius: 6px;
    border: 0;
    padding: 19px 17px;
    z-index: 1;
}

/* .category__card_body{
     padding-bottom: 0;
  } */
.categorry__card_header.active {
    background-color: #ffffff;
    border-radius: 8px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}

.categrory__card_title.active {
    letter-spacing: 1.56px;
    color: var(--black-primary);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
}

.first_card .card.category__card.active:hover:before {
    opacity: 1;
}

.first_card .card.category__card.active::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5FD46D;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.first_card .card.category__card.active:hover .categorry__card_header::before {
    background-color: #fff;
    opacity: 1;
}

.first_card .card.category__card.active .categorry__card_header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5FD46D;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
}

.category__card_content.active p {
    letter-spacing: 0.72px;
    color: var(--black-primary);
    font-weight: 500;
    line-height: 28px;
}

.card.category__card {
    border-radius: 6px;
    border: 0;
    padding: 19px 17px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    background-position: 50% 50%;
    background-size: 0% 0%;
}

.categorry__card_header {
    border-radius: 8px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.categrory__card_title {
    height: 52px;
    letter-spacing: 1.56px;
    color: var(--black-primary);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
}

.category__card_content p {
    letter-spacing: 0.72px;
    color: var(--black-primary);
    font-weight: 500;
    line-height: 28px;
}

.first_card:nth-of-type(2) .card.category__card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #36BBF0;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.first_card:nth-of-type(2) .card.category__card .categorry__card_header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #36BBF0;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
}

.first_card:nth-of-type(2) .card.category__card:hover .categorry__card_header::before {
    background-color: #ffffff;
    opacity: 1;
}

.first_card:nth-of-type(2) .card.category__card:hover:before {
    opacity: 1;
    cursor: pointer;
}

.first_card:nth-of-type(2) .card.category__card:hover {
    background-size: 100% 100%;
    background-color: #36BBF0;
}


.first_card:nth-of-type(3) .card.category__card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F68C20;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.first_card:nth-of-type(3) .card.category__card .categorry__card_header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F68C20;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
}

.first_card:nth-of-type(3) .card.category__card:hover .categorry__card_header::before {
    background-color: #ffffff;
    opacity: 1;
}

.first_card:nth-of-type(3) .card.category__card:hover:before {
    opacity: 1;
    cursor: pointer;
}

.first_card:nth-of-type(4) .card.category__card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5444A5;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
    cursor: pointer;
}

.first_card:nth-of-type(4) .card.category__card .categorry__card_header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5444A5;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
}

.first_card:nth-of-type(4) .card.category__card:hover .categorry__card_header::before {
    background-color: #ffffff;
    opacity: 1;
}

.first_card:nth-of-type(4) .card.category__card:hover:before {
    opacity: 1;
    cursor: pointer;
}

.first_card:nth-of-type(5) .card.category__card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5444A5;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.first_card:nth-of-type(5) .card.category__card .categorry__card_header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5444A5;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
}

.first_card:nth-of-type(5) .card.category__card:hover .categorry__card_header::before {
    background-color: #ffffff;
    opacity: 1;
}

.first_card:nth-of-type(5) .card.category__card:hover:before {
    opacity: 1;
    cursor: pointer;
}

.first_card:nth-of-type(6) .card.category__card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F68C20;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.first_card:nth-of-type(6) .card.category__card .categorry__card_header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F68C20;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
}

.first_card:nth-of-type(6) .card.category__card:hover .categorry__card_header::before {
    background-color: #ffffff;
    opacity: 1;
}

.first_card:nth-of-type(6) .card.category__card:hover:before {
    opacity: 1;
    cursor: pointer;
}

.first_card:nth-of-type(7) .card.category__card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #36BBF0;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.first_card:nth-of-type(7) .card.category__card .categorry__card_header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #36BBF0;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
}

.first_card:nth-of-type(7) .card.category__card:hover .categorry__card_header::before {
    background-color: #ffffff;
    opacity: 1;
}

.first_card:nth-of-type(7) .card.category__card:hover:before {
    opacity: 1;
    cursor: pointer;
}

.first_card:nth-of-type(8) .card.category__card::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5FD46D;
    opacity: 0.05;
    border-radius: 6px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.first_card:nth-of-type(8) .card.category__card .categorry__card_header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5FD46D;
    opacity: 0.2;
    border-radius: 8px;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    z-index: -1;
}

.first_card:nth-of-type(8) .card.category__card:hover .categorry__card_header::before {
    background-color: #ffffff;
    opacity: 1;
}

.first_card:nth-of-type(8) .card.category__card:hover:before {
    opacity: 1;
    cursor: pointer;
}

.swiper {
    height: 500px;
    overflow-x: hidden !important;
    position: unset !important;
}

.swiper-wrapper {
    position: unset !important;
}

.swiper-scrollbar-drag {
    background: #007BBC !important;
    border-radius: 0 !important;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 3px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85% !important;
    bottom: -9px !important;
}

.swiper-scrollbar {
    background: #ffffff !important;
}

.course {
    background-color: #F2F2F8;
    padding-bottom: 80px;
}

.course_gap {
    padding-bottom: 45px;
}

.course_tag {
    background-color: #1B9ADD;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: .05rem .5rem;
    letter-spacing: 0.63px;
    font-weight: 500;
    margin-top: .5rem;
}

.course_footer {
    margin-top: 10px;
}

.course_footer_fp span, .course_footer_lp span {
    font-size: 24px;
    font-weight: 600;
    color: var(--black-primary);
    letter-spacing: 1.08px;
    margin-left: 7px;
}

.course_footer_fp img, .course_footer_lp img {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.course_footer_lp img {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
}

.course_footer_lp span {
    color: #2A2930;
    opacity: 0.4;
}

.course_footer_lp {
    position: relative;
    display: inline-block;
}

.course_footer_lp::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2A2930;
    opacity: 0.3;
}

.owl-2-items {
    position: relative;
}

.like_tag {
    position: absolute;
    right: 24px;
    top: 24px;
}

.more_course {
    background-color: #FBFBFD;
}

.more_course h2 {
    letter-spacing: 2.86px;
    color: #2A2930;
    font-size: 42px;
    font-weight: 600;
}

.more_course p {
    letter-spacing: 1.26px;
    color: #2A2930;
    line-height: 30px;
    font-size: 20px;
    margin-top: 15px;
}

p.para-text {
    font-size: 15px;
}

.connected_with {
    background-color: #ffffff;
    border: 1px solid #E7E8EA;
}

.clint_div:nth-child(2) {
    text-align: center;
}

.clint_div:nth-child(2) img {
    width: 70% !important;
}

.w-85 {
    width: 85%;
}

.slider_item_header_r img {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.slider_profile img {
    width: 50px;
    height: 50px;
}

.slider_profile_title {
    margin-left: 15px;
}

.slider_profile_title h5 {
    letter-spacing: 1.26px;
    color: #2A2930;
    font-size: 26px;
    font-weight: 500;
}

.slider_profile_title p {
    letter-spacing: 0.72px;
    color: #2A2930;
    opacity: 0.6;
    line-height: 1;
}

.user-review-img {
    width: 200px;
    margin-right: 2rem;
}

.desc {
    margin-top: 1.5rem;
}

.test_profile .h5 {
    text-transform: none;
    color: #0F172A;
}

.desc p {
    color: #686868;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.test_profile a {
    color: #4B5262;
    text-decoration: none;
}

/* Clients */
.our-clients {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
}

.client__box {
    margin-top: 30px;
}

.client__box img {
    max-width: 100%;
    max-height: 70%;
    object-fit: contain;

}

/* Get in Touch */
.getin__touch-bg {
    background-image: url(../images/contact_Bg.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.touch_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* .content__inner{
    width: 87%;
} */
.common-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: var(--text-white);
    letter-spacing: 2px;
}

.get-text {
    font-size: 16px;
    line-height: 30px;
    color: var(--text-white);
    opacity: 0.8;
    margin-top: 16px;
}

.get_heading {
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 32px;
    color: var(--text-white);
    margin-bottom: 15px;
}

.get_details {
    margin-top: 30px;
}

.copy-icon {
    cursor: pointer;
}

.get_details-content p, .get_details-content a {
    font-size: 18px;
    line-height: 24px;
    color: var(--text-white);
}

.get_details-content p.text-inherit {
    color: var(--blue-dark-primary);
}

.get_details-content a:hover {
    color: var(--pink-color);
    text-decoration: none;
}

/* Notification style */
.text_copy_notify {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 15px;
    background-color: var(--pink-color);
    backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
    z-index: 99;
}

.text_copy_notify::before {
    content: none;
}

.under_line-span {
    display: inline-block;
    text-decoration: underline;
}

.touch__form {
    background: #FFFFFF;
    padding: 40px 35px;
    margin-left: auto;
    box-shadow: 1px 1px 14px 4px rgba(19, 27, 45, 0.15);
    position: relative;
    top: 70px;
}

.touch__form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.12px;
    color: var(--blue-dark-primary);
    margin-bottom: 12px;
}

.row.touch__form label {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Oswald";
}

.touch__input {
    font-size: 18px;
    letter-spacing: .116667px;
    color: #0b0b0b;
    background-color: #ffffff;
    height: 70px;
    border-radius: 7px;
    border: none;
    padding-left: 15px;
    border: 1px solid #ECECEC;
    font-weight: 500;
}

.touch__input:focus {
    background-color: #FAF9F9;
    color: var(--pink-color);
    box-shadow: none;
    border: 1px solid transparent;
}

.touch__input::placeholder {
    color: #949DAE;
    opacity: 0.45;
}

.contact_us_button {
    height: 55px;
}

.get_form_group img {
    position: absolute;
    top: 50%;
    left: 19px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-sec {
    padding-bottom: 100px;
}

.faqs {
    background-color: #F9F9FB;
}
.p2{
color:red;
}.faq-title {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.faq_para {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-top: 20px;
    padding: 10px 20px;
    color: #666;
}

.question {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: white;
    overflow: hidden;
    
}
.questions .question {
    border-radius: 20px !important;
    overflow: hidden;
    width: 59%;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 30px;
    margin-left: 216px;
    height: auto;
}

.questions{
    margin-top:40px;
    border-radius: 10px;
}
.img-plus{
    width:40px;
    height: 40px;
}
.question-title {
    padding: 15px 20px;
    cursor: pointer;
    background-color: white;
    display: flex;
    align-items: center;
    
    border-bottom: 0px solid #ddd;
}

.question-btn {
    background: none;
    border: none;
    text-align: left;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.question-btn h4{
    color: #2E3135;
    font-family: var(--font-bold);
    font-weight: 700;
}
.img-plus-minus {
    width: 20px;
    height: 20px;
}

.plus-icon {
    display: inline;
}

.minus-icon {
    display: none;
}

.question.show-text .plus-icon {
    display: none;
}

.question.show-text .minus-icon {
    display: inline;
}

.faq-card-body {
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    
}

.question.show-text .faq-card-body {
    display: block;
    margin-top: -59px;
}

.question {
    border-bottom: 1px solid #e4e5e6 !important;
    border-radius: 0 !important;

}

.question-btn {
    outline: none !important;
    border: none !important;
    background: transparent !important;
    padding: 31px 24px 25px 0 !important;
    border-radius: 0 20px 0 0;
}

.question-btn p {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 130% !important;
    letter-spacing: .5px !important;
    color: #363D4B !important;
    opacity: 0.8;
    text-align: left;
}

.question-btn:focus {
    outline: none;
}

.question-text {
    padding: 0 50px 28px 0;
    height: 100px;
    margin-top: -10px;
    line-height: 10px;

}



.minus-icon {
    display: none;
}

.show-text .plus-icon {
    display: none;
}

.question-text {
    display: none;
}

.show-text .question-text {
    display: block;
}

.show-text .minus-icon {
    display: inline;
}

.blink {
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
    font-weight: bold;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;

    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;

    }
}

.scrolling-about {
    overflow-x: hidden;
    height: 100%;
}

.mission-head {
    background-color: var(--pink-color);
    width: 192px;
    height: 84px;
    margin: 0 auto;
    border-radius: 47px;
    line-height: 5;
    color: #fff;
    font-size: 17px;
    -webkit-box-shadow: 0 9.5px 25px 5.5px #ececeb;
    box-shadow: 0 9.5px 25px 5.5px #ececeb;
}

.vertical-line {
    width: 1px;
    border-left: 1.5px solid var(--pink-color);
    margin: 0 auto;
    height: 100%;
}

.mission {
    position: relative;
    left: -572px;
    width: 500px;
    text-align: left;
    top: -33px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
    box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
}

.vision-head {
    position: relative;
    left: -96px;
    top: 22px;
    -webkit-box-shadow: 0 9.5px 25px 5.5px #ececeb;
    box-shadow: 0 9.5px 25px 5.5px #ececeb;
}

.mission-head.values-head {
    position: relative;
    left: -99px;
}

.vision {
    position: relative;
    left: 66px;
    width: 500px;
    text-align: left;
    top: -20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
    box-shadow: -1px 5px 20px 4px rgb(0 0 0 / 10%);
}

.no-mission, .no-vision {
    background-color: var(--pink-dark);
    color: #fff;
}

.noscroll-about {
    margin-top: 15px;
}

.about__us {
    background-color: var(--main-bg-white);
}
.aboutSec{
    background-color: #F6F6F6;
}
.aboutSec p{
    color: #1D263A;
    font-size: 18px;
    font-family: var(--font-regular);
    margin-bottom: 2rem;
    opacity: 0.8;
    line-height: 34px;
    text-align: justify;
}
.aboutSec h5{
    color: #1D263A;
    font-family: var(--font-semi-bold);
    font-size: 30px;
    margin-bottom: 10px;
}
.aboutSec_conetent{
    padding-right: 4rem;
}
.features_lists{
    gap: 10px;
    align-items: flex-start;
}
.features_lists .dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #19191B;
    flex: 0 0 auto;
    margin-top: 4px;
}
.features_lists{
    padding-right: 3rem;
}
.features_lists .lists{
    margin-bottom: 1.8rem;
}
.features_lists .lists h4{
    color: #1D263A;
    font-family: var(--font-semi-bold);
    opacity: 0.8;
    font-size: 22px;
}
.features_lists .lists p{
    color: #1D263A;
    opacity: 0.8;
    font-size: 16px;
    margin-top: 5px;
    text-align: justify;
}
.features_sec{
    padding-top: 50px;
    padding-bottom: 50px;
}
.features_sec h3{
    font-size: 45px;
    color: #000000;
    font-family: var(--font-semi-bold);
    margin-bottom: 2.2rem;
}
.counter_section{
    background-color: #EE4035;
    padding-top: 80px;
    padding-bottom: 80px;
}
.counter_section h5{
    font-family: var(--font-semi-bold);
    color: #fff;
    font-size: 42px;
}
.counter_section p{
    color: #fff;
    opacity: 0.7;
    margin-top: 1rem;
    font-size: 20px;
    font-family: var(--font-regular);
}
.dlex_column{
    gap: 80px;
}
.contentHighlighted{
    padding: 80px 0;
    background-color: #F6F6F6;
}
.mb-28 {
    margin-bottom: 28px;
}

.about__us p {
    letter-spacing: 0.99px;
    color: #323442;
    opacity: 0.8;
    font-size: 16px;
}

.sec-gap-y {
    padding-top: 80px;
    padding-bottom: 80px;
}

.owl-1-items::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: transparent -o-linear-gradient(89deg, #080E16 0%, #0A1018 0%, #5A5E6305 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(1deg, #080E16 0%, #0A1018 0%, #5A5E6305 100%) 0% 0% no-repeat padding-box;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.webinar-content {
    position: absolute;
    bottom: 10px;
    left: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}

.btn-share {
    position: absolute;
    top: 0;
    right: -5px;
}

.section__title-a {
    line-height: 1;
}

/* .blog{
      background-color: #F8F8FC;
  }
  .blog__card{
      border-radius: 14px;
      border: 0;
  }
  .post-url,.post-url:hover{
    text-decoration: none;
  } */
/* .blogs-card{
    position: relative;
    width: 100%;
    height: 30em;
    background-size: 22em 30em;
    box-shadow: 3px 3px 20px rgba(0,0,0,0.5);
    margin:30px auto 0;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    overflow: hidden;
  }
  .blogs-card::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-radius:0.7em;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.6)),to(rgba(0, 0, 0, 0.7)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.7));
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.7));
    z-index: 3;
  }
  .blogs-card-img{
    height: 100%;
    transform: scale(1);
    transition:  3s linear;
    width: 100%;
    object-fit: cover;
  }
  .blogs-card:hover .blogs-card-img{
    transform: scale(1.3);
  }
  .blogs-card *{
    position: relative;
    z-index: 2;
  }
  .blogs-card:hover .color-overlay{
    background:rgba(74, 100, 114, 0.8);
  }
  .blogs-card:hover .info{
    bottom: -3em;
    opacity: 1;
    z-index: 3;
  }
  .blogs-card, .color-overlay{
     border-radius: 0.7em;
  } */
.blog {
    background-color: #F8F8FC;
}

.blog__card {
    border-radius: 14px;
    border: 0;
}

.color-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: 0.7s background;
    background: rgba(74, 100, 114, 0);
    z-index: 2;
}

.title-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 2em;
    z-index: 3;
    padding: 10px;
}

.title-box hr {
    margin-top: 0.4em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 5em;
    height: 0.25em;
    box-sizing: content-box;
    border: none;
    background: var(--pink-color);
}

.title-box h3 {
    display: inline-block;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
}

.title-box h3.blog-title-sm {
    font-size: 16px;
}

.intro {
    margin: 0 auto;
    color: var(--pink-color);
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    font-weight: bold;
}

#button-btn a.nav-link {
    color: white; /* Text color */
    background-color: #EE4035;
    padding: 12px 20px;
    text-decoration: none; 
    border-radius: 5px; /* Rounded corners */
    font-size: 13px;
    display: inline-block; /* Ensure padding works */
    transition: background-color 0.3s ease; /* Smooth transition */
    font-family: var(--font-semi-bold);
  }
  

.left-button{
    margin-left:-56px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

.right-button{
    margin-left:-8px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.right-img{
    width: 40px;
    height: 40px;
    margin-left: -2px;
    margin-top: -2px;
}
.left-img{
    width: 40px;
    height: 40px;
    margin-left: -2px;
    margin-top: -2px;
}
.button-groups{
    margin-top: 10px;
}
.info {
    font-size: 1.2em;
    color: #ddd;
    line-height: 1.1em;
    padding: 0 2em;
    position: relative;
    bottom: -4em;
    opacity: 0;
    background: transparent;
    transition: opacity 0.3s, bottom 0.3s;
    text-align: center;
}

.info.info__sm {
    font-size: 16px;
    line-height: 1.2em;
}
.h3-blog,.blog-content h4{
    margin-top: 30px;
    color: #1D263A;
    font-weight: 600;
    font-size: 20px;
}
.blog-footer {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10em;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    border-radius: 0 0 0.7em 0.7em;
    z-index: 3;
}

.blog-footer>.icon-holder {
    position: absolute;
    bottom: 0;
    height: 3em;
    width: 100%;
    display: inline-block;
    font-size: 1.2em;
    padding: 0 2em;

}

.icon-holder i {
    color: var(--pink-color);
}

.title-box h3 {
    color: #ffffff;
}

.icon-holder span {
    color: #aCcff0;
}

.space {
    display: inline-block;
    width: 0.6em;
    height: 1em;
}

.blogs-card:hover .dot-span {
    transform: scale(2.1) translate(8px, 1px);
}

.dot-span {
    transform: scale(1) translate(-12px, 0);
    transition: 0.35s ease-in;
    display: inline-block;
}

.owl-2-items {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-2-items:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-box-shadow: 12px 15px 20px 0px rgb(46 61 73 / 15%);
    box-shadow: 12px 15px 20px 0px rgb(46 61 73 / 15%);
}

.blog__card .blog-img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    width: 80%;
    height: 231px;
}
.blog-img img{
    width: 100%;
}

.owl-2-footer .fa {
    font-size: 25px;
    color: var(--grey-first);
    margin-right: 9px;
    /* transform: translateY(10px); */
}

.base-url:hover {
    text-decoration: none;
}

.our_bogs {
    padding-top: 200px;
}

.owl-3-items::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent -o-linear-gradient(89deg, #080E16 0%, #0A1018 0%, #5A5E6305 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(1deg, #080E16 0%, #0A1018 0%, #5A5E6305 100%) 0% 0% no-repeat padding-box;
}

.owl-3-footer {
    bottom: 20px;
    left: 10px;
}

.profile-story {
    width: 65px;
    height: 65px;
}

.profile-story img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.owl-3-footer h5 {
    letter-spacing: 0.72px;
    color: #FFFFFF;
}

.owl-3-footer p {
    letter-spacing: 0.54px;
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 12px;
    line-height: 1;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}

.moreText {
    display: none;
}

.all-text {
    text-align: justify;
}

.show-more .moreText {
    display: inline;
}

.ins_story_card {
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
}

.ins_story_card .card-img-top {
    height: 210px;
}
.card-img{
    padding:18px;
    width: 140px;
    height:auto;
}

.card-desc {
    color: var(--black-primary);
}

.card-desc:hover {
    text-decoration: none;
    color: var(--black-primary);
}

.ins_card_text {
    font-size: 14px;
    line-height: 1.57;
    height: 75px;
}

.blog_social_media_icons {
    width: 25%;
    height: auto !important;
}

button.extend-btn {
    border: none;
    outline: none;
    background-color: transparent;
}

.social-a-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: var(--main-color-blue);
    margin-right: 12px;
    border-radius: 5px;
}

.social-a-icons i {
    color: #fff;
    font-size: 30px;
}

.custom_carosel-item {
    position: relative;
}

.custom_carosel-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.custom_carosel-item h2 {
    font-size: 50px;
    text-transform: uppercase;
}

.terms__details p {
    text-align: justify;
}

.terms__details ul {
    list-style: disc;
    margin-left: 30px;
}

.responsive-h1{
    font-size:20px; 
    color:#3778FA;
     margin-top:180px;
      margin-left:-60px; 
}
.responsive2-h1{
    font-size:38px;
     margin-top:-45px;
     margin-left:-60px;
}
.section_b h1{
    font-weight: 700;
    color: #000000;
    font-family: var(--font-jakarta);
    font-size: 48px;
}
.sub-title{
    font-weight: 700;
    color: #EE4035;
    font-family:  var(--font-jakarta);
    font-size: 20px;
}
.section_b1{
    background-color: #F6F6F6;
    height:auto;
}
.responsive-text1{
    margin-left: -700px;
    font-family: "Satoshi-Bold";
    font-size: 40px;
}
.responsive-text2{
    margin-left: -941px;
    font-family: "Satoshi-Bold";
    font-size: 40px;
    margin-top: -15px;
}
.responsive-p{
    font-size:20px;
     font-family:"Satoshi-Light"; 
     margin-left:-631px;
      color:#1D263A;
}
.responsive-p1{
    font-size:20px;
     font-family:"Satoshi-Light"; 
     margin-left:-640px;
      color:#1D263A;
}
.responsive-p2{
    font-size:20px;
     font-family:"Satoshi-Light"; 
     margin-left:-1004px;
     color:#1D263A;
}
.container-stat{
    color: white;
    position: relative;
    z-index: 2
}
.container-statInner{
    position: absolute;
    width: 320px;
    height: 400px;
    box-shadow: 0px 54px 100px -10px #3C7BFA80;
    background-color: #EE4035E5; 
    box-shadow: 0px 54px 100px -10px #3C7BFA80;
    top: 50%;
    transform: translateY(-50%);
    padding: 3.2rem 0 3.2rem 3.2rem;
    text-align: left;
}
.container-statInner_right{
    z-index: 2;
    right: 0;
    color: #fff;
}
.pr-column{
    padding-right: 90px;
}
.pl-column{
    padding-left: 90px;
}
.my-row{
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
}
.faqTitle{
    color: #000000;
    font-size: 42px;
    font-weight: 700;
}
.container-stat p{
    color: #fff;
    font-size: 18px;
    font-family: var(--font-regular);
    opacity: 0.8;
}
.back-cont{
    margin-top: -300px;
    margin-left: 350px;
}
.h1-stat{
    margin-bottom: 10px;
    font-size:48px ;
    font-family: var(--font-semi-bold);

}
.clean-img {
    width:400px;
    height: 550px;
    margin-top: 0px;
    margin-left: auto;
    z-index: 1;
    position: relative;
}
.middl-marginTop{
  
}

.input-group-chat {
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    width: 34%;
    align-items: flex-start;
}
.input-group1{
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    width: 34%;
    align-items: flex-start;
}

.label1 {
    width: 100px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 10px;
}
.label2{
    font-size: 20px;
    margin-bottom: 10px;
}
.input-chat{
    flex: 1;
    
    font-size: 12px;
    border: 0px solid #ccc;
    border-radius: 4px;
    margin-top: 10px;
    margin-left: 5px;
    width: 150px;
    height: 20px;
    font-family: "satoshi-Light";
    
}
.input-chat:focus{
outline: none;
border: none;
}
.our-service{
    color: #EE4035;
    font-size: 22px;
    display: flex;
    justify-content: flex-start;
    
    
    
}
.input-chat1:focus{
    outline: none;
    border: none;
    }
    .input-chat1 {
        flex: 1;
        font-size: 11px;
        border: 0px solid #ccc;
        height: auto;
        border-radius: 4px;
        width: 100%;
        font-family: "satoshi-Light";
    }
    .button-chat {
        background-color: #4C68F4;
        color: #fff;
        padding:10px 20px;
        border: none;
        margin-top: 0px;
        margin-left: 10px;
        cursor: pointer;
        border-radius: 9px;
    }
.terms__details ul li {
    margin-bottom: 15px;
    text-align: justify;
}

.privacy__second ul li {
    margin-bottom: 15px;
    text-align: justify;
}

.init-sec {
    background-color: #fff;
}

.parent-url:hover {
    text-decoration: none;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item {
    font-size: 13px;
    color: #fff;
    opacity: 0.7;
}

.breadcrumb-item.active {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.breadcrumb-item.active a {
    color: #fff;
    font-weight: 500 !important;
    font-size: 13px;
    margin-top: -5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.nav-pills .nav-link {
    border-radius: 0;
    color: var(--blue-dark-primary);
    border: 1px solid var(--pink-color);
    transition: 0.35s ease-in;
    width: 190px;
    text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover {
    background-color: var(--pink-color);
    font-weight: 500;
    border: 1px solid var(--pink-color);
}

.nav-pills .nav-link:hover {
    color: #ffffff;
    font-weight: 400;
    background-color: var(--pink-color);
    border: 1px solid var(--pink-color);
}

.team-meber.mb-5 {
    background-color: #fff;
    padding: 1rem;
    border-radius: 7px;
    /* box-shadow: 2px 2px 13px 2px #bdbcbc; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
    position: relative;
    transition: 0.5s all;
}

.team-meber.mb-5:hover {
    box-shadow: none;
}

.team-meber.mb-5::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    transition: 2s linear;
    border-top: 3px solid var(--blue-dark-primary);
    border-left: 3px solid var(--blue-dark-primary);
    opacity: 1;
}

.team-meber.mb-5::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    transition: 2s linear;
    border-bottom: 3px solid var(--blue-dark-primary);
    border-right: 3px solid var(--blue-dark-primary);
    opacity: 1;
}

.team-dis::before {
    content: "";
    display: block;
    border-top: 3px solid var(--pink-color);
    ;
    width: 45px;
    position: absolute;
}

.team-link i {
    color: var(--blue-dark-primary);
    margin-right: 4px;
    transition: all 0.5s;
    transform: scale(1);
}

.team-link a:hover i {
    transform: scale(1.15);
}

.team-profile img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    -o-object-fit: fill;
    object-fit: fill;
}

/* /Custom css for web pages */


/* css for pop up modals */
.modal.show {
    background-color: rgba(0, 0, 0, .4);
}

.popup-close:hover i {
    color: #fff;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.popup-close i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.popup-close {
    width: 40px;
    height: 40px;
    background: transparent -o-linear-gradient(200deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box !important;
    background: transparent linear-gradient(250deg, var(--pink-color) 0%, var(--pink-dark) 100%) 0% 0% no-repeat padding-box !important;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 99;
}

/* Css for Footer */
.page-footer {
    background-color:#2B2B2B;
    padding-top: 60px;
}
.para-clean{
    color: white;
}

.footer-paragraph{
    font-size: 20px;
    margin-left: 250px;
}
.footer-paragraph1{
    font-size: 20px;
    margin-left: 280px;
}
h1.footer-title {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 20px;
    margin-left: 250px;
    margin-top: 100px;
}
.email-subscribe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 900px !important;
    margin-left:180px; 
    margin-top: 40px;
    padding: 10px;
    background-color: #f5f5f5; 
    border-radius: 10px; 
  }
  .email{
    margin-left: 100px;
  }
  .email-input {
    flex: 1;
    border: none;
    background: none;
    font-size: 16px;
    padding: 10px;
    border-radius: 20px;
    outline: none;
    color: #aaa; /* Light gray color for text */
  }
  
  .email-input::placeholder {
    color: #aaa; /* Placeholder text color */
  }
  
  .explore-button {
    padding: 10px 20px;
    background-color: #0a0036; /* Dark blue color */
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .explore-button:hover {
    background-color: #09002f; /* Slightly darker shade on hover */
  }
  .footer-link-section {
    background-color: #D6EBE4;
    padding: 10px 0;
    font-family: Arial, sans-serif;
    margin-top: 150px;

  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 20px;
    padding: 0 30px;
  }
  
  .footer-left h3 {
    color: #0a0036; /* Dark blue color */
    font-size: 20px;
    font-weight: 600;
    width: 100%;
  }
  .footer-left{
    margin-left: -50px;
  }
  .footer-links {
    display: flex;
    justify-content: center; /* Centers the links */
    flex-grow: 1; /* Takes up remaining space for centering */
    margin-right: 70px;
    margin-left: 130px;
     /* Add spacing to push the icons to the right */
  }
  
  .footer-links a {
    color: #0a0036; /* Dark blue color */
    margin: 0 10px; /* Space between each link */
    text-decoration: none;
    font-size: 16px;
    margin-left: 10px;
  }
  
  .footer-links a:hover {
    text-decoration: underline;
  }
  
  .footer-icons {
    display: flex;
    justify-content: flex-end; 
    gap: 15px;
    margin-left: 320px;
  }
  
  .footer-icons .icon {
    font-size: 18px;
    color: #0a0036; /* Dark blue color */
    text-align: right;
  }
  
  .footer-icons .icon:hover {
    color: #09002f; /* Slightly darker on hover */
  }
  
  

.f-text-right {
    color: #686868;
    font-size: 16px;
}

.footer__copyrightr {
    padding-bottom: 20px;
}

.footer_container {
    width: 90%;
}

.footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer__flex__items h6 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: gray;
    font-family: "Satoshi-light";
    text-transform: none;
}
.footer__flex__item h6 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: gray;
    font-family: var(--font-semi-bold);
    text-transform: none;
}
.footer__flex__items1 h6 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: gray;
    font-family:  var(--font-semi-bold);
    text-transform: none;
}
.footer__flex__items2 h6 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: gray;
    font-family:  var(--font-semi-bold);
    text-transform: none;
}

.footer__flex__items a.contact-texts {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
.footer__flex__item a.contact-texts {
    font-size: 25px;
    color: #FFFFFF;
    font-family: var(--font-semi-bold);
    display: block;
    margin-bottom: 20px;
}

.footer__flex__items a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    line-height: 30px;
    color: white;
    text-transform: none;
    font-family: "Satoshi-bold";
}
.footer__flex__item a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    line-height: 30px;
    color: white;
    text-transform: none;
    font-family: var(--font-semi-bold);
}
.footer__flex__item{
    margin-left: 60px;
}
.footer__flex__items1 a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: white;
    text-transform: none;
    font-family: var(--font-semi-bold);
}
.footer__flex__items2 a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    line-height: 30px;
    color: white;
    text-transform: none;
    font-family: "Satoshi-bold";
}
 
.footer__flex__items a:hover {
    text-decoration: none;
    opacity: 1;
    color: var(--pink-color);
}

.footer__flex__items p {
    line-height: 33px;
    color: white;
    padding-right: 50px;
    margin-top: 24px;
    width: 120%;
    font-family: var(--font-regular);
    opacity: 0.8;
    font-size: 15px;
}
.footer__flex__item p {
    line-height: 30px;
    color: white;
    padding-right: 50px;
    font-weight: 500;
    margin-top: 24px;
    width: 120%;
}
.footer-bg{
    background-color: #000000;
    width: 100px;
}
.footer__flex__items {
    width: 100%;
}
.footer__flex__items1 {
    width: 112%;
}.footer__flex__items2 {
    margin-left: 99px;
}
.footer-ul3{
    display: flex;
    flex-direction: row;
    width: 200%;
    gap: 10px;
}

.footer-ul li {
    margin-bottom: 35px;
}
.footer-ul{
    margin-top: 30px;
    width: 174%;
}
.footer-ul2 li {
    margin-bottom: 35px;
}
.footer-ul2{
    margin-top: 30px;
}
.li-link{
    width: 40%;
    height: 20px;
}
footer-ul-icon {
    margin: auto;
    text-align: center;
}

.footer-ul.footer-ul-icon li {
    display: inline-block;
    margin-right: 0.7rem;
}

.bg-grey {
    background-color: #303030;
    padding-top: 29px;
    padding-bottom: 29px;
}

.call-span:hover {
    color: #51CADE;
    text-decoration: none;
}

.call-span:hover p {
    color: #51CADE;
}

.call-span small {
    letter-spacing: 0.81px;
    color: #51CADE;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}

.call-span p {
    letter-spacing: 1.26px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
}

.call-span i.fa {
    font-size: 30px;
    color: #fff !important;
    margin: 8px 5px 0 0
}

.call-span:hover .bounce {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: translateX(-10px) scale(1.2);
    -ms-transform: translateX(-10px) scale(1.2);
    transform: translateX(-10px) scale(1.2);
}

.call-span .bounce {
    -webkit-transition: 0.3s linear !important;
    -o-transition: 0.3s linear !important;
    transition: 0.3s linear !important;
}

.bounce {
    -webkit-animation: bounce 1.5s ease-in infinite;
    animation: bounce 1.5s ease-in infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    40% {
        -webkit-transform: rotate(45deg) translateX(-5px);
        transform: rotate(45deg) translateX(-5px);
    }

    80% {
        -webkit-transform: rotate(30deg) translateX(-7px);
        transform: rotate(30deg) translateX(-7px);
    }
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    40% {
        -webkit-transform: rotate(45deg) translateX(-5px);
        transform: rotate(45deg) translateX(-5px);
    }

    80% {
        -webkit-transform: rotate(30deg) translateX(-7px);
        transform: rotate(30deg) translateX(-7px);
    }
}

.social__ul li {
    margin-left: 16px;
}

.copyrigt-footer {
    position: relative;
    padding-top: 38px;
    z-index: 1;  
    background-color:  #222222;

}
.contactUs{
    background-color: #F9FAFB;
    padding-top: 145px;
    padding-bottom: 100px;
}
.contactUs h1{
    color: #1D263A;
    font-family: "MazzardH-Bold";
    font-size: 52px;
    text-align: center;
}
.contactUs p{
    color: #1D263A;
    opacity: 0.7;
    font-size: 20px;
    text-align: center;
}
.contUsBg{
    background-image: url("../images/contactbg.png");
    width: 100%;
    padding-bottom: 70px;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
}
.formBox{
    box-shadow: 0px 44px 44px 0px #00000026;
    background-color: #EE4035;
    padding: 2rem;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.formBox h3{
    color: #ffffff;
    font-family: var(--font-semi-bold);
    font-size: 22px;
    margin-top: 1rem;
}
.formBox p{
    color: #ffffff;
    font-size: 15px;
    font-family: var(--font-regular);
}
.formBox .form-control,.formBox textarea.form-control{
    border: 0;
    border-radius: 0 !important;
    border-bottom: 2px solid #fff;
    padding-left: 0;
    color: #fff;
    font-family: var(--font-regular);
}
.formBox .form-control::placeholder{
    color: #ffffff;
    font-family: var(--font-regular);
}
.formBox .form-group{
    margin-bottom: .5rem !important;
}
.btnWhite{
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #1D263A;
    font-family: var(--font-semi-bold);
    font-size: 16px;
    width: 100%;
    margin-top: 1rem;
    padding: .7rem;
}
.formBox .form-control:focus,.formBox textarea.form-control:focus{
    background-color: transparent;
    box-shadow: none;
}
.contact_card h3{
    color: #1D263A;
    font-size: 24px;
    font-family: "MazzardH-Bold";
    margin-bottom: 1rem;
}
.contact_card .d-flex{
    gap: 1rem;
}
.contact_card p a,.contact_card p {
    color: #1D263A;
    font-size: 16px;
    font-family: var(--font-regular);
    opacity: 0.8;
}
.contactInfo{
    background-color: #F9FAFB;
    padding-top: 50px;
    padding-bottom: 50px;
}
.nav-brand .logoWhite{
    display: block;
}
.nav-brand .logoBlue{
    display: none;
}
#sendContactUs{
    margin-top: 100px;
}
.form-bg {
    background-color: #ffffff; /* White background */
    border: 1px solid #ddd; /* Light border */
    border-radius: 8px; /* Rounded corners */
    padding: 26px; /* Inner padding */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  }

  .form-bg .form-group label {
    font-weight: bold; /* Bold labels */
    color: #1D263A; /* Darker text color */
    font-size: 15px;
    font-family: var(--font-semi-bold);
    
  }

  .form-bg .form-control {
    border: 0px solid #ccc; /* Light border for inputs */
    border-radius: 6px; /* Rounded corners for inputs */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
    height: 40px;
    background-color: #E1ECF0;
    line-height: 10px;
    color: #1D263A;
  }
  .form-bg .form-control::placeholder{
    color: #1D263A;
    opacity: 0.6;
  }
  #exampleFormControlSelect1 {
    font-size: 14px; /* Adjust size as needed */
}

.form-control::placeholder {
    font-size: 14px; /* Adjust size as needed */
    
}

  .form-bg .form-control:focus {
    border-color: #3854B5; /* Focus border color */
    box-shadow: 0 0 5px rgba(56, 84, 181, 0.5); /* Focus shadow */
    outline: none; /* Remove default outline */
  }
.form-button{
    width: 100%;
    height: 50px;
    background-color: #33316A;

}
  .form-bg .form-group textarea {
    resize: none; /* Disable resizing for consistent look */
  }

  .form-bg button {
    background-color: #EE4035; /* Primary button color */
    color: #fff; /* White text */
    border: none; /* Remove border */
    padding: 10px 20px; /* Button padding */
    border-radius: 6px; /* Rounded corners */
    cursor: pointer; 
    transition: background-color 0.3s ease; 
    font-family: var(--font-semi-bold);
  }

  .form-bg button:hover {
    background-color: #2c3e9b; /* Darker on hover */
  }
.copy-footer{
    color: gray;
}
.copy-footer p{
    font-family: var(--font-regular);
    font-size: 15px;
}
.footer_right_links{
    gap: 10px;
}
.footer_right_links li a{
    color: gray;
    font-family: var(--font-regular);
}
.footer_right_links li a:hover{
    text-decoration: none;
    color: #fff;
}
.text_muted:hover {
    color: var(--blue-dark-primary);
    text-decoration: none;
}

.text_muted {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    opacity: 0.6;
}
.privacy__second,.privacy__first,.terms__details {
    background-color: #F4F4F5;
}
.privacy__first h1{
    font-weight: bold;
    margin-top: 1rem;
}
.privacy__second .container {
    padding: 30px;
    background-color: #fff;
}

.privacy__second p {
    color: #111111;
    opacity: 0.8;
    text-align: justify;
    margin-bottom: 15px;
}
.sub_title-line {
    border-left: 3px solid var(--main-color-red);
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 8px;
}

.sub_title {
    font-weight: 600;
    color: #111111;
    font-size: 30px;
}

.privacy__second h3 {
    font-weight: 500;
    margin: 12px 0 15px;
    color: #212529;
    opacity: 1;
}
.privacy__second ul {
    padding-left: 20px;
}

.privacy__second ul li {
    list-style: disc !important;
    margin-bottom: 15px;
    color: #111111;
    opacity: 0.8;
}

.scrollTop {
    width: 40px;
    height: 40px;
    background: transparent -o-linear-gradient(338deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(112deg, #000 0%, #000 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    position: fixed;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 500px;
    right: 8px;
    border: none;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    border-radius: 2px;
    -webkit-transition: 2s ease;
    -o-transition: 2s ease;
    transition: 2s ease;
    cursor: pointer;
    color: #fff;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social li {
    margin-left: 16px;
}

.social li img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    filter: opacity(0.3);
}

.social li:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    filter: opacity(1);
}



.scrollTop.active {
    bottom: 40px;
    visibility: visible;
    opacity: 0.6;
}

.social__ul li a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.social__ul li:hover a img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.modal-width {
    max-width: 60%;
}

.send-enquiry {
    position: fixed;
    right: -46px;
    color: #000000 !important;
    background-color: #ffc107;
    border-color: #ffc107;
    top: 50%;
    z-index: 10;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.list-style {
    list-style: square !important;
    margin-left: 28px;
    text-align: justify;
}

.para-row p {
    text-align: justify;
}

.content-text {
    letter-spacing: 0.72px;
    color: #FFFFFF;
}

.opacity_less {
    letter-spacing: 0.72px;
    color: var(--blue-dark-primary);
    opacity: 0.5;
}

.opacity_less:hover {
    color: var(--blue-dark-primary);
}

.anchor-text-footer:hover {
    color: var(--blue-dark-primary);
    opacity: 1;
    text-decoration: none;
}

.anchor-text-footer {
    color: var(--blue-dark-primary);
    opacity: 0.8;
}

.contact_text {
    color: #212529;
}

.contact_text:hover {
    text-decoration: none;
    color: #212529;
}

.contact_text .fa {
    color: var(--pink-color);
    transform: rotate(0deg);
}

.marker_icon {
    color: var(--pink-color);
}

.cirlce-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: black;
    display: inline-block !important;
    transform: translateY(-2px);
}

span.text_underline_span {
    display: inline-block !important;
    text-decoration: underline;
}

.more span.text_underline_span {
    display: inline-block !important;
    text-decoration: none;
    font-family: "Satoshi-Bold";
    font-weight: 600;
    font-size: 18px;
}


.left_img {
    margin-top: 20px;
}

.left_img img {
    height: 254px;
}

.text-title {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 36px;
    color: #1f2326;
}

.d_flex_box {
    display: flex;
    margin-top: 22px;
}

.d_flex_box-l {
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 0 10px;
}

.d_flex_box:nth-of-type(1) .d_flex_box-l {
    background-color: #e873a0;
}

.d_flex_box:nth-of-type(2) .d_flex_box-l {
    background-color: #5b7ab3;
}

.d_flex_box:nth-of-type(3) .d_flex_box-l {
    background-color: #f1b839;
}

.d_flex_box:nth-of-type(4) .d_flex_box-l {
    background-color: #24cc8f;
}

.d_flex_box:nth-of-type(5) .d_flex_box-l {
    background-color: #0c87bd;
}

.d_flex_box-l img {
    width: 25px;
    height: 25px;
    filter: invert(1);
}

.d_flex_box-r {
    padding-left: 25px;
}

.d_flex_box-r h5 {
    font-weight: 600;
    color: #1f2326;
    font-size: 18px;
}

.d_flex_box-r p {
    font-size: 15px;
}

.p_feature h4 {
    font-size: 36px;
    line-height: 36px;
    color: #1f2326;
    margin-bottom: 14px;
}

.f_card_box {
    text-align: center;
    background: rgba(255, 255, 255, .71);
    padding: 20px;
    margin-top: 10px;
    border: 1px solid #ded8d8;
    min-height: 146px;
    height: 146px;
}

.f_card_box:hover {
    background: #fff;
    box-shadow: 1px 0 14px -3px #716f6f;
}

.f_card_box img {
    width: 32px;
    display: block;
    margin: 0 auto;
}

.f_card_box h4 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
    color: #1f2326;
    line-height: 1.2;
}

/* .more, 
.morecontent span{
    font-size: 15px;
} */

.feature .border-right-blue {
    border-left: 2px solid #007cba;
}

.feature .card-content .card:hover {
    box-shadow: 1px 2px 32px #9d9999;
}

.feature p {
    font-size: 1.1rem;
}

.feature p.h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.feature .count {
    font-weight: 700;
    font-size: 1.5rem;
}

.feature p.h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.internalHiring, .ai {
    margin-top: 1rem;
}

.metaverseDelivery {
    margin-top: 7rem;
}

.globalBranding {
    margin-top: 4.5rem;
}

.industrySpecific {
    margin-top: 2.5rem;
}

/* /Css for Footer */
.video-wrapper {
    position: relative;
}

.video-wrapper>video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

/* Blog */
.widget {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid #eee;
}

.widget.search .h6, .widget.latest-posts .h6 {
    font-size: 1.3rem;
}

.widget.search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: .95em;
    font-weight: 400;
    background: 0 0;
}

.widget.latest-posts a {
    display: block;
    color: #555;
    text-decoration: none;
}

.widget.latest-posts .item {
    margin-bottom: 20px;
}

.widget.latest-posts .image {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px;
}

.post .avatar {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.btnPrimary {
    color: #fff;
    margin-left: 16px;
    padding: 8px 16px;
    border: 2px solid #EA2B4F;
    border-radius: 5px;
    background-color: #EA2B4F;
    font-weight: 600;
}

.outlineBtn {
    color: #EA2B4F;
    margin-left: 16px;
    padding: 8px 16px;
    border: 2px solid #EA2B4F;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 600;
}

.outlineBtn:hover {
    background-color: #EA2B4F;
    color: #fff;
}

.all-blog-cards .category {
    padding: 0px 0px;
}

.blog-titles {
    display: inline-block;
    padding: 5px 2px;
    font-size: 16px;
}

button:focus {
    outline: unset;
    outline: unset;
}

#searchData::placeholder {
    font-weight: 400 !important;
    font-size: 1rem;
    color: gray;
}

.blog_sec_img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 230px;
    width: 100%;
}

.student_testimonials .owl-stage {
    padding-left: 0 !important;
}


/* team card */
.student_testimonials .slider__item {
    min-height: 210px;
    position: relative;
}

.get_details-content p {
    font-size: 22px;
    line-height: 32px;
    margin-top: 15px;
    font-weight: 400;
}

.d-flex.get_details.mt-4 img {
    position: relative;
    bottom: 3px;
}

.test_profile-left img {
    width: 50px;
}

a.btn.btn-primary.btn-primary_common {
    color: #fff;
    text-decoration: none;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn-radius {
    border-radius: 0px;
    width: 200px;
    height: 65px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
    font-family: "Satoshi-Bold";
    text-transform: uppercase;
    line-height: 55px;

}

.btn-radius:hover {
    letter-spacing: 1px;
}

.btn-radius img {
    transition: 0.35s ease;
    transform: translateY(0) scale(1);
}

a.btn.btn-readmorePrimary {
    background-color: #D41F25;
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 45px;
    font-weight: 600;
    overflow: hidden;
    transition: 0.35s ease;
}

a.btn.btn-readmorePrimary:hover {
    background-color: #fff;
    color: #D41F25;
}

.arrow1 {
    opacity: 1;
}

.arrow2 {
    opacity: 0;
}

.btn-radius:hover img {
    transform: translateY(-5px) scale(1.45);
}

.client-logo-sec .slider__item {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none;
}

.client-logo-sec .slider__item .client_logo {
    background-color: #fff;
    height: 170px;
    padding: 1.3rem;
    overflow: hidden;
    box-shadow: 1px 1px 18px 6px #c5c3c3;
    border-radius: 20px 0px;
}

.client-logo-sec .slider__item .client_logo img {
    /* height: 50px; */
    display: block;
    margin: auto;
    max-height: 150px;
}

.client-logo-sec .owl-theme .owl-dots .owl-dot span {
    background: gray;
}

.client-logo-sec .owl-theme .owl-dots .owl-dot.active span, .client-logo-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #18161d;
}

.student_testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: #18161d;

}

.contact-details {
    padding: 20px;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    gap: 20px;
    position: relative;
}

.contact-details::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 90%;
    background-color: var(--pink-color);
    opacity: 0.08;
}

.contact-details h2 {
    font-weight: 600;
    font-size: 16px;
}

.contact-details a {
    color: var(--pink-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
}

.contact-details a:hover, .text_dec_none:hover {
    text-decoration: none;
}

.whatsp-icon {
    color: var(--pink-color);
    font-size: 20px !important;
}

.text-italic {
    font-style: italic;
    font-weight: 500;
}
.section_b{
    
    margin-left: 0px;
}
/* end blog */
.section_b .hover_card {
    min-height: 555px;

}

.breackLineHeading .vertical-line {
    border-left: 4px dashed var(--pink-color);
}

.breackLineHeading .mission, .breackLineHeading .vision {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.breackLineHeading .mission {
    left: -550px;
}

.breackLineHeading .vision {
    left: 38px;
}

.breackLineHeading .mission p, .breackLineHeading .vision p {
    font-size: 1.5rem;
    font-weight: 600;
}

.section_b .breackLineHeading {
    margin-top: 6rem;

}

.section_c .oval_img_right {
    right: -78px;
    bottom: -89px;
}

.bridging p {
    color: #949DAE;
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
}

.bridging {
    padding-bottom: 60px;
}

.logo-green {
    display: none;
}

.nav_brand:hover .logo-green {
    display: block;
}

.service_top_banner h1 {
    margin-bottom: 1rem;
}

.service_top_banner h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 5rem;
}

/* progress */
.v-progress {
    background-color: var(--body-background-color);
    padding: 10px 0 10px 0;
}

.v-progress ul {
    list-style: none;
}

.v-progress-item {
    position: relative;
    /* left: var(--v-progress-left); */
    margin-left: var(--v-progress-left);
    height: var(--v-progress-item-height-width);
    line-height: var(--v-progress-item-height-width);
    margin-bottom: var(--v-progress-line-height);
    --v-progress-border: 8px;
}

.v-progress-item:last-child {
    margin-bottom: 0px;
}

.v-progress-item:last-child:after {
    border-left: 0px;
}

.v-progress-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: var(--v-progress-item-height-width);
    height: var(--v-progress-item-height-width);
    left: calc(0px - var(--v-progress-left));
    border-radius: 50%;
    background-color: #ccc;
}

.v-progress-item:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: calc(var(--v-progress-line-height) - var(--v-progress-gap));
    top: calc(var(--v-progress-item-height-width) + var(--v-progress-gap) / 2);
    left: calc(0px - var(--v-progress-left) + var(--v-progress-item-height-width) / 2 - var(--v-progress-line-width) / 2);
    border-left: var(--v-progress-line-width) solid #ccc;
}

.v-progress-item.completed:after {
    border-color: var(--light-blue);
}

.v-progress-item.completed:before {
    content: "1";
    font-size: 11px;
    text-align: center;
    color: white;
    background: var(--light-blue);
    height: calc(var(--v-progress-border) + var(--v-progress-item-height-width));
    width: calc(var(--v-progress-border) + var(--v-progress-item-height-width));
    line-height: calc(var(--v-progress-border) + var(--v-progress-item-height-width));
    left: calc(0px - var(--v-progress-left) - var(--v-progress-border) / 2);
    top: calc(0px - var(--v-progress-border) + var(--v-progress-border) / 2);
}

.v-progress-item.inprogress:before {
    background-color: white;
    /*   height: calc(var(--v-progress-border) + var(--v-progress-item-height-width));
	width: calc(var(--v-progress-border) + var(--v-progress-item-height-width)); */
    outline: calc(var(--v-progress-border) / 2) solid var(--blue);
    top: calc(0px - var(--v-progress-border) + var(--v-progress-border));
}

.service_top_banner {
    background-color: #363D4B;
    background-image: url('../images/our_Banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -116px;
    padding-bottom: 50px;
    overflow: hidden;
}

.card-content p.p4 {
    color: #2E3135;
    margin-bottom: 1rem;
    opacity: 0.7;
    font-size: 18px;
    font-family: var(--font-regular);
}
.card-content1 p {
    color: #686868;
    margin-top: 50px;
    margin-left: 20px;
}
.responsive-p3{
    padding-top: 25px;
    font-size: 20px;
}
.read-more-link {
    text-decoration: none;
    color: #EE4035;
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
    font-family: var(--font-jakarta);
}
.read-more-link1 {
    text-decoration: none;
    color: #EE4035;
    text-transform: none;
    font-weight: 600;
    font-family: "Satoshi-Bold";
    font-size: 20px;
    margin-left: 20px;
}
.sec-sub-title{
    color: #1D263A;
    font-family: var(--font-semi-bold);
    font-size: 40px;
    text-align: left;
    margin-bottom: 1.7rem;
}
.para-sec{
    color: #1D263A;
    opacity: 0.7;
    font-size: 17px;
    font-family: var(--font-regular);
    line-height: 30px;
}
.lg-btn{
    background-color: #EE4035;
    border-radius: 10px;
    color: #fff;
    font-family: var(--font-semi-bold);
    font-size: 20px;
    padding: 1rem 2.5rem;
    margin-top: 2rem;
}
.reading{
    margin-top: 72px;
}
.read-more-link:hover {
    color:  #3778FA;
}

.service-card {
    box-shadow: 0px 4.48px 279.97px 0px #00000014;
    margin-bottom: 5.5rem;
    width: 340px;
    margin-left: 0px;
    border-radius: 20px;
    height: 302px;
}
.service-card1:hover{
    border: 1px solid #EE4035;
}
.service-card1 {
    box-shadow: 0px 4.48px 279.97px 0px #00000014;
    margin-bottom: 2.5rem;
    border-radius: 20px;
    height: 320px;
    border: 1px solid transparent;
}
.custom-background {
    width: 300px; 
    height: 80px;
    background-color: #DDEEE6;
    border-radius: 12px; 
    padding: 6px;
    margin-top: 60px;
    margin-left: 21px;
}


.service-card .h4 {
    text-transform: none;
    font-size: 20px;

}

.card-content {
    padding: 0.5rem 1.5rem;
}

.card-content p.h4{
    color: #2E3135;
    font-family: var(--font-semi-bold);
    height: 60px;
}


.test_carousel .owl-stage-outer {
    padding-bottom: 2rem;
    padding-top: 2rem;
    padding-left: 0.7rem;
}

.test_carousel .slider__item {
    border-radius: 0px;
    padding: 1.5rem 2rem !important;
    box-shadow: 1px 1px 29px 5px #d9d6d6;
}

.client-logo img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.client-logo:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);

}

.sectors-sec {
    background-image: url('../images/sectors_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 130px;
}

.sectors-sec h6.head_para.head_para-black {
    color: #fff;
}

.sector-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.sectors-item {
    padding: 20px;
    text-align: center;
    margin: auto;
    color: #fff;
}

.sector-icon {
    line-height: 150px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.sector-icon:hover {
    background-color: #D41F25;
}

.sectors-item.active .sector-icon {
    background-color: #D41F25;
}
.responsive-text{
    font-size: 47px;
    margin: 10px 736px;
    margin-top: 100px;
    font-family: "Satoshi-Bold";
}
.sector-name {
    font-size: 20px;
    Line-height: 29.64px;
    font-weight: 400;
    font-family: "sans-serif";
    margin-top: 1rem;
}

div#collapsibleNavbar {
    z-index: 2;
}

.cleanlines h1{
    margin-left:0;
    font-size:4vw;
}
.cleanlines p{
    line-height: 1.2;
    font-size:1.7vw;
    font-weight: 400;
    font-family: var(--font-regular);
    color: #FFFFFF;
    opacity: 0.7;
    max-width: 800px;
}

.banner-bg {
    background-image: url('../images/hero-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 550px;
    transition: 0.35s linear;
    margin-top: -116px;
    position: relative;
}

.banner-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: '>';
}
.para_content{
    color: #1D263A;
    line-height: 34px;
}
.service_heading{
    color: #1D263A;
    font-weight: 600;
    font-size: 42px;
}
.banner-heading {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.banner-bg .breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}

.banner-bg .breadcrumb-item a {
    color: #fff;
    position: relative;
    bottom: 4px;
    opacity: 0.7;
}

.banner-bg .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    opacity: 0.7;
}

.service-sec .nav-pills .nav-link {
    color: #222222;
    border: none;
    background-color: transparent;
    font-size: 18px;
    text-align: left;
    padding-left: 0px;
    margin-top: 1.5rem;
    width: 100%;
}

.service-sec .nav-pills .nav-link.active, .service-sec .nav-pills .nav-link.active:hover {
    background-color: transparent;
    color: #D41F25;
    border: none;
}

.service-sec h2.tab-title {
    text-transform: uppercase;
    color: #222222;
    font-size: 1.5rem;
}

.service-sec .service-heading {
    font-size: 2.5rem;
    font-weight: 700;
}

.service-sec p.para {
    color: #686868;
    line-height: 30px;
    margin-bottom: 2rem;
}

h3.service-sub-heading {
    margin-bottom: 1rem;
}

ul.listIcon li {
    margin-bottom: 2rem;
    color: #686868;
}

ul.listIcon li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    padding-right: 15px;
    color: #D41F25;
}

.client-logo {
    height: 150px;
    line-height: 150px;
    display: flex;
    align-items: center;
}

.client-logo img {
    width: 200px;
    align-items: center;
    margin: auto;
}

.contact_page .content__inner p {
    line-height: 35px;
}

.contact_media ul li {
    margin-top: 1rem;
}

.contact_media ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: "Oswald";
    text-transform: uppercase;
}

.contact_media ul li a img {
    margin-right: 0.8rem;
}

.contact_social_media ul li {
    display: inline-block;
    margin-right: 0.7rem;
}

.btn-primary-outline-two {
    color: #222222 !important;
    border-color: #222222;
}

.btn-primary-outline-two:hover {
    color: #fff !important;
    border-color: #222222;
}



.navbar .nav-link.animate__backInDown.animate__animated.btn-primary-outline {
    line-height: 47px !important;
}

.countersec {
    background-image: url('../images/counter_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 130px;
}

.counter-grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    padding: 10px;
}.counter-grid-container .grid-item {
    color: #fff;
    padding: 20px 10px;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.counter-grid-container .grid-item span.count {
    font-size: 60px;
    font-weight: 900;
    font-family: "Satoshi-Bold";
}

.counter-grid-container .grid-item p.countNumber {
    margin-bottom: 1rem;
}

.team-dis p {
    color: #686868;
}

.team-dis p span.text_underline_span {
    color: #212529;
}
.modal-button{
    width: 130px;
    height: 60px;
    background-color: #33316A;
    border-radius: 10px;
    color: white;
    font-family: "Mazzardh-Regular";
    border: 0px ;
    font-weight: 600;
}
.submit-modal{
    width: 130px;
    height: 60px;
    background-color: #33316A;
    border-radius: 10px;
    color: white;
    font-family: "Mazzardh-Regular";
    border: 0px ;
    font-weight: 600;
}
#modal-content{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3.8rem;
    outline: 0;
}
.quest_form_outer{
    background-color: #fff;
    padding: 2rem;
    margin: 1.5rem auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
}
.quest_form_outer h1{
    font-size: 30px;
    font-weight: bold;
}
.quest_form_outer h3{
    font-size: 26px;
    font-weight: 600;
}
.question_form label{
    font-weight: 600;
}
.question_form label.radio-label{
    font-weight: 500 !important;
}
.radio-group {
    margin-bottom: 20px;
    display: flex;
    gap: 1rem;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 10px;
    align-items: center;
}

.radio-input {
    display: none;
}

.custom-radio {
    width: 16px;
    height: 16px;
    border: 2px solid #4C68F4;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.radio-input:checked + .custom-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #4C68F4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden {
    display: none;
}
.category_table_inputs td input{
    border: 0;
    border: 0;
    height: 42px !important;
}
.category_table_inputs td{
    padding: 0.6rem 0.75rem;
}
.btn-secondary,.btn-success{
    outline: none;
    border-radius: 7px;
    font-weight: 600;
    font-size: 20px;
    padding: 8px 30px;
}
#restaurant_details h5{
    font-size: 25px;
    margin-bottom: 10px;
}
#progress-counter {
    width: 100%;
    z-index: 1000;
    background-color: #4C68F4;  /* Change as needed */
    color: white;
    padding: 12px 20px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    margin-top: 1rem;
    border-radius: 8px;
}
.top_logo{
    padding-top: 40px;
}



@media (min-width:1300px){
    .container{
    max-width: 1270px;
    }
}
@media (min-width:1400px){
    .container{
    max-width: 1300px;
    }
}

    
@media  only screen and (max-width: 767px) {
    
    .nav.navbar.navbar-expand-md {
        border-bottom: 1px solid #fff;
        padding-bottom: 1rem;
        padding-top: 0px;
        position: relative;
        top: 1px;
        z-index: 3;
    }
    
    /* .landing_banner {
        height: 700px;
        margin-top: -60px;
        overflow-x:hidden;
        max-width: max-content;
    } */
    .button.navbar-toggler.collapsed .fa-bars {
        color: #fff;
}
.navbar .navbar-nav .nav-item {
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 10px;
}
.navbar .navbar-nav .nav-item.active a.nav-link {
    font-size: 12px !important;
}
.blogsec{
    margin-top: 1rem;
}
.blog-content{
    min-height: unset;
}
.section-heading {
    color: #000;
    font-weight: 700;
    font-size: 27px;
}
}
@media only screen and (max-width:767px) {

    .clean-img {
        width: 370px;
        height: 463px;
        margin-top: -6px;
        margin-left: 14px;
    }
    /* .btn-primary_common{
        height: 38px;
    } */
    .nav_brand img {
        width: 41px;
    }

    button.navbar-toggler .fa-bars {
        color: #fff;
    }

    button.navbar-toggler.collapsed .fa-bars {
        color: #fff;
    }

    nav.navbar.navbar-expand-md {
        border-bottom: 1px solid #fff;
        padding-bottom: 1rem;
        padding-top: 0px;
        position: relative;
        top: 1px;
        z-index: 3;
    }

    .navbar .navbar-nav .nav-item.active a.nav-link {
        font-size: 12px !important;
    }

    .navbar .navbar-nav a.nav-link, .sub-link {
        font-size: 12px !important;
    }

    nav.navbar.navbar-expand-md {
        background-color: #5c5c5c;
    }

    .sub-heading,
    .more_course h2 {
        font-size: 30px;
    }

    .clint_div {
        text-align: center;
    }

    .mt_row-sm {
        margin-top: 15px;
    }

    .owl-theme.test_carousel .owl-nav {
        top: -87px !important;
        right: 0;
        margin-top: 0;
    }

    .banner-heading {
        font-size: 35px;
    }

    .banner-content {
        width: 100%;
        position: absolute;
        text-align: center;
    }

    .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .top_link {
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        text-align: center;
        display: block;
    }

    .active-bg #header {
        position: fixed;
        top: 0;
    }

    #header, .top-header-section {
        position: unset;
    }

    .touch__form {
        width: 100%;
    }

    .landing_banner h1 {
        font-size: 25px;
        margin-top: 5rem;
    }

    .landing_banner a.btn.btn-primary-outline.ml-3 {
        margin-left: 0px !important;
        margin-top: 1rem;
    }

    section.clients_sec {
        margin-top: 4rem;
        padding-bottom: 0rem;
    }

    .clients_sec .service-mb {
        margin-bottom: 0px;
    }

    .sector-container {
        grid-template-columns: auto auto;
    }

    .sector-icon {
        line-height: 100px;
        width: 100px;
        height: 100px;
    }

    section#getInTouch {
        padding-top: 3rem;
    }

    footer.page-footer {
        padding-top: 7rem;
    }

    .page-footer .footer-logo {
        width: 70px;

    }

    .landing_banner ul li a, .footer-media li a {
        width: 50px;
        height: 50px;
    }

    .landing_banner h1>span {
        margin-left: 0;
    }

    /* .landing_banner {
        height: 700px;
        margin-top: -60px;
    } */

    .section_b {
        padding-bottom: 0;
    }

    .leftImg1 {
        width: 100%;
    }

    .marquee_image img {
        max-width: 300px;
    }

    .marquee, .slide_custom p {
        font-size: 64px !important;
    }

    .absolute-btn {
        bottom: -168px;
        width: 100%;
    }

    .oval_img_left {
        top: -100px;
    }

    .oval_img_right {
        bottom: -130px;
        right: 0;
    }

    .slider-sm {
        display: none;
    }

    .client_logos {
        flex-wrap: wrap;
    }

    .client_logos .flex-1 {
        flex: 0 0 50%;
        /* Each item takes up 50% of the container's width */
        /* Add any other styles you need for your flex items */
    }

    .section_c {
        height: 700px;
    }

    .shape1 {
        left: 0;
        top: -94px;
    }

    .shape2 {
        display: none;
    }

    .shape3 {
        bottom: -90px;
        width: 150px;
    }

    .footer__flex__items a.contact-texts {
        font-size: 18px;
    }

    .blogs_card_content h3 {
        height: auto;
    }

    .section_e h5, .section_f h5 {
        font-size: 35px;
        line-height: 1.6;
    }


    #top__header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .btn-primary_rad {
        padding: 1rem;
    }

    .navbar {
        -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
        box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
    }

    .navbar .navbar-nav .nav-item:nth-of-type(6) {
        margin-left: 18px !important;
    }

    .mySearch {
        padding-left: .5rem !important;
    }

    .top_search {
        padding: .6rem .6rem .6rem 3rem;
    }

    .input_group, .input_group .btn.btn_search_input {
        display: block;
    }

    .stories-dd {
        width: 100%;
        -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .hero-banner {
        /* background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.6)), url("../images/hero_Banner.png"); */
        width: 100%;
        height: auto;
        padding: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .top-content h1, .absolute_container h1 {
        font-size: 32px;
    }

    .carouselCaption h1, .carouselCaption h2 {
        font-size: 24px;
    }

    .bannerSml {
        height: 344px;
    }

    .curve_img {
        margin-top: -45px;
        display: none;
    }

    .about_us {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .category_row {
        margin-top: 0;
    }

    .student_testimonials, .our-clients, .getin__touch, .page-footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .client__box {
        margin-top: 50px;
    }

    .top-content p {
        margin-top: 5px;
    }

    .colz,
    .colz-sm {
        margin-top: 10px;
    }

    .sec-gap,
    .gap-top,
    .contact {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer__copyright {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar, .top-header-section {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    ul.main-ul {
        padding-top: 10px;
        padding-bottom: 20px;
        border-top: 1px solid #ccc;
    }

    .navbar .navbar-nav a.nav-link {
        font-size: 35px;
    }

    .mobile-nav {
        padding-top: 68px;
    }

    .landing_banner ul, .footer-media {
        gap: 10px;
    }

    /* .navbar .navbar-nav .nav-item.active a.nav-link {
        color: #fff;
    } */
    .navbar .navbar-nav .nav-item a.nav-link::after,
    .active-bg .navbar .navbar-nav .nav-item a.nav-link::after {
        bottom: -6px;
        height: 2px;
    }

    .wholeToggler {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .navbar .navbar-nav .nav-item {
        margin-right: 18px;
        margin-left: 18px;
        margin-top: 10px;
    }

    li.btn-grey-second,
    li.empl-btn {
        width: 160px;
        text-align: center;
    }

    /* .navbar .navbar-nav .nav-item:nth-of-type(6){
          margin-top: 10px;
      } */
    #header {
        background-color: #ffffff;
        padding-top: .5rem;
        padding-bottom: .5rem;
        /* box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%);
          -webkit-box-shadow: 0.7px 8.9px 24.5px 0 rgb(8 8 24 / 10%); */
    }

    .active-bg #header {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    #closeMenu:focus {
        outline: none;
        border: none;
    }

    #closeMenu {
        position: absolute;
        right: 16px;
        top: 10px;
        outline: none;
        border: none;
        background-color: transparent;
    }

    #closeMenu.active>img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    #closeMenu>img {
        font-size: 40px;
        color: #fff;
        -webkit-transition: ease-in 0.3s;
        -o-transition: ease-in 0.3s;
        transition: ease-in 0.3s;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .logo_white {
        width: 200px;
    }

    .topBanner {
        top: 0;
    }

    .top_search {
        width: 100%;
    }

    .mobile-nav.active {
        width: 100%;
    }

    .notification>span {
        top: 12px;
    }

    .navbar-brand>img {
        width: 147px;
    }

    .active-bg #header .navbar-brand>img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .flex_now_wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 15px;
        margin-left: 0;
    }

    .flex_now_wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: var(--second-box-shadow);
        box-shadow: var(--second-box-shadow);
        border-radius: 10px;
        background-color: #F9F9FB;
    }

    .flex_now_wrap::-webkit-scrollbar-thumb {
        background: var(--blue-dark-primary);
    }

    .flex__counter_items {
        margin-right: 10px;
    }

    .flex__counter_items p {
        font-size: 13px !important;
    }

    .top__banner {
        /* background: url(../assets/banner-top.png); */
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .common_container {
        width: 90%;
    }

    .sec-gap-y {
        padding-top: 15px;
    }

    .blog {
        padding-bottom: 40px;
    }

    .course {
        padding-bottom: 115px;
    }

    .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 90% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 110% !important;
    }

    .connected_with {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-2-items {
        height: auto;
    }

    .owl-theme.owl-3 .owl-nav {
        top: -46px !important;
        right: 15px !important;
    }

    .story .section__title {
        padding-left: 35px;
    }

    .story .base__line {
        margin-left: 35px;
    }

    .owl-3 {
        padding-top: 40px;
    }

    .top-content h1 {
        font-size: 20px;
    }

    .top-content p {
        width: 205px;
    }

    .topBanner {
        height: 400px;
    }

    .carouselCaption {
        padding-left: 45px;
        right: 42px;
    }

    .footer__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section__title {
        font-size: 30px;
    }

    .flex__counter_items b, .plus-counter {
        font-size: 32px;
    }

    .crircle__div {
        width: 330px;
        height: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .story .container-fluid {
        padding: 0;

    }

    .pad-r {
        padding-right: 6px;
    }

    .pad-l {
        padding-left: 6px;
    }

    /* .colz{
           margin-bottom: 12px;
       } */
    .flex-no-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
    }

    .flex-no-wrap::-webkit-scrollbar {
        display: none;
    }

    .col-sm {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 46%;
        max-width: 46%;
        padding-right: 0;
    }

    .service__card {
        margin-left: auto;
        margin-right: auto;
    }

    .common-title {
        font-size: 28px;
        line-height: normal;
    }

    .content__inner-right {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .content__inner-right .col-md-12 {
        padding-left: 0;
    }

    .touch__form {
        margin-left: auto;
        margin-right: auto;
        padding: 15px;
    }

    .card.category__card>div>div h4 {
        font-size: 13px;
    }

    .feature__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feature__card__right {
        margin-top: 10px;
    }

    .contact .container {
        width: 100%;
    }

    .footer_heading {
        margin-bottom: 4px;
    }

    .col-sm {
        margin-bottom: 0 !important;
    }

    .top__content {
        padding: 10px;
    }

    .padingr-4 {
        padding-right: 4px;
    }

    .padingl-4 {
        padding-left: 4px;
    }

    .feature__card {
        padding: 8px;
    }

    .feature__card__desg>span {
        margin-right: 20px;
        display: block;
    }

    /* .feature__card__desg>span:nth-of-type(2) {
        margin-right: 0;
    } */
    .feature__card__desg>span:nth-of-type(4) {
        position: absolute;
        top: 8px;
        right: 15px;
        margin-right: 0;
    }

    .feature__card__left>h5 {
        font-size: 17px;
    }

    .feature__card__left>h5 .exp {
        margin-left: 8px;
    }

    button.btn.btn-apply {
        position: initial;
    }

    .colz-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .btn.btn-home {
        width: 100%;
    }

    .footer-column {
        padding-left: 8px;
        padding-right: 8px;
    }

    .footer__ul,
    .footer__ul>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__ul>li {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer__ul>li>a {
        font-size: 12px;
        padding: 0;
    }

    .tag-parent>select {
        width: auto;
        margin-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .feature__card__title>button {
        margin-bottom: 10px;
    }

    .details__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .details__inner-right>h1 {
        font-size: 25px;
    }

    span.skill_tag {
        margin-bottom: 8px;
    }

    .sub_title {
        font-size: 25px;
    }

    .common_text,
    .desc_div>p,
    .privacy__second p {
        font-size: 14px;
    }

    .desc_div>i {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }

    .terms__banner {
        height: 89px;
    }

    .terms__banner h1 {
        font-size: 20px;
    }

    div.feature__card.all__job__cards {
        padding-left: 15px;
        padding-right: 15px;
    }

    button.btnApply {
        margin-left: 0 !important;
    }

    .details__description>.container-fluid {
        width: 96%;
    }

    .px-gutter {
        padding-left: 0;
        padding-right: 0;
    }

    .container-width {
        width: 100%;
    }

    section.topbanner {
        height: auto;
    }

    .topbanner h1 {
        font-size: 24px;
    }

    .contact_title {
        font-size: 23px !important;
    }

    .modal_right {
        min-height: 412px;
    }

    .modal_right.modal_right-password {
        min-height: 246px;
    }

    .close-modal {
        top: 5px;
        right: -5px;
    }

    .modal_right>div {
        margin-top: 22px;
    }

    .left_bottom>img {
        width: 180px !important;
    }

    .details__inner-right>div span.decs {
        display: block;
    }

    .user-profile-section .container-fluid {
        padding: 15px;
    }

    .feature__card__right>div {
        margin-top: 5px;
    }

    .carouselCaption, .absolute_container {
        top: 45%;
    }

    .topbanner h1 {
        padding-top: 0;
        padding-bottom: 0;
    }

    form#job_seeker_profile_update>.row>.col-12 {
        padding: 0px;
    }

    .question-text.faq-card-body {
        padding-left: 24px;
        padding-right: 40px;
    }

    section.topbanner.job__topbanner {
        padding-bottom: 0px;
    }

    input#remember_me {
        top: -1px;
    }

    .modal_left.modal_left-blue, .modal_right {
        border-radius: 0px !important;
    }

    .modal_right {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .dropdown-menu.dropdown-menu-right.profile-dropdown {
        bottom: 0px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 100%;
        position: static !important;

    }

    .modal_left {
        border-radius: 0px 0px 0px 0px !important;
    }

    .all_city_names {
        max-height: 190px;
        top: 35% !important;
        width: 90% !important;
    }

    .topnav__search i.fa-search {
        display: none;
    }

    .clip_o {
        top: 15px
    }

    .desc_div {
        display: block;
    }

    .my-jobs .btn-searchclear {
        margin-top: 1rem;
    }

    .about__us p {
        font-size: 20px;
        line-height: 32px;
    }

    #header .container-fluid {
        width: 95%;
    }

    .social__ul li a img {
        width: 40px;
    }

    .owl-3 .owl-stage {
        padding-left: 35px !important;
    }

    .top-content p {
        font-size: 16px;
    }

    .top-content {
        position: unset;
        /* top: 45%;
        left: 2%; */
        left: unset;
        top: unset;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .modal-width {
        max-width: 100%;
    }

    .btn.btn-gradient {
        margin-top: 10px;
        width: 230px;
        height: 40px;
        font-size: 16px;
    }

    .pointer-move {
        bottom: 10px;
    }

    .custom_carosel-item img {
        height: 230px !important;
    }

    .custom_carosel-item h2 {
        font-size: 30px;
    }

    .ins_story_card {
        margin-bottom: 20px;
    }

    .transform-section .common_container, .courses_details .common_container {
        width: 95%;
    }

    .courses_details {
        height: 320px !important;
    }

    .courses_details h2 {
        font-size: 25px;
        margin-top: 20px;
    }

    .fixed-form {
        position: static;
        width: 100%;
    }

    .sample-code {
        font-size: 13px;
    }

    .front__card {
        margin-bottom: 20px;
    }

    .front__card h4 {
        font-size: 18px;
    }

    .img-center {
        text-align: center;
    }

    img.thumbs_lady {
        width: 60% !important;
        margin: 0 auto;
    }

    .p_feature h4 {
        font-size: 26px;
    }

    .f_card_box h4 {
        font-size: 16px;
    }

    body p {
        font-size: .8rem !important;
        line-height: 1.5 !important;
        letter-spacing: normal !important;
    }

    h1, h2, h3, h4, h5, h6 {
        letter-spacing: normal !important;
    }

    .service__card {
        min-height: auto;
    }

    .student_testimonials .container-fluid {
        width: 97%;
    }

    .feature iframe {
        height: auto !important;
    }

    .contact-details img {
        position: relative;
        bottom: 2px;
    }

    .contact-details a {
        font-size: 15px;
    }

    .footer__copyrightr .content-text {
        text-align: center;
        font-size: 12px;
    }

    .page-footer {
        padding-bottom: 0;
    }

    .contact-details::after {
        content: none;
    }

    .text_muted {
        line-height: inherit;
    }

    .cardsRow .service__card {
        min-height: auto !important;
        height: 256px !important;
    }

    .our_bogs {
        padding-top: 0;
    }

    .my_navPills::-webkit-scrollbar {
        display: none;
    }

    .nav-pills .nav-link {
        font-size: 13px;
        width: 130px;
        padding-left: 0;
        padding-right: 0;
    }

    .team-dis .contact_text {
        font-size: 13px;
    }

    .service_content h5 {
        height: auto;
    }

    .service_content, .subTitle_sm_t-0 {
        margin-top: 0;
    }
    .gap-y{
        padding-top: 50px;
    padding-bottom: 50px;
    }

    .our_bogs::before {
        content: none !important;
    }

    .sub-link {
        font-size: 13px;
    }

    .about_topBanner h1 {
        font-size: 30px;
        line-height: 1.6;
    }

    .head_para-48, .head_para {
        font-size: 30px;
        line-height: 1.6;
    }

    .scrollDown_texts h5, .scrollDown_texts a, .service_article span, .contactBanner a {
        font-size: 13px;
    }

    .about_content-inner {
        margin-bottom: 45px;
    }

    .page-head h1 {
        font-size: 32px;
        line-height: 1.6;
    }

    .service_article h4 {
        font-size: 20px;
    }

    .hover_card {
        height: auto;
    }

    .tiltimage {
        width: 80%;
        margin: 100px auto 0;
    }

    .text-mb-center {
        text-align: center;
    }

    .shape4 {
        top: 4px;
        left: 0;
    }

    .shape5 {
        right: 0;
        bottom: -120px;
    }

    .page-head, .page-content-bg, .page-content-white, .section_f, .section_i, .about_usHead, .all_contact {
        padding: 45px 0;
    }
    .videoSec .videoPlayBtn img {
    width: 40px;
}

    .contactBanner {
        padding-bottom: 45px;
    }

    .about_topBanner h1 {
        margin-top: 150px;
        margin-bottom: 40px;
    }

    .dropdown-menu_ul li, .team-img, .address_div img {
        width: 100%;
    }

    .team_member_details h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .owl-carousel.teams_carousel .owl-nav {
        display: flex;
        bottom: -100px;
        left: 0;
    }

    .tiltimage_mt-0 {
        margin: 0 auto 15px;
    }

    .section_b .hover_card {
        min-height: auto;
    }

    .banner-bg {
        height: 180px;
        margin-top: 0px;
    }

    .page-footer .text-center.d-flex.justify-content-between {
        display: block !important;
    }

    .btn-radius {
        margin-bottom: 1rem;
    }

    a.btn.btn-primary-outline.btn-primary-outline-two.ml-3 {
        margin-left: 0px !important;
    }

    .service-card {
        min-height: unset;
    }

    section.countersec {
        margin-top: 3rem;
    }

    .counter-grid-container {
        grid-template-columns: auto auto;
    }
    .btn-radius,.btn-primary-outline,a.btn.btn-primary-outline.ml-3{
        width: auto;
        font-size: 14px;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        height: 55px;
    line-height: 40px;
    }
    .navbar .nav-link.animate__backInDown.animate__animated.btn-primary-outline {
        line-height: 38px !important;
        width: 200px;
    }
    .page-footer .footer__flex__items h6{
        margin-bottom: 1rem;

    }
    .blogsec{
        margin-top: 1rem;
    }
    .blog-content{
        min-height: unset;
    }
    .cat-content {
        min-height: unset;
    }
    .section-heading {
        color: #000;
        font-weight: 700;
        font-size: 27px;
    }
    .blogsec .row.align-items-center img{
        width: 30px;
    }
    .videoSec{
        bottom: 5%;
    }
    .feature-sec {
        margin-top: -5rem;
    }
    .landing_banner {
        height: 100vh;
    }
    .top_logo img{
        width: 100%;
    }
    .radio-group{
        flex-wrap: wrap;
    }
    .quest_form_outer{
        padding: 15px;
    }
    .form_parentBox{
        width: 97%;
    }
    #progress-counter{
        font-size: 14px;
        padding: 12px;
    }
}

@media  (max-width: 600px)   {
    /* 28-10-24 */
    .container-chat {
        width: 100%;
        min-height: 100px;
        padding: 20px 20px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 10;
        position: relative;
    }
    .button-chat {
        padding: 10px 20px;
        background-color: #4C68F4;
        color: #fff;
        border: none;
        margin-top: 2px;
        border-radius: 4px;
        cursor: pointer;
        border-radius: 9px;
    }
    

    footer.page-footer {
        padding-top: 7rem;
        width: 100%;
    }

    .page-footer .footer-logo {
        width: 70px;

    }
    
        .footer-link-section {
            background-color: #D6EBE4;
            padding: 10px 0;
            font-family: Arial, sans-serif;
            margin-top: 150px;
        }
    

    .landing_banner ul li a, .footer-media li a {
        width: 50px;
        height: 50px;
    }
    .email-subscribe {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 68%;
        
        
        margin-top: 40px;
        padding: 10px;
        background-color: #f5f5f5;
        border-radius: 10px;
    }
    h1.footer-title {
        font-weight: 500;
        font-size: 34px;
        margin-bottom: 20px;
        margin-left: 62px;
        margin-top: 100px;
    }
    .blogsec3{
        width: 100%;
        margin-left: 0px;
    }
    .blogsec4{
        width: 100%;
        margin-bottom: 10px;
        margin-left: 30px;
    }
    .service-cards1{
        margin-left: -10px;
    }
    .section-heading2{
        margin-left: 30px;
    }
    .footer-left h3{
        margin-left: -251px;
    }
    .footer-paragraph{
        margin-left: 68px;
        
    }
    .footer-paragraph1{
        margin-left: 68px;
        
    }
    .email{
        margin-left: -237px;
    }
    .footer-left{
        margin-left: 100px;
    }
}   
@media only screen and (max-width:360px) {

    .common_container,
    .footer_container {
        width: 97%;
    }

    .crircle__div {
        height: 260px;
        width: 260px;
    }

    /* .topBanner {
      height: auto;
  } */
}