@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent;
    font-variant-ligatures: none !important;
    font-feature-settings: "liga";
    -webkit-user-drag: none;
    /* 	text-justify: auto;
	text-wrap-style: balance; */
}

:root {
    --color: #232323;
    --bg: #fff;
    --snow: #FDFDFE;
    --pcolor: #C82127;
    --plight: #D0362E;
    --scolor: #177BB9;
    --green: #508D1C;
    --light-green: #B0DB14;
    --blue: #384ec1;
    --darkblue: #222f74;
    --hpad: calc(21px + 5vw);
    --vpad: 68px;
    --fsize: 14px;
    /*--font: 'Sinkin Sans 300';*/
}

/* onload animation with animation timeline */
@media (prefers-reduced-motion: no-preference) {

    .animate-this {
        opacity: 0;
        transform: translateY(50px);
        margin-top: 15px;
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
}

.vpad {
    padding-top: var(--vpad);
    padding-bottom: var(--vpad);
}

.text-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}


.bg-cover {
    background-size: cover !important;
}

.bg-cover-overlay {
    position: relative;
    background-size: cover !important;
}

.bg-cover-overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /*  background:rgba(0,0,0,0.05);*/
    z-index: 0;
    border-top: 1px solid #fff;
}

.bg-cover-overlay.style2::before {
    /* background:rgba(0,0,0,0.6);*/
    background: rgba(255, 255, 255, 0.8)
}

/* Temp css add by QBA  */
/*.bg-cover-overlay .text-white{
	color: #000 !important;
}
.bg-cover-overlay .how_content p{
		color: #000 !important;
}*/
.bg-cover-overlay.style2 .text-white {
    color: #000 !important;
}

.bg-cover-overlay.style2 .how_content p {
    color: #000 !important;
}

/* Temp css add by QBA  */


.importance_content>img {
    height: 27px;
    width: 27px;
    flex-grow: 0;
    flex-shrink: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

button:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
    background: var(--bg);
}

p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

.fix::after {
    clear: both;
    content: "";
    display: table;
}

input,
textarea,
button {
    font-family: var(--font);
    background: 0 0;
    color: var(--color);
    font-size: var(--fsize);
    outline: none;
    border: none;
    cursor: inherit;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
    border: none;
}

*::-moz-focus-inner {
    border: 0;
}

textarea {
    min-height: 100px;
}

::-moz-placeholder {
    font-size: var(--fsize);
    line-height: 1.7;
    color: #8B5F1C;
}

:-ms-input-placeholder {
    font-size: var(--fsize);
    line-height: 1.7;
    color: #8B5F1C;
}

::placeholder {
    font-size: var(--fsize);
    line-height: 1.7;
    color: #8B5F1C;
}

input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: none;
}

.unselect,
.unselect *,
br,
hr,
img,
.blockui {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    max-width: 100%;
    width: 100%;
}

a,
a:link,
a:active,
a:visited,
a:hover,
a:focus,
a:focus-within {
    outline: none;
    border: none;
    text-decoration: none;
}

a {
    color: var(--pcolor);
    display: inline-block;
    font-family: "Lato", sans-serif;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
     font-family: "Montserrat", sans-serif;
}

.font1 {
    font-family: "Lato", sans-serif;
}

.font2 {
    font-family: "Lato", sans-serif;
}

h2 {
     font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    /* color: #29529E; */
    color: #000;
    text-transform: capitalize;

}

h2 span {
     font-family: "Montserrat", sans-serif;
    font-weight: 600;
    /* color: #DD0A85; */
    color: #000;
    /* background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */

}

h2.text-white span {
    color: #fff;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

h2.text-white2,
h2.text-white2 span {
    color: #fff;
}

h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

h3.text-grade {
    /* color: #29529E; */
    color: #000;
}

h3.text-grade span {
    font-weight: 500;
    /* color: #DD0A85; */
    color: #000;
    /* background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-backgrounsub-headd-clip: text;
    -webkit-text-fill-color: transparent; */
    text-transform: capitalize;
}

h3.sub-head {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0 0 0;
}

h4 {
    /*font-family: 'Sinkin Sans 300';
    
    font-size: 20px ;
    font-weight: 600;
    line-height: 1.6;
    color: #29529E;*/
     font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}

h5 {
     font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}

.text-prime {
    color: #131313;
}

.text-prime2 {
    color: #131313 !important;
}

.text-db {
    color: #26103E !important;
}

.text-border {
    position: relative;
    background: #fff;
}

.text-border::after {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    height: 0.5px;
    width: 100%;
   background: #333333;
    z-index: 1;
    opacity: 0.25;
}

.text-border .b-text {
    background: #fff;
    width: fit-content;
    margin: auto;
    position: relative;
    z-index: 9;
    padding: 0 20px;
    margin-bottom: 20px;
}

.impact_content.grid-style ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 30px;
    padding-left: 0 !important;
}

.impact_content.grid-style ul li {
    padding-right: 20px;
    border-bottom: 1px solid #33333327;
    padding-left: 35px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.impact_content.grid-style li:before {
    left: 0;
}

.none {
    display: none !important;
}

body,
.text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #222222;
}

body {

    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 24px;
    overflow-x: hidden;
}

.italic {
    font-style: italic;
}

.img-box-overlay {
    position: relative;
}

.img-box-overlay .absolute-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    /* text-align: center; */
    font-weight: 400;
    width: 81%;
    /* text-align: justify; */
}

.common-slide .owl-dots,
.common-slide2 .owl-dots {
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px !important;
    gap: 10px !important;
}

.common-slide .owl-dots button span,
.common-slide2 .owl-dots button span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    background: #d4d3e8 !important;
    display: flex !important;
}

.common-slide .owl-dots button.active span,
.common-slide2 .owl-dots button.active span {
    background: #1F418B !important;
}

.common-slide2 .owl-dots {
    position: absolute;
    bottom: -25em;
    left: 50%;
    transform: translateX(-50%);
    /* margin-bottom: 47px !important; */
}

.grid-slide .item {
    text-align: center;
}

.grid-slide .item .conte {
    padding: 0 20px;
    margin-top: 20px;
}

.header_menu .dropdown .dropbtn .menu-arrow {
    display: inline;
}

.menu-arrow {
    width: 12px;
    filter: invert(1);
    margin-left: 4px;
    display: none;
}

.header.bg-color .menu-arrow {
    filter: unset;
}

.bg-overlay-gradiunt {
    position: relative;
}

.bg-overlay-gradiunt::before {
    background: linear-gradient(99.12deg, #1F418B 4.54%, #7A2596 67.88%, #C72C97 102.28%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
}

.casy_body {
    background: #F1F6FF;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

::before,
::after {
    position: absolute;
    content: "";
}

.ul-style1 ul {
    list-style: disc !important;
}

.ul-style1 ul li {
    list-style: disc !important;
    margin-bottom: 15px;
}

.max {
    max-width: 1600px;
    width: 100%;
    padding-left: calc(20px + 4vw);
    padding-right: calc(20px + 4vw);
    margin: 0 auto;
}

.object-img {
    object-fit: cover;
    object-position: center;
}

header {
    margin-bottom: -100px;
}

.header {
    background: transparent;
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_menu ul {
    padding: 0;
    list-style: none;
    /* display: flex; */
    gap: 20px;
    margin: 0;
    align-items: center;
}

.header_menu ul.menu-list>li.dropdown:nth-child(2) a.dropbtn,
.header_menu ul.menu-list>li.dropdown:nth-child(3) a.dropbtn {
    pointer-events: none;
}

.header_menu ul li a {
    
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}

.banner_img {
    overflow: hidden;
}

.banner_img img {
    width: 100%;
}

.banner-home .owl-item.active .banner_img img {
    -webkit-animation: 10s zoom;
    animation: 20s zoom
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1.5, 1.5)
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1)
    }

    to {
        transform: scale(1.5, 1.5)
    }
}

.banner {
    position: relative;
}

.banner_main {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.banner_main ul {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: fit-content;
    padding: 0px 16px 16px 0;
}

.banner_content h1 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: #FFFFFF;
    /*     color: #FFFFFF;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    margin-bottom: 0px;
    padding-bottom: 0;
    /*     border-bottom: 1px solid #F1F6FF; */
    width: fit-content;
}

.banner_content h1 span {
    font-size: 44px;
    font-weight: 300;
    line-height: 1;
    color: #FFFFFF;
    background: #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_content p {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin-top: 8px;
    max-width: 450px;
}

.banner_btn a {
    /*background: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%);*/
    /*box-shadow: 0px 4px 4px 0px #FFFFFF80 inset;*/
    width: 170px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    
    font-size: 20px;
    font-weight: 600;
    line-height: 24.36px;
    text-align: left;
    color: #fff;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    border: 1px solid;
    -webkit-border-image: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%);

    border-image-source: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%);
    border-image-slice: 1;
    border-width: 1px;
}

/*.banner_btn a::before{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: -10px;*/
/*    top: 11px;*/
/*    background: linear-gradient(90deg, rgb(255 96 189) 0%, rgb(221 10 133) 100%);*/
/*    border-radius: 4px;*/
/*    z-index: -1;*/
/*    opacity: 0.2;*/
/*}*/
.banner_div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 50%;
    gap: 30px;
}

.banner_div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 60%;
    gap: 30px;
    margin-top: 80px;
    z-index: 1;
    position: relative;
}

.banner_div::before {
    content: '';
    width: 139%;
    height: 163px;
    background: linear-gradient(270deg, rgba(0, 51, 102, 0.5) -11.08%, rgba(41, 82, 158, 0.5) 76.15%);
    border: 1px solid #ffffff33;
    /* border-image-source: linear-gradient(91.46deg, #FFFFFF 3.49%, rgba(255, 255, 255, 0.5) 100.9%); */
    left: -17%;
    bottom: -19px;
    position: absolute;
    z-index: -1;

}

.banner_sec img {
    width: 40px;
}

.banner_sec p {
    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

/* Menu  */

.dropbtn {
    border: none;
    position: relative;
}

.dropbtn::before {
    position: absolute;
    top: 10px;
    border-color: transparent transparent transparent #fff;
    /* border-width: 6px; */
    border-width: 0;
    display: block;
    position: absolute;
    right: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    transform: rotate(90deg);
}

.dropdown {
    position: static;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 300px;
    z-index: 1;
    padding: 8px 20px;
    top: 65px;
    border-bottom: 6px solid #dd0a85;
    border-radius: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
}

.dropdown-content a {
    color: #000;
    padding: 6px 16px 6px 0;
    text-decoration: none;
    display: block;
}

.header_menu ul li .dropdown-content a {
    color: #000 !important;
    /* border-bottom: 1px solid #fff; */
}

.header_menu ul li .dropdown-content a:last-child {
    border-bottom: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}


.menu-list li.dropdown:nth-child(4) {
    display: none !important;
}

.menu-list li {
    margin-left: 15px;
    line-height: 65px;
}

/* // Menu  close*/
.invested {
    /* padding: 80px 0px 40px */
}

.invested_head {
    text-align: center;
}

.invested_head h3 {
    /* font-family:'Sinkin Sans 300';
    font-size: 40px;
    font-weight: 300;
    line-height:1;
    color: #29529E;
    text-transform: capitalize; */
}

.invested_head h2 {
    /* font-family: 'Sinkin Sans 300';
    font-size: 36px;
    font-weight: 300;
    line-height: 1.6;
    color: #29529E;
    text-transform: capitalize; */
}

.invested_head span {
    /* font-family:'Sinkin Sans 700';
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: #DD0A85;    
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.invested_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 120px;
    margin-top: 60px;
}

.invested_div {
    text-align: center;
}

.invested_div h3 {
    
    font-size: 86px;
    font-weight: 250;
    line-height: 1;
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pr_0 {
    padding-right: 0 !important;
}

.invested_div img {
    width: 88px;
    margin-bottom: 20px;
}

.invested_div p {
    
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #222222;
}

.we {
    padding: 115px 0px 90px;
    background: url(../images/bg_new_ds.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
}

.we_main {
    width: 84%;
    margin: 0 auto;
    position: relative;
}

.we_main::before {
    content: '';
    width: 87px;
    height: 87px;
    background: url(../images/glyph.svg);
    position: absolute;
    left: -98px;
    background-repeat: no-repeat;
    top: -21px;
    opacity: 0.2;
}

.we_main::after {
    content: '';
    width: 87px;
    height: 87px;
    background: url(../images/glyph_1.svg);
    position: absolute;
    right: -70px;
    bottom: -76px;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.we_main p {
    text-align: center;
    position: relative;
    font-family: 'Sinkin Sans 300';
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
}

.we_main p b {
    font-family: 'Sinkin Sans 700';
}

.img-curve {
    border-radius: 6px;
}

.help {
    position: relative;
    /* padding: 50px 0 0px; */
    z-index: 1;
}

.help::before {
    content: '';
    width: 614px;
    height: 367px;
    /* background: url(../images/Rectangle.png); */
    position: absolute;
    right: 0px;
    bottom: 6px;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right;
}

.banner_img video {
    width: 100%;
}

.help_main {
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    gap: 50px;
    align-items: center; 
}

.help_main .help_content {
    width: 50%;
    flex: 50%;
    max-width: 50%;
}

.help_main .help_img {
    width: 50%;
    overflow: hidden;
}

.help_content h3 {
    /* font-family:'Sinkin Sans 300';
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    color: #29529E;
    text-transform: capitalize; */
}

.help_content h2 {
    /* font-family:'Sinkin Sans 300';
    font-size: 31px;
    font-weight: 300;
    line-height: 1.6;
    color: #29529E;
    text-transform: capitalize; */
}

.help_content h4 {
    /* font-family:'Sinkin Sans 700';
    font-size: 31px;
    font-weight: 600;
    line-height: 1.4;
    color: #DD0A85;
    text-transform: capitalize;
        color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.help_content p {
    /* font-family:  'Proxima Nova Rg';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #222222;
    margin-top: 20px; */
}

.help_img img {
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    object-fit: cover;
    object-position: top center;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
}

.how {
    padding: 80px 0px;
}

.how_head {
    text-align: center;
}

.how_head h3 {
    /* font-family: 'Sinkin Sans 300';
    font-size: 40px;
    font-weight: 300;
    line-height: 1.4;
    color: #29529E;
    text-transform: capitalize; */
}

h2.color2 span {
    font-family: 'Sinkin Sans 700';
    font-weight: 600;
    /* color: #DD0A85; */
    color: #000;
    /* background: linear-gradient(90deg, #C445C1 -100%, #618FFC 62%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.how_head h5 {
    /* font-family:  'Proxima Nova Rg';
    font-size: 48px;
    font-weight:400;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 0px;
    text-transform: uppercase; */
}

.part_main img {
    height: 180px;
    object-fit: contain;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pt_0 {
    padding-top: 0 !important;
}

.how_head p {
    /* 
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #222222; */
    margin: 15px 0 20px;
}

.how_dv {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background: url(../images/sl_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.how_man {
    margin-top: 40px;
}

.how_content {
    padding: 40px 20px 40px 20px;
    /* width: 100%;
    margin-top: 20px;
    position: absolute;
    left: 0;
    top: 10px; */
    /* transform: translateY(-50%); */
}

.how_content h3 {
    
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;
    color: #000;
    margin-bottom: 10px;
}

.how_content p {
    /* font-family:  'Proxima Nova Rg'; */
    /* font-size: 16px; */
    font-weight: 400;
    /* line-height: 1.4; */
    color: #222222;
}

.how_content hr {
    border-bottom: 1px solid #222222;
    margin: 20px 0px;

}

.how_sec {
    background: #ffffffa6;
    /*  padding: 25px 30px;
	border-left: 10px solid #DD0A85; 
	border-left: 10px solid #000;*/
    
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #222222;
    margin-top: 20px;
}

.how_sec h5 {
    
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #222222;
}

.how_man .owl-dots button span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0 !important;
    background: #29529E !important;
    display: flex !important;
}

.how_man .owl-dots button.active span {
    background: #DD0A85 !important;
}

.how_man .owl-dots {
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px !important;
    gap: 10px !important;
    position: absolute;
    width: 100%;
    bottom: -40px;
}

.client-slide .item {
    padding: 0 10px;
}

.clients {
    padding: 60px 0px;
}

.pl_0 {
    padding-left: 0 !important;
}

.clients_content {
    text-align: center;
    position: relative;
    padding: 60px 100px;
}

.clients_content .text {
    position: relative;
}

.clients_content .text::after,
.clients_content .text::before {
    content: '“';
    font-size: 150px;
    position: absolute;
    /* left: 10px;
    top: 0; */
    height: auto;
    width: auto;
    color: #222222;
}

.clients_content .text::before {
    left: -40px;
    top: -92px;
}

.clients_content .text::after {
    transform: rotate(180deg);
    right: -42px;
    bottom: -75px;
    left: unset;
    top: unset;
    color: #222222;
}

.clients_content h3 {
    font-family: 'Sinkin Sans 700';
    font-size: 20px;
    line-height: 1.6;
    color: #29529E;
    position: relative;
}

.clients_content p {
    margin-top: 15px;
}

.clients_sec {
    padding: 5px 20px;
}

.clients_sec h5 {
    font-weight: 400;
    text-align: right;
    margin-left: auto;
}

.clients_sec h5 span {
    font-weight: 700;
    display: block;
    margin-left: auto;
    width: fit-content;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: -10px;
}

.industries {
    position: relative;
    z-index: 1;
}

.industries_div {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding-left: 20px;
    position: relative;
}

.industries_div .owl-item {
    display: flex;
}




.industries_div .owl-item.active .industries_sec {
    left: -30px;
    position: relative;
}

.industries_div .owl-item.center .industries_sec {
    left: initial;
}

.industries_div .owl-item.center+.active .industries_sec {
    left: initial;
    right: -30px;
}

.industries_div .owl-item.center+.active+.active .industries_sec {
    left: initial;
    right: -15px;
}

.industries_div .owl-item .industries_sec {
    transform: scale(0.85);
    transition: transform 0.3s ease;
}

.industries_div .owl-item.center+.owl-item .industries_sec {}

.industries_div .owl-item.center .industries_sec {
    transform: scale(1.1);
}

.industries_div .owl-item.center h3,
.industries_div .owl-item.center .text,
.industries_div .owl-item.center .industries_content {
    height: auto !important;
}



.industries_div .industries_content {
    padding: 20px 20px 10px 20px;
}

.industries_div .industries_content h3 {
    color: #000;
}

.industries_div .industries_content a {
    display: block;
    margin-bottom: 10px;
}

.industries_sec {
    text-align: left;
    background: #fff;
    padding: 0;
    /* border: 1px solid #ddd !important; */
    display: block;
    box-shadow: 0 0 18px 0 #0000001f;
    border-radius: 6px;
}

.industries_sec img {
    border-radius: 6px;
	height:220px;
	object-fit:cover;
}

.industries_div .owl-stage-outer {
    padding: 20px 20px;
    margin-left: -40px;
    /* overflow: visible !important; */
}

.city {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    gap: 20px;
}

.city li {
    max-width: calc(20% - 20px);
    width: 20%;
    flex: 20%;
    display: flex;
    align-items: center;
}

.city li img {
    width: 100%;
    max-width: 65px;
    max-height: 65px;
    object-fit: contain;
}

.city li div {
    font-weight: 700;
    margin-left: 15px;
    font-family: 'Sinkin Sans 700' !important;
}

.sus_main .owl-stage-outer {
    padding: 20px 20px 20px 20px;
    margin-left: -20px;
}

.industries_content {
    padding: 20px;
}

.industries_content h3 {
    
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--blue);
}

.industries_content p {
    
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
    min-height: 68px;
}

.industries_sec a .arrow {
    width: 14px;
}

/* .industries::before{
    content: '';
    width: 100%;
    height: 367px;
    background: url(../images/blog_bg.png);
    position: absolute;
    right: 0px;
    top: 6px;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100%;
} */

.industries_div .owl-dots button {
    /* background: #DD0A85 !important; */
    /* opacity: 0.2 !important; */
}

.industries_div .owl-dots button span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0 !important;
    background: #a9b6fc !important;
    display: flex !important;
}

.industries_div .owl-dots button.active span {
    background: var(--blue) !important;
    opacity: 1 !important;
}

.industries_div .owl-dots {
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px !important;
    gap: 10px !important;
}

.industries_div .owl-dots {
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px !important;
    gap: 10px !important;
}

/* Make sure dots are visible and centered */


.industries_main {
    overflow: visible !important;
}

.industries_div .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    position: relative;
    z-index: 5;
}

.industries_div .owl-dots button {
    background: transparent !important;
}

.industries_div .owl-dots button span {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    background: #fff !important;
    display: inline-block;
    transition: background 0.3s ease;
}

.industries_div .owl-dots button.active span {
    background: #4f81ff !important;
    opacity: 1 !important;
}



.case-studies-grid-sec:first-child {
    margin-bottom: 60px;
    border-bottom: 1px solid #33333327;
    padding-bottom: 40px;
}

.banner-home.common-dots .owl-dots {
    position: absolute;
    bottom: 0;
    justify-content: space-around !important;
    /* background: #000000ab; */
    background: linear-gradient(0deg, #000 30%, #00000000 100%);
    padding: 60px 10px 15px 30px;
}

.banner-home.common-dots .owl-dots .owl-dot {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    border-bottom: 3px solid transparent;
    padding-bottom: 15px;
    display: block;
    background-color: transparent !important;
    text-align: left;
    margin-bottom: 44px;
}

.banner-home.common-dots .owl-dots .owl-dot.active {
    color: #fff;
    /* border-bottom: 3px solid #fff; */
}

.banner-home.common-dots .owl-dots .owl-dot span {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
}

.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: #fff;
    /* background: linear-gradient(99.02deg, #1F418B 4.53%, #7A2596 75.9%, #C72C97 108.04%); */
    margin-bottom: 10px;
}

.case-studies-grid.style3 {
    margin-top: 50px;
    display: flex;
    width: 80%;
    margin-left: 0;
    flex-wrap: wrap;
    margin-inline: auto;
}

.case-studies-grid.style3 .case-studies-grid-sec:first-child {
    margin-bottom: 60px;
    /* border-bottom: 1px solid #ffffff; */
    border-bottom: 0;
    padding-bottom: 0px;
}

.case-studies-grid.style3 .case-studies-grid-item .how_content * {
    color: #fff;
}

.case-studies-grid.style3 .case-studies-grid-item .how_content {
    width: 100%;
    padding-left: 0;
    padding: 40px 20px 20px 0px;
}

.case-studies-grid.style3 .card-view-grid .card-view-item {
    border-left: 1px solid #33333327;
    padding: 12px 20px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 18px 0 #0000001f;
}

.case-studies-grid.style3 .card-view-grid .card-view-item:last-child {
    margin-bottom: 0;

}

.case-studies-grid.style3 .card-view-grid {
    display: initial;
    grid-template-columns: initial;
    padding-left: 0;
    width: 100%;
    margin-left: 0;
}

.case-studies-grid.style3 .card-view-grid .card-view-item .icon {
    width: 60px;
    margin-right: 30px;
    height: fit-content;
}

.case-studies-grid.style3 .card-view-grid .card-view-item .conte {
    display: flex;
    width: 95%;
    align-items: center;
}

.case-studies-grid.style3 .card-view-grid .card-view-item .arrow {
    margin-left: 40px;
    margin-right: 20px;
}

.case-studies-grid.style3 .card-view-grid .card-view-item .arrow img {
    width: 17px;
}

.case-studies-grid.style3 .card-view-grid .card-view-item .inner-conte {
    border-right: 1px solid #e3e3e3;
    padding-right: 20px;
    width: 100%;
}

/***********************/

.case-studies-grid {
    margin-top: 50px;
    display: flex;
    /* padding-left: 20px;
    padding-right: 20px; */
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
}

.case-studies-grid .case-studies-grid-item {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin: 0;
    position: relative;
    display: flex;
}

.case-studies-grid .case-studies-grid-item .how_img {
    height: auto;
    position: relative;
    width: 45%;
}

.how_content {
    width: 55%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.case-studies-grid .case-studies-grid-item:nth-child(2) {
    margin-top: 60px;
    flex-direction: row-reverse;
}

.case-studies-grid .case-studies-grid-item:nth-child(2) .how_content {
    padding-left: 0;
    padding-right: 5%;
}

.case-studies-grid .case-studies-grid-item .how_img::before {
    /* position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.8; */
}

.sus {
    padding: 80px 0px;
    background: url(../images/case-studies-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.sus_main {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.sus .how_head h5 {
    color: #fff;
}

.sus .how_head h3 {
    color: #fff;
}

.sus .how_head h3 span {
    color: #fff;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sus .how_head p {
    
    font-weight: 300;
    /* font-size: 16px;   
    line-height: 1.4; */
    color: #fff;
}

.sus_div {
    
    background: #fff;
    height: 100%;
    border: 1px solid #ddd !important;
    box-shadow: 0 0 18px 0 #0000001f;
    border-radius: 6px;
    /* 
    padding: 10px; */
}

.sus_img {
    position: relative;
    height: 200px;
   /* margin-bottom: 20px; */
	border-radius: 0 0 8px 8px;
	overflow:hidden;
}

.sus_img img {
     border-radius: 6px; 
     width: 100%;
     height: auto;
}

.sus_img span {
    position: absolute;
    padding: 5px 40px;
    /* background: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%); */
    background: linear-gradient(90deg, #111 0%, #000 100%);

}

.sus_img span {
    position: absolute;
    display: none !important;
    padding: 11px 40px;
    /* background: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%); */
    background: linear-gradient(90deg, #111 0%, #000 100%);
    left: 0;
    top: 20px;
    
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}


.content {
    padding: 20px;
}

.content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #29529E;
}

.content h3 {
    /* font-size:18px; */
    font-weight: 400;
    /* line-height: 1.4; */
    color: #000;
    min-height: 35px;
}

.content h3 span {
    font-weight: 800;
    color: #29529E;
}

.content a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #222222;
    width: fit-content;
    /*border-bottom: 1px solid #a3a3a3;*/
    margin-top: 20px;
}

.content hr {
    margin: 10px 0px;
}

.content h5 {
    
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #29529E;
    margin: 0;
}


.sus_main .owl-dots button span {
    width: 10px !important;
    height: 10px !important;
    /* border-radius: 50% !important; */
    background: #fff !important;
    display: flex !important;
    opacity: 0.2 !important;
}

.sus_main .owl-dots button.active span {
    background: #fff !important;
    opacity: 1 !important;
}


.sus_main.ds_new_dd .owl-dots button span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important; 
    background: #29529E !important;
    display: flex !important;
    opacity: 0.2 !important;
}

.sus_main .owl-dots button.active span {
    background: #29529E !important;
    opacity: 1 !important;

}

.sus_main .owl-dots button.active,
.sus_main .owl-dots button.active span {
    background: #29529E !important;
    border-radius: 100%;
    width: 15px;
    height: 15px;
}

.sus_main .owl-dots button,
.sus_main .owl-dots button span {
    background: #ffdcf252 !important;
}

.sus_main .owl-dots {
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px !important;
    gap: 10px !important;
}

.sus_main.style2 .owl-dots button.active span {
    border-radius: 50% !important;
    background: #DD0A85 !important;
}

.sus_main.style2 .owl-dots button span {
    border-radius: 50% !important;
    background: #DD0A85 !important;
}

.work {
    position: relative;
    padding: 80px 0px;
    z-index: 1;
    box-shadow: 10px 10px 10px 0px #00000005 inset;
    background: linear-gradient(90deg, hsl(219deg 59% 39% / 5%) 0%, hsl(325deg 91% 45% / 5%) 100%);
    border-radius: 8px;
    margin: 60px auto;
    width: calc(100% - 80px);
}

.work::before {
    /* content: '';
    width: 96%;
    height: 90%;
    box-shadow: 10px 10px 10px 0px #00000005 inset;
    background: linear-gradient(90deg, #29529E 0%, #DD0A85 100%);
    opacity: 0.05;
    position: absolute;
    top: 5%;
    left: 2%;
    z-index: -1;
    border-radius: 8px; */
}

.work_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.work_content h3 {
    font-family: 'Sinkin Sans 300';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #000;
}

.work_content p {
    
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #222222;
    margin-top: 15px;
}

.btn-white {
    padding: 15px 32px;
    border-radius: 0;
    
    font-weight: 600;
    color: var(--scolor);
    border-radius: 6px;
    background: #fff;
    border: 1px solid #fff !important;
    text-transform: capitalize;
    transition: 0.3s;
}

.btn-border {
    padding: 12px 28px;
    border-radius: 0;
    
    font-weight: 600;
    /* color: #DD0A85; */
    color: #000;
    position: relative;
    z-index: 1;
    border: 1px solid !important;
    /* -webkit-border-image: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%);
    border-image-source: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%) !important; */

    -webkit-border-image: linear-gradient(90deg, #000 0%, #000 100%);
    border-image-source: linear-gradient(90deg, #000 0%, #000 100%) !important;

    border-image-slice: 1 !important;
    border-width: 1px !important;
    transition: 0.3s;
    border-radius: 6px;
}

.btn-border:hover {
    color: #fff;
    /* background: #DD0A85; */
    background: #000;
    position: relative;
    z-index: 1;
    border: 1px solid !important;
    -webkit-border-image: unset;
    border-image-source: unset !important;
    border-image-slice: unset !important;
    border-width: 1px !important;
    transition: 0.3s;
}

.btn-border-white {
    padding: 12px 28px;
    border-radius: 6px;
    
    font-weight: 600;
    background: transparent;
    /* color: #DD0A85; */
    color: #fff;
    position: relative;
    z-index: 1;
    border: 1px solid #fff !important;

    transition: 0.3s;
}

.btn-border-white:hover {
    color: #000;
    /* background: #DD0A85; */
    background: #fff;
    position: relative;
    z-index: 1;
    border: 1px solid #fff !important;
    transition: 0.3s;
}

.work_btn a {
    /*background: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%);*/
    /*box-shadow: 0px 4px 4px 0px #FFFFFF80 inset;*/
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    
    font-size: 20px;
    font-weight: 600;
    line-height: 24.36px;
    text-align: left;
    /* color: #DD0A85; */
    color: #000;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    border: 1px solid;
    -webkit-border-image: linear-gradient(90deg, #000 0%, #000 100%);
    border-image-source: linear-gradient(90deg, #000 0%, #000 100%);

    /* -webkit-border-image: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%);
    border-image-source: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%); */

    border-image-slice: 1;
    border-width: 1px;
}

/*.work_btn a::before{*/
/*    content: '';*/
/*    width: 120%;*/
/*    height: 100%;*/
/*    left: -10px;*/
/*    top: 11px;*/
/*    background: linear-gradient(90deg, rgb(255 96 189) 0%, rgb(221 10 133) 100%);*/
/*    border-radius: 4px;*/
/*    z-index: -1;*/
/*    opacity: 0.2;*/
/*}*/
.bg-light-gray {
    /* background: #f1f6ff !important; */
}

.part {
    /* padding: 40px 0px 40px; */
}

.part_main {
    margin-top: 40px;
    /* display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    align-items: center; */
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(0 51 102 / 20%);
}

.ready_main {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.ready_img {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.ready_img img {
    width: auto;
}

.ready_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
}

.ready_content h3 {
    font-family: 'Sinkin Sans 300';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
}

.case_banner_content h2 {
    font-family: 'Sinkin Sans 700';
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
}

.banner_content.case_banner_content {
    text-align: left;
    width: 60%;
}

.case_banner_content ul li {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    margin-top: 48px;
}

.case_banner_content ul {
    padding: 0;
}

.case_banner_content ul li a {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
}

.case_banner_main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0 !important;
    background: #29529E !important;
    border: 0 !important;
    opacity: 1 !important;
    margin: 0 5px !important;
}

.carousel-indicators button.active {
    background: #DD0A85 !important;
    border: 0 !important;
}

.ready_content p {
    
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    margin-top: 0px;
}

.ready_btn a {
    background: #fff;
    box-shadow: 0px 4px 4px 0px #FFFFFF80 inset;
    width: 170px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    
    font-size: 20px;
    font-weight: 600;
    line-height: 24.36px;
    text-align: left;
    /* color: #FF60BD; */
    color: #000;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 4px 0px #FFFFFF80 inset;
}

/* .ready_btn a::before{
    content: '';
    width: 100%;
    height: 100%;
    left: -10px;
    top: 11px;
    background: #fff;
    border-radius: 0px;
    z-index: -1;
    opacity: 0.2;
    box-shadow: 0px 4px 4px 0px #FFFFFF80 inset;
} */
footer {
    padding: 50px 0px 0;
    /*     background: url(../images/foot.png); */
    background: #242424;
    background-size: cover;
    background-repeat: no-repeat;
}

.foot_main {
    display: grid;
    grid-template-columns: 100%;
    padding-bottom: 30px;
}

.foot_div {
    padding: 0 20px;
}

.foot_content h3 {
    
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    opacity: 0.9;
}

.foot_content {
    padding: 0 15px;
    padding-bottom: 20px;
}

.foot_content ul {
    padding: 0;
    opacity: 0.7;
}

.foot_content ul li a {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 5px;
}

.foot_content_para p {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.foot_content_para p img {
    width: 20px;
}

.foot_content_para p a img {
    width: 20px;
}

.foot_content_para p a {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.foot_content_face ul {
    padding: 0;
    /* display: flex; */
    gap: 20px;
}

.foot_content_face ul li a img {
    filter: brightness(100);
    width: 22px;
}

.foot_content_face ul li a {
    /* padding: 10px; */
    height: 31px;
    width: 31px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* padding: 10px; */
}

.foot_content_face ul li a span {
    padding-left: 10px;
}

.copy {
    padding: 15px 0;
    /* text-align: center; */
    /* background: #000000ab; */
}

.copy .max .row {
    border-top: 1px solid #ffffff4f;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 0.7;
}

.copy p {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

section.ready {
    margin-bottom: -70px;
    z-index: 99;
    position: relative;
}

.case_inner_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.case_inner_main .content h3 {
    min-height: auto;
}

.case_inner_main .content a {
    border-bottom: none;
}

.ready_main {
    background: linear-gradient(99.02deg, #1F418B 4.53%, #7A2596 75.9%, #C72C97 108.04%);
    box-shadow: 0px 4px 50px 0px #051C2C33;
}



.header {
    background: linear-gradient(0deg, hsl(0deg 0% 0% / 0%) 0%, hsl(0deg 0% 0%) 100%);
    /* background: #ffffff; */
    transition: all 0.8s;
}

.header.my-bg-color {
    /* background: #ffffff;
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0; */
    transition: all 0.8s;
}

.header.bg-color {
    background: #ffffff;
    padding: 2px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    /* box-shadow: 0 0 20px 0 #000; */
    border-bottom: 1px solid hsl(0deg 0% 13.33% / 25%);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.6);
}

.header.my-bg-color .header_menu ul li a {
    /* color: #000000 !important; */
}

.header.my-bg-color .home_rol {
    display: block;
}

.header.my-bg-color .home_rol_wh {
    display: none;
}

.header.my-bg-color .header_menu ul li .dropdown-content a {
    color: #000 !important;
    transition: 0.4s;
}

.header.my-bg-color .header_menu ul li .dropdown-content a:hover {
    /* color: var(--blue)!important; */
    transition: 0.4s;
}

.header_menu ul li .dropdown-content a:hover {
    text-decoration: underline;

}

.header.my-bg-color .dropbtn::before {
    /* border-color: transparent transparent transparent #000; */
}


.header.bg-color .dropbtn::before {
    border-color: transparent transparent transparent #000;
}

.header.bg-color .header_menu ul li a {
    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.home_rol_wh {
    display: block;
}

.home_rol {
    /* display:none; */
    filter: brightness(100);
}

.header.bg-color .home_rol_wh {
    display: none;
}

.header.bg-color .home_rol {
    display: block;
    filter: unset;
    width: 130px;
}

.casy_body .home_rol_wh {
    display: none;
}

.casy_body .home_rol {
    display: block;
}

.casy_body .header_menu ul li a {
    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.casy_body .header {
    background: #ffffff;
    padding: 20px 0;
    position: relative;
    z-index: 999;
    width: 100%;
    top: 0;
}

.casy_body .header.bg-color {
    background: #ffffff;
    padding: 20px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}




















.case_body {
    background: #F1F6FF;
}

.partner {
    padding: 60px 0px;
}

.partner_main {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.partner_main:before {
    content: '';
    width: 85px;
    height: 85px;
    position: absolute;
    left: -12%;
    top: 0;
    background: url(../images/left_quote.svg);
    opacity: 0.4;
}

.partner_main:after {
    content: '';
    width: 85px;
    height: 85px;
    position: absolute;
    right: -12%;
    bottom: 0;
    background: url(../images/right_quote.svg);
    opacity: 0.15;
}

.partner_main img {
    width: auto;
    margin-bottom: 20px;
}

.partner_main p {
    
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #222222;
}

.partner_main p span {
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.need {
    padding: 60px 0px;
    background: url(../images/need.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.need_div {
    width: 50%;
    margin: 0 0 0 auto;
    min-height: 75vh;
    max-height: fit-content;
    /*     overflow-y: scroll; */
}

.need_div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
    display: none;
}

.need_div::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
    display: none;
}

.need_div::-webkit-scrollbar-thumb {
    background-color: #000000;
    display: none;
}

.need_div h2 {
    /* 
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #F1F6FF; */
}

.need_div h3 {
    /* font-family: 'Sinkin Sans 400 Regular', sans-serif;
    font-size:40px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px; */
}

.need_div h3 span {
    /* font-family: 'Sinkin Sans 400 Regular', sans-serif;
    font-size:40px;
    font-weight: 600;
    line-height: 1.6;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.need_div p {
    /* 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6; */
    color: #F1F6FF;
    margin-bottom: 20px;
}

.the {
    padding: 60px 0px 0;
}

.the_head {
    text-align: center;
}

.the_head h2 {
    /* 
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    margin: 0;
    text-transform: uppercase; */
}

.the_head h3 {
    /* font-family: 'Sinkin Sans 400 Regular', sans-serif;
    font-size:36px;
    font-weight: 300;
    line-height: 1;
    color: #000000;
    margin: 0px; */
    margin-top: 10px;
}

.the_head h3 span {
    /* font-family: 'Sinkin Sans 400 Regular', sans-serif;
    font-size:36px;
    font-weight: 600;
    line-height: 1.6;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.the_head p {
    /* 
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: rgb(0 0 0 / 70%); */
    margin-bottom: 0px;
}

.the_main {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.the_main .owl-stage-outer {
    overflow: visible !important;
}

.the_div {
    /*padding: 10px;*/
    box-shadow: 0 0 18px 0 #0000001f;
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.the_div img {
    border-radius: 12px;
}

.the_sec {
    text-align: center;
    padding: 20px;
}

.the_sec h3 {
    
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #29529e;
}

.the_sec p {
    
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
    min-height: 67px;
}

.border-l p {
    font-weight: 500 !important;
}

.font_weight_400 span {
    font-weight: 400 !important;
}

.tech {
    margin-top: 0;
    /* box-shadow: 0px 4px 60px 0px #0000001A; */
    /* background: #F1F6FF; */
    padding: 30px 0px;
}

.tech_main {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.tech_div img {
    padding: 0 40px;
    width: 80%;
}

.tech_main .tech_div {
    border-right: 1px solid rgb(34 34 34 / 20%);
}

.tech_main .tech_div:last-child {
    border-right: 0;
}


.tech_div {
    text-align: center;
}

.tech_div h3 {
    
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #000000;
    margin: 20px 0 0;
}

.tech_main .tech_div:last-child img {
    border: none;
}

.impact {
    padding: 60px 0px 0;
    /* background: #E3EDFF; */
}

.pl_0 {
    padding-left: 0 !important;
}

.impact_content.style2 ul {
    padding-left: 32px;
    margin-top: 12px;
}

.impact_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: flex-start;
    margin-top: 0px;
}

.impact_content p {
    /* 
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #000000; */
    margin-bottom: 20px;
}

.impact_content ul {
    padding-left: 35px !important;
}

.impact_content li {
    position: relative;
    margin-bottom: 15px;
}

.impact_content li:last-child {
    margin-bottom: 0;
}

.impact_content li:before {
    position: absolute;
    content: '';
    background: url('../images/next2.png') center no-repeat;
    background-size: contain;
    height: 23px;
    width: 22px;
    left: -35px;
    top: 3px;
    /* filter: brightness(0); */
}

.impact_content.white li:before {
    filter: invert(1);
}

.card-view-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    padding-left: 0;
    width: calc(100% + 40px);
    margin-left: 0px;
}

.card-view-grid .card-view-item img {
   /* width: 15% !important;*/
    width: inherit;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 10px;
}

.card-view-grid .card-view-item {
    /*border-left: 1px solid #33333327;*/
    border: 1px solid #33333327;
    /*padding: 15px;
    margin-bottom:30px;*/
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-view-grid .card-view-item:nth-child(4n),
.card-view-grid .card-view-item:first-child {
    /* border-left: 0; */
}

.card-view-grid .card-view-item:nth-child(3n+1) {
    /* border-right: 1px solid #33333327; 
    border-left: 0;*/
    border: 1px solid #33333327;
}

.card-view-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    padding-left: 0;
}

.card-view-grid2 .card-view-item {
    /* padding: 20px 20px 50px 20px;*/
    padding: 20px;
    background: #fff;
    border: 1px solid #33333327;
    /*border-top: 5px solid var(--darkblue);*/
    position: relative;
    min-height: 380px;
    border-radius: 6px;
}

.card-view-grid2 h4 {
    margin-bottom: 20px;
}

.card-view-grid2 .card-view-item .more-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
}

/***************/

.card-view-grid22 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 30px; */
    padding-left: 0;
    margin-left: -20px;
}

.card-view-grid22 .card-view-item img {
    width: 100%;
    margin-bottom: 14px;
}

.card-view-grid22 .card-view-item {
    border-left: 1px solid #33333327;
    padding: 0 30px;
    margin-bottom: 30px;
}

.card-view-grid22 .card-view-item:nth-child(2n+1) {
    /* border-right: 1px solid #33333327; */
    border-left: 0;
}

.more-text img {
    max-width: 20px;
    margin-left: 5px;
}

.more-text {
    font-weight: 700;
    color: var(--darkblue);
}

.countnum {
    font-size: 72px;
    font-weight: 900;
}

.btn-text {
    border-bottom: 1px solid #000 !important;
    color: #000;
    margin: 5px 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff0;
    border-color: #fff0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #fff0;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 16px;
    font-weight: 200;
    color: #324F9D;
    padding: 9px;
    background: #fff;
    border-radius: 20px;
    outline: 7px solid #ffffff63;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 16px;
    font-weight: 200;
    color: #324F9D;
    padding: 9px;
    background: #fff;
    border-radius: 20px;
    outline: 7px solid #ffffff63;
}

.panel-default {
    border-color: #fff0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff0;
    border-bottom: 1px solid rgb(241 246 255 / 50%);
    border-radius: 0px !important;
    box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff0;
}

.acc {
    padding: 60px 0px;
}

.acc_head h2 {
    /* color: #222222; */
}

.acc_head h3 {
    color: #003366;
    font-weight: 300;
}

.acc_main {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    border-radius: 12px;
    overflow: hidden;
}

.acc_img img {
    height: 100%;
    object-fit: cover;
}

.acc_div {
    padding: 60px;
    background: #253f8c;
    background-size: 180%;
    background-repeat: no-repeat;
    background-position: -24px 15%;
}

.panel-title a {
    
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #F1F6FF;
}

.panel-body {
    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #F1F6FF;
}

.mt_30 {
    margin-top: 30px;
}

.tab-content.tab-style h4 {
    font-size: 22px !important;
    font-weight: 600;
    font-family: 'Sinkin Sans 400';
}

.accordion h5 {
    padding: 15px 30px 15px 0px;
    cursor: pointer;
    position: relative;
    border-top: 1px solid rgb(255 255 255 / 50%);
    
    /* font-size: 21px; */
    font-weight: 700;
    line-height: 1.4;
    color: #F1F6FF;
}

.accordion h5:first-child {
    border-top: none;
}

.accordion h5::after {
    position: absolute;
    right: 0;
    background: var(--prime);
    color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    padding-bottom: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 200;
    color: #324F9D;
    padding: 9px;
    background: #fff;
    border-radius: 20px;
    outline: 7px solid #ffffff63;
}

.accordion h5.collapsed::after {
    /* content: '-';
    background: #324F9D; */
}

.accordion h5::after {
    content: '+';
}

.accordion .collapsing {
    opacity: 0;
    transition: all .2s ease-in-out;
}

.accordion .collapse {
    margin-bottom: 20px;
    /* margin-top: -20px; */
    opacity: 1;
    transition: all .2s ease-in-out;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #F1F6FF;
    width: 70%;
}

.need_list {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.need_list img {
    width: 36px;
}

.need_list p {
    margin: 0;
}

.faq .accordion-item {
    border: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 10%) !important;
    border-radius: 0 !important;
}

.faq .accordion-item:last-child {
    border-bottom: 0 !important;
}

.contact {
    padding: 60px 0;
}

.contact_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.contact_div {
    /* box-shadow: 0px 4px 30px 0px #0000000D; */
    box-shadow: 0 0 18px 0 #0000001f;
    border: 1px solid #ddd;
    background: #FFFFFF;
    padding: 40px 40px 40px 40px;
    border-radius: 6px;
}

.mt_20 {
    margin-top: 20px;
}

.contact_inn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact_form {
    display: grid;
    gap: 10px;
}

.contact_form_btn input,
.contact_form_btn input:active,
.contact_form_btn input:focus {
    border: 0 !important;
    outline: unset !important;
    box-shadow: unset !important;
}

.contact_form_btn input:hover {
    color: #fff !important;
}

.contact_form_btn input .contact_form label {
    
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}

.contact_form input {
    /*         background: rgb(241 246 255 / 60%); */
    height: 50px;
    padding: 15px;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(23 40 57 / 60%);
    width: 100%;
    border: 1px solid #ddd !important;
}

.contact_form input::placeholder {
    color: rgb(23 40 57 / 60%);
}

.contact_form select {
    /*         background: rgb(241 246 255 / 60%); */
    height: 50px;
    padding: 15px;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(23 40 57 / 60%);
    /*     border: none; */
    width: 100%;
    border: 1px solid #ddd !important;
}

.contact_form select::placeholder {
    color: rgb(23 40 57 / 60%);
}

.contact_form textarea {
    /*     background: rgb(241 246 255 / 60%); */
    height: 50px;
    padding: 15px;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(23 40 57 / 60%);
    /*     border: none; */
    border: 1px solid #ddd !important;
}

.contact_form textarea::placeholder {
    color: rgb(23 40 57 / 60%);
}

.contact_form_btn input {
    background: linear-gradient(270deg, #003366 -11.08%, #29529E 76.15%);
    height: 60px;
    padding: 15px;
    
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 100%;
}

.contact_right h3 {
    font-family: 'Sinkin Sans 300';
    /* font-size: 30px; */
    font-weight: 300;
    /* line-height: 1.4; */
    color: #29529E;
    margin-bottom: 15px;
}

.contact_right p {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}

.contact_right .accordion {
    margin-top: 40px;
}

.contact_map {
    margin-top: 30px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 4px 50px 0px #00000008;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
}

.sticky-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    position: sticky;
    top: 64px;
    z-index: 99;
    background: linear-gradient(45deg, #29529e, #001f59);
}

.sticky-nav li {
    margin: 0 20px;
    padding: 20px;
}

.sticky-nav li a {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.sticky-nav li a:hover,
.sticky-nav li:hover a:hover,
.sticky-nav li a:focus {
    color: #fff;
}

.sticky-nav li a.active {
    font-weight: 700;
    color: #fff;
}

.address {
    display: flex;
    justify-content: center;
    background: rgb(228 237 255 / 60%);
    padding: 40px;
    border-radius: 12px;
    margin-top: 30px;
}

.address_main {
    text-align: center;
    width: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
}

.address_main img {
    width: auto;
    margin: 0 auto 20px;
}

.address_main p {
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}

.address_main p a {
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}

.contact_right h5 {
    color: #000;
    /* font-size: 24px; */
}


.faq .accordion-header h5.collapsed::before {
    /* position: absolute;
    content: '';
    right: 0;
    top: -10px;
    height: 48px;
    width: 48px;
    background: url('../img/arrow-down.svg') center no-repeat;
    background-size: cover; */
}

.contact_right h5::after {
    /* position: absolute;
    right: 0;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    padding-bottom: 2px;
    top: 35%;
    transform: translateY(-40%);
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    padding: 14px;
    border-radius: 20px;
    outline: none; */
}

/* .faq .accordion-header + .accordioncollapse  
{
display: none;
}
.faq .accordion-header.minus + .accordioncollapse  
{
display: block;
} */
.faq .accordion-header {
    cursor: pointer;
}

.faq .accordion-header h5 {
    position: relative;
}

.faq .accordion-header h5::after {
    content: '+';
    color: #fff;
    background: #324F9D;
    padding: 0;
    right: 0;
    border-radius: 50%;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    top: -5px;
}

.faq .accordion-header.minus h5::after {
    content: '-';
    background: none;
    outline: none;
    color: #fff;
    background: #324F9D;
}

.contact_right .accordion .collapse {
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(0 0 0 / 60%);
}

.contact_right .accordion .collapse a {
    color: #29529E;
    font-weight: 600;
}

.contact_right .accordion h5 {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.contact_right {
    /* display: grid;
    align-items: center;
    align-content: center; */
}

.contact_right .accordion h5:nth-child(1) {
    border: none;
}


.join {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}

.join:before {
    content: '';
    width: 100%;
    height: 90%;
    z-index: -1;
    background: url(../images/join_bg.png);
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.join_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.join_div h3 {
    /* font-family: 'Sinkin Sans 300';
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    color: #29529E; */
}

.join_div h3 span {
    font-family: 'Sinkin Sans 700';
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.join_content p {
    /* 
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4; */
    color: #000000;
}

.join_div {
    width: 71%;
}

.flat_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.flat_main .owl-item .flat_div {
    display: flex;
    flex-direction: column;
}

.flat_main .owl-item:nth-child(even) .flat_div {
    flex-direction: column-reverse;
}

.flat_main .owl-item:nth-child(even) .flat_content:before {
    border-bottom: solid 26px #fff;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
    top: initial;
    bottom: -10px;
    transform: rotate(180deg);
    right: initial;
    left: 30px;
}

.flat_main .owl-item:nth-child(even) .flat_content {
    margin-bottom: 18px;
}

.flat_div img {
    border: 1px solid #FFFFFF;
    border-radius: 21px;
    margin-bottom: 20px;
}

.flat_content {
    padding: 15px;
    background: #fff;
    color: #716EAE;
    border-radius: 16px;
    position: relative;
    font-family: 'Sinkin Sans 500';
}

.flat_content p {
    /*  */
    font-family: 'Sinkin Sans 500';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #716EAE;
}

.center {
    text-align: center;
}

.wd_100 {
    width: 100%;
}

.flat_content:before {
    content: '';
    position: absolute;
    right: 30px;
    width: 26px;
    height: 26px;
    border-bottom: solid 26px #fff;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
    top: -10px;
}

.flat_div.dis .flat_content:before {
    bottom: -10px;
    top: auto;
    transform: rotate(180deg);
}

.flat_div.dis img {
    margin-bottom: 0;
    margin-top: 20px;
}

.flat {
    margin-top: 40px;
}

.invest {
    margin-top: 40px;
}

.invest h3 {
    /* font-family: 'Sinkin Sans 300';
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #F1F6FF; */
}

.part_head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.part_head h3 {
    font-family: 'Sinkin Sans 300';
    font-size: 48px;
    font-weight: 300;
    line-height: 1.4;
    color: #29529E;
}

.part_head h3 span {
    font-family: 'Sinkin Sans 700';
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.part_head .border-l {
    border-left: 1px solid #0004;
    padding: 0px 40px;
}

.part_head p {
    /* 
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000; */
}

.learn {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.learn_main {
    box-shadow: 0px 4px 20px 0px #051C2C0F;
    padding: 15px;
    background: #FFFFFF;
}

.learn_div {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 15px 0px;
}

.learn_div img {
    width: auto;
    margin-top: 5px;
}

.learn_div p a {
    
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #29529E;
    letter-spacing: 0.5;
    margin: 0;
    width: 80%;
    text-decoration: underline;
}

.current {
    padding: 60px 0px;
    background: #F1F6FF;
}

.current_head h3 {
    font-family: 'Sinkin Sans 300';
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    color: #29529E;
}

.current_head h3 span {
    font-family: 'Sinkin Sans 700';
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.current_head p {
    
    /* font-size: 20px; */
    font-weight: 400;
    /* line-height: 1.4; */
    color: #444444;
    margin-top: 20px;
}

.current_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

.current_div {
    box-shadow: 0px 0px 20px 0px #00000008;
    border: 1px solid #E9EAF0;
    background: #FFFFFF80;
    padding: 30px;
    border-radius: 8px;
}

.current_content h3 {
    
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin: 0 0 10px;
}

.current_content p {
    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(68 68 68 / 50%);
}

.current_content {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.current_date ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.current_date ul li img {
    width: 24px;
}

.current_date ul li {
    align-items: center;
    display: flex;
    gap: 6px;
    
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.current_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.current_btn a {
    
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #29529E;
    text-decoration: underline;
}

.current_view a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #29529E;
    border-radius: 5px;
    margin-top: 30px;
    
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #29529E;
    background: #fff0;
    transition: 0.3s ease-in-out;
}

.current_view a:hover {
    color: #fff;
    background: #29529E;
    border: 1px solid #29529E;
    transition: 0.3s ease-in-out;
}

.thrive {
    padding: 60px 0px;
}

.thrive_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 60px;
}

.thrive_div p {
    /* 
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4; */
    color: rgb(0 0 0 / 60%);
    margin-bottom: 20px;
}

.meanin {
    display: flex;
    gap: 40px;
    margin-top: 60px;
}

.meanin_main {
    width: 400px;
    min-width: 400px;
}

.meanin_main h3 {
    font-family: 'Sinkin Sans 700';
    /* font-size: 24px; */
    font-weight: 400;
    /* line-height: 1.6; */
    color: #29529E;
}

.meanin_main h3 span {
    font-family: 'Sinkin Sans 700';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.meanin_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.meanin_sec {
    box-shadow: 0px 4px 20px 0px #051C2C0F;
    background: rgb(255 255 255 / 50%);
    padding: 10px;
}

.meanin_content {
    padding: 10px;
}

.meanin_content h3 {
    
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #29529E;
    margin: 0 0 5px;
}

.meanin_content ul {
    list-style: disc;
    padding-left: 20px;
}

.meanin_content ul li {
    
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 1.4;
    color: rgb(0 0 0 / 90%);
    list-style: disc !important;
}

.header-gettouch {
    display: flex;
    border: 4px solid transparent;
    border-radius: 4px;
    background: linear-gradient(0deg, #cf0e82, #50147a);
    /* background-origin: border-box; */
    /* background-clip: content-box, border-box; */
    padding: 12px 16px !important;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header-gettouch::before {
    content: '';
    background: #fff;
    width: calc(100% - 3px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 3px);
}

.header-gettouch * {
    position: relative;
    z-index: 2;
}

.header-gettouch span {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

.header-gettouch img {
    width: 22px;
    margin-right: 11px;
}

.grid-4-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    padding-left: 0;
}

.grid-4-grid li .list-icon {
    height: 50px;
    margin-bottom: 13px;
    width: fit-content;
}

.cta {
    position: relative;
}

.cta h2 {
    font-size: 50px;
}

.cta * {
    position: relative;
    z-index: 2;
}

.cta::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgb(27 169 245 / 10%) 0%, rgb(27 169 245 / 20%) 10%, rgb(27 169 245 / 30%) 20%, rgb(27 169 245 / 40%) 30%, #1ba9f5 50%, #4287ed 100%); */
    background: #0BBAFB;
    /* background: linear-gradient(90deg, rgba(11, 186, 251, 1) 0%, rgba(66, 133, 236, 1) 100%); */
    background: linear-gradient(90deg, rgba(11, 186, 251, 1) 0%, rgba(66, 133, 236, 1) 100%);
    z-index: 0;
}

.cta-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 42%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    z-index: 0;
}

.em {
    padding: 60px 0;
    background: url('../images/employee-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.em_head {
    text-align: center;
}

.em_head h3 {
    font-family: 'Sinkin Sans 700';
    /* font-size: 36px;
    font-weight: 600;
    line-height: 1.4; */
    color: #F1F6FF;
}

.em_head p {
    
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #F1F6FF;
}

.em_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 80%;
    margin: 40px auto 0;
}

.em_video a {
    position: relative;
}

.em_video a .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.em_video a .icon img {
    width: 120px;
}

.em .em_video+.em_div.owl-carousel {
    width: 500px !important;
    max-width: 500px !important;
}

.em_sec p {
    /* 
    font-size: 16px; */
    font-weight: 400;
    line-height: 1.4;
    color: #F1F6FF;
    margin: 0 0 20px;
}

.em_sec h3 {
    
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #F1F6FF;
    margin: 0 0 0;
}

.support {
    padding: 60px 0px;
}

.support_head h3 {
    font-family: 'Sinkin Sans 300';
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
    color: #29529E;
}

.support_head h3 span {
    font-family: 'Sinkin Sans 300';
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.support_head p {
    
    /* font-size: 20px; */
    font-weight: 400;
    /* line-height: 1.4; */
    color: #444444;
    margin: 0 0 20px;
}

.support_sec {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px; */
}

.support_main {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px; */
}

.support_main .support_div img {
    border-radius: 6px 6px 0 0;
    /* border: 1px solid #ddd; */
}

.support_main .owl-stage-outer {
    padding: 20px 20px 20px 20px;
    margin-left: -40px;
}

.support_div {
    /* background: #e1e9f7; */
    background: #000;
    background: linear-gradient(0deg, #000 55%, #fff 55%);
    border-radius: 6px;
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 0 0 18px 0 #0000001f;
}

.support_div img {
    width: auto;
}

.support_div p {
    
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

.belive {
    text-align: center;
    margin-top: 40px;
}

.belive p {
    
    /* font-size: 20px; */
    font-weight: 600;
    /* line-height: 1.4; */
    color: #000;
    margin-bottom: 0;
}

.belive h3 {
    font-family: 'Sinkin Sans 700';
    /* font-size: 24px; */
    font-weight: 600;
    /* line-height: 1.4; */
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.belive .work_btn a {
    margin: 20px auto 0;
}

.cata_select {
    margin-top: 20px;
    padding-top: 40px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.cata_select_main {
    display: flex;
    gap: 30px;
}

.cata_select_div select {
    background: rgb(255 255 255 / 50%);
    height: 50px;
    padding: 15px;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(23 40 57 / 60%);
    box-shadow: 0px 0px 20px 0px #00000008;
    border: 1px solid #E9EAF0;

}


.career_ditels {
    padding: 60px 0px;
}

.career_ditels_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.career_ditels_div h2 {
    font-family: 'Sinkin Sans 300';
    font-size: 48px;
    font-weight: 200;
    line-height: 1;
    color: #29529E;
    padding-left: 20px;
    border-left: 2px solid #29529E;
}

.career_ditels_div h3 {
    font-family: 'Sinkin Sans 700';
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 40px 0px 20px;
}

.career_ditels_div h4 {
    
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    text-transform: uppercase;
}

.career_ditels_div h5 {
    
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    text-transform: uppercase;
    margin-top: 25px;
}

.career_ditels_div p {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(0 0 0 / 80%);
    margin-bottom: 20px;
}

.career_ditels_div ul {
    margin-bottom: 20px;
}

.career_ditels_div ul li {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: rgb(0 0 0 / 80%);
    margin-bottom: 5px;
    list-style: disc;
}

.apply a {
    width: 195px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #003366 -11.08%, #29529E 76.15%);
    
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

.summary {
    padding: 40px;
    background: #E4EDFF;
    border-radius: 20px;
}

.summary h4 {
    
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 30px;
}

.summary_div {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.summary_div p {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.career_share {
    margin-top: 40px;
}

.career_share h5 {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
}

.career_share ul {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    padding: 0;

}

.new_btn_ds {
    transform: rotate(180deg);
}

.em_div .owl-nav {
    margin-top: 30px;
    display: flex;
    gap: 15px
}

.em_div .owl-nav button {
    background: transparent !important;
    padding: 10px !important;
}

.em_div .owl-nav button img {
    filter: brightness(0) invert(1);
}

.em_div .owl-nav button {
    padding: 10px !important;
}

.em_div .owl-nav button:hover {
    padding: 10px !important;
    background: #fff !important;
    border-radius: 15px 0 15px 15px;
}

.em_div .owl-nav button:hover img {
    filter: brightness(0) invert(0);
}


.meanin_div .owl-dots {
    width: 60% !important;
    margin-top: 30px !important;
    background: linear-gradient(90.1deg, rgb(41 82 158 / 10%) 0.08%, rgb(221 10 133 / 10%) 172.26%) !important;
    height: 6px !important;
    display: flex !important;
}

.meanin_div .owl-dots button {
    width: 100% !important;
    background: #fff0;
}

.meanin_div .owl-dots button.active {
    width: 100% !important;
    background: linear-gradient(90.1deg, #29529E 0.08%, #DD0A85 172.26%) !important;
}

.ser {
    /* padding: 60px 0px; */
}

.ser_main {
    /* margin-top: 40px; */
    padding: 0px 40px;
}

.ser_sec {
    /*     box-shadow: 0px 4px 50px 0px #00336633; */
    /* 	box-shadow:0px 0px 10px 0px #00336623;
    border: 1px solid #fff; */
    background: #fff;
}

.ser_content {
    padding: 30px;
    display: grid;
    /*    grid-template-columns: 1fr 1fr;*/
    gap: 10px;
    align-items: center;
    text-align: center;
}

.ser_content p {
    /*     padding-left: 30px;
    border-left: 1px solid hsl(0deg 0% 0% / 20%); */
    
    /* font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #222222;
    height: fit-content; */
}

.ser_content h3 {
    /* font-family: 'Sinkin Sans 300';
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    color: #29529E;
    text-transform: capitalize; */
}

.ser_content h3 span {
    /* font-family: 'Sinkin Sans 700';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}


.importance {
    /* background: #E3EDFF; */
}

.importance_content p {
    /* 
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #222222;
    height: fit-content; */
}

.importance_sec p {
    /* 
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #222222; */
}

.importance_sec h3 {
    font-family: 'Sinkin Sans 300';
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    color: #29529E;
    text-transform: capitalize;
}

.importance_sec h3 span {
    font-family: 'Sinkin Sans 700';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.importance_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    /* align-items: center; */
}

.importance_content img {
    width: auto;
}

.importance_content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.key {
    padding: 60px 0px;
}

.key_sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.key_box {
    box-shadow: 0px 4px 30px 0px #00336633;
    background: #fff;
    position: relative;
}

.key_box:before {
    content: '';
    width: 100%;
    height: 10px;
    background: linear-gradient(91.71deg, #FF189F -43.45%, #5A94FF 80.04%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.key_content {
    padding: 20px;
    position: relative;
}

.key_content h3 {
    
    /* font-size: 20px; */
    font-weight: 700;
    /* line-height: 1.4; */
    color: #000;
    margin-bottom: 7px;
}

.key_content p {
    
    /* font-size: 16px; */
    font-weight: 400;
    /* line-height: 1.4; */
    /* color: #222222; */
}

.key_content a {
    margin-bottom: -20px;
    text-align: right;
    width: 100%;
    margin-left: 20px;
}

.key_content a img {
    width: auto;
}

.ptb_60 {
    padding: 60px 0px;
}

.sys {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #ddd; */
}

.sys .sys_sec {
    box-shadow: 0px 4px 40px 0px #0000001A;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.sys .sys_sec img {
    border-radius: 12px 12px 0 0;
}

.sys .sys_sec .text {
    padding: 25px;
    text-align: center;
}

.bd_00 {
    margin: 30px 0 0;
    padding-bottom: 00px;
    border-bottom: none;
}

.manu {
    /* padding: 60px 0; */
}

.manu_top {
    position: relative;
}

.manu_head {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.manu_head h3 {
    font-family: 'Sinkin Sans 700';
    font-size: 64px;
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.9;
}

.manu_bottom {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 40px;
    margin-top: 40px;
}

.manu_left h3 {
    font-family: 'Sinkin Sans 700';
    /* font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.manu_content p,
.manu_content ul li {
    
    /* font-size: 18px; */
    font-weight: 500;
    /* line-height: 1.4; */
    color: #222222;
    margin-bottom: 20px;
}

body.page-template {
    /* background: #F1F6FF !important; */
}

.hover-top {
    transition: 0.3s;
}

.hover-top:hover {
    transform: translateY(-8px);
    transition: 0.3s;
}

.w-fit {
    width: fit-content !important;
}

.test {
    padding: 0 0 60px;
    background: url(../images/testimonial-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.test_main {
    padding: 40px 0px 0px 0px;

    background-position: center;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    /* border-radius: 16px; */
}

.test_main .test_left {
    /* position: sticky;
top: 0; */
}

.test_left h2 {
    /* font-family: 'Sinkin Sans 700'; */
    /* font-size: 32px; */
    /* font-weight: 600; */
    /* line-height: 1.4; */
    color: #fff;
}

.test_left p {
    
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 30px;
}

.test_sec {
    box-shadow: 0px 4px 100px 0px #001E3405;
    background: #FDFDFD;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.test_box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.test_content h3 {
    
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
}

.test_content h4 {
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.test_sec p {
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.test_box img {
    width: auto;
}

.test_div {
    /* height: 600px;
    overflow:hidden;
    overflow-y: scroll;
    padding-right:20px; */
}

.test_div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

.test_div::-webkit-scrollbar {
    border-radius: 10px;
    width: 12px;
    background-color: #fff;
}

.test_div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ddd;
}




.abo_banner_content h2 {
    font-family: 'Sinkin Sans 700';
    font-size: 48px;
    font-weight: 900;
    line-height: 1.4;
    color: #F1F6FF;
    margin-bottom: 30px;
}

.abo_banner_content p {
    
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #F1F6FF;
}

.abo_banner_btn {
    display: flex;
    gap: 30px;
}

.abo_banner_btn a {
    width: fit-content;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    
    font-size: 20px;
    font-weight: 600;
    line-height: 24.36px;
    text-align: left;
    color: #fff;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    border: 1px solid hsl(219deg 100% 97% / 10%);
    background: hsl(219deg 100% 97% / 10%);
    padding: 0px 40px;
}

.abo_banner_btn a.active {
    background: hsl(219deg 100% 97% / 0%);
}

.wd_50 {
    width: 50%;
}

.quantum {
    /* padding: 60px 0px; */
}

.quantum_main {
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.quantum_left h4 {
    font-family: 'Sinkin Sans 700';
    /* font-size: 20px;
    font-weight: 900;
    line-height: 1.4; */
    color: #26103E;
    margin-bottom: 10px;
}

.quantum_left h3 {
    font-family: 'Sinkin Sans 700';
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    color: #26103E;
    margin-bottom: 30px;
}

.quantum_left h3 span {
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quantum_left p {
    
    /* font-size: 18px; */
    font-weight: 500;
    /* line-height: 1.4; */
    /* color: #222222; */
}

.quantum_sec p {
    
    /* font-size: 18px; */
    font-weight: 500;
    /* line-height: 1.4; */
    /* color: #222222; */
    margin-bottom: 20px;
}

.flex_btn {
    display: flex;
    gap: 30px;
}

.flex_btn a {
    padding: 0 30px;
    width: fit-content;
}

.flex_btn a.active {
    /* background: linear-gradient(90deg, #FF60BD 0%, #DD0A85 100%); */
    background: #000;
    color: #fff;
    /* box-shadow: 0px 4px 4px 0px #FFFFFF80 inset; */
}

.our {
    /* padding: 0 0 60px; */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.our_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.our_box {
    /* background: #E4EEFFCC; */
    /* padding: 30px; */
    width: 20%;
    flex: 20%;
    max-width: 20%;
    border-radius: 0;
    margin: 0%;
}

.our_box h5 {
    font-size: 24px;
}

.our_box h5,
.our_box .text {
    padding-left: 22px;
}

/* .our_sec .our_box:nth-child(4), 
.our_sec .our_box:nth-child(5){
    width: 48%;
    flex: 48%;
    max-width: 48%;
}  */
.our_box img {
    width: auto;
    box-shadow: 0px 4px 24px 0px #1F418B1A;
    border-radius: 17px;
    margin-bottom: 20px;
}

.our_box h3 {
    
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
}

.our_box p {
    /*  */
    /* font-size: 18px; */
    /* font-weight: 500; */
    /* line-height: 1.4; */
    /* color: #000000; */
}

.our_head {
    margin-bottom: 30px;
}

.our_head h3 {
    text-align: center;
    font-family: 'Sinkin Sans 700';
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    color: #26103E;
    margin-bottom: 0px;
}

.our_head h3 span {
    color: #DD0A85;
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.steel {
    /* padding: 60px 0; */
}

.our_head p {
    
    /* font-size: 18px;
    font-weight: 500;
    line-height: 1.4; */
    color: #000000;
    text-align: center;
}

.steel_main {
    display: grid;
}

.steel_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.steel_sec {
    padding: 0 60px 40px;
    max-width: 80%;
}

.steel_sec h3 {
    font-family: 'Sinkin Sans 700';
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
    color: #000;
    margin-bottom: 10px;
}

.steel_sec p {
    
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
}

.steel_main .steel_div:nth-child(even) {
    direction: rtl;
    /* text-align: right; */
    text-align: right;
}

.steel_main .steel_div:nth-child(even) .steel_sec p {
    display: grid;
    direction: ltr;
}


.steel_div div:first-child {
    position: relative;
}

.steel_sec:before {
    content: '';
    width: 6px;
    height: 100%;
    /* background: #B9CAE7; */
    position: absolute;
    right: 0;
    top: 0;
}

/*.steel_main .steel_div:last-child .steel_sec:before{*/
/*    display: none;*/
/*}*/
.bg-fixed {
    background-attachment: fixed !important;
}

.steel_main .steel_div:nth-child(odd) div:first-child:before {
    content: '';
    width: 6px;
    height: 100%;
    background: #B9CAE7;
    position: absolute;
    right: -3px;
    top: 0;
}

.steel_main .steel_div:nth-child(even) div:first-child:before {
    content: '';
    width: 6px;
    height: 100%;
    background: #B9CAE7;
    position: absolute;
    left: -3px;
    top: 0;
}

.steel_main .steel_div:nth-child(odd) div:first-child:after {
    content: '';
    width: 46px;
    height: 46px;
    background: url(../images/round.svg);
    position: absolute;
    right: -22px;
    top: -14px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.steel_main .steel_div:nth-child(even) div:first-child:after {
    content: '';
    width: 46px;
    height: 46px;
    background: url(../images/round.svg);
    position: absolute;
    left: -22px;
    top: -14px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

}

.part_abo {
    /* padding: 60px 0px; */
    background: url(../images/part_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    background-attachment: fixed !important;
}

.part_abo_sec {
    width: 40%;
}

.part_abo_sec h3 {
    font-family: 'Sinkin Sans 700';
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
}

.part_abo_sec p {
    /*  */
    /* font-size: 18px;
    font-weight: 500;
    line-height: 1.4; */
    color: #fff;
}

.led {
    /* padding: 60px 0; */
}

.led_main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.led_div {
    width: 31%;
    box-shadow: 0px 4px 40px 0px #0000001A;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.led_div .lead-img {
    border-radius: 12px 12px 0 0;
}

.led_sec {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.led_sec a img {
    width: auto;
}

.led_con h3 {
    
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
}

.led_con p {
    
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #000000;
    opacity: 0.7;
}



.common-dots .owl-dots button span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    background: #d4d3e8 !important;
    display: flex !important;
}

.common-dots .owl-dots button.active span {
    background: #29529E !important;
}

.common-dots .owl-dots {
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px !important;
    gap: 10px !important;
    width: 100%;
}

.modal .modal-dialog {
    max-width: 70vw !important;
    margin: auto;
}

.modal-content {
    border-radius: 12px !important;
}

.modal-body {
    position: relative;
    padding: 30px 30px;
    /* border-radius: 12px; */
}

.modal-body .btn-close {
    background-color: transparent !important;
    /* padding: 10px; */
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 10px;
    /* border-radius: 500px; */
    /* line-height: 25px; */
    opacity: 1;
}

.modal-body .btn-close::before {
    position: absolute;
    /* content: 'x'; */
    height: 20px;
    width: 20px;
    top: 37%;
    left: 53%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
}

.inner-banner2 {
    /* margin-top: 90px; */
    min-height: 550px;
}

.cards-style {
    display: flex;
    justify-content: center;
    padding-left: 0;
    flex-wrap: wrap;
    list-style: none;
}

.cards-style li {
    width: 33.33%;
    max-width: 31.33%;
    width: 33.33%;
    margin: 1%;
    background: #fff;
    padding: 35px !important;
    border-radius: 10px;
}

.cards-style li h3 span {
    font-size: 35px;
    font-family: 'Sinkin Sans 300';
}

.common-padd {
    padding: 50px 0;
}

.pills-style {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}

.pills-style li {
    background: #fff;
    padding: 14px 26px;
    border-radius: 500px;
    margin: 5px;
    font-size: 15px;
    transition: 0.5s;
}

.pills-style li:hover {
    background: linear-gradient(90deg, #C445C1 0%, #618FFC 100%);
    color: #fff;
    transition: 0.5s;
}

.ser_content.style2 p {
    border-left: 0;
}

.the_head.style2 p {
    line-height: 1.1;
    color: #000 !important;
}

.grid-4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.grid-4 .grid-4-item {
    width: 25%;
    max-width: 23%;
    flex: 25%;
    background: #fff;
    padding: 10px;
    margin: 1%;
}

.grid-4 .grid-4-item img {
    height: 150px;
    width: auto;
    margin: auto;
    display: block;
}

.mega-menu {
    left: 0;
    width: 100%;
    top: 65px;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}

.dropdown .dropdown-content.mega-menu .cols-1 ul li a {
    position: relative;
    padding-left: 34px;
    font-weight: 600;
    opacity: 0.8;
    font-size: 14px;
}

.dropdown .dropdown-content.mega-menu .cols-1 ul li a::before {
    content: '';
    background: url('../images/right-arrow-grey.svg') center no-repeat;
    height: 20px;
    width: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    /* opacity: 0.5;  */
    filter: invert(100%);
    opacity: 0.9;
}

.dropdown .dropdown-content.mega-menu .cols-1:last-child ul {
    /* columns: 3; */
    /* margin-top: 34px; */
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.dropdown .dropdown-content.mega-menu .cols-1:last-child ul {}

.dropdown:hover .dropdown-content.mega-menu {
    /* display: flex;    
    padding: 30px;
    gap: 20px; */
}

.dropdown:hover .dropdown-content.mega-menu {
    display: grid;
    padding: 50px 30px 40px 30px;
    gap: 20px;
    grid-template-columns: 25% 75%;
    z-index: 9;
}

.dropdown:hover .dropdown-content.mega-menu .cols-1 {
    /* width: 50%;
max-width: 50%;
width: 50%; */
}

.dropdown:hover .dropdown-content.mega-menu .cols-1 ul {
    /* display: flex;
    gap: 0px;
    flex-wrap: wrap;
    margin: 0; */
}

/* .dropdown:hover .dropdown-content.mega-menu .cols-1 ul li {
    margin-left: 15px;
    width: 50%;
    max-width: 50%;
    flex: 50%;
} */
.dropdown:hover .dropdown-content.mega-menu .cols-1 ul li {
    /* margin-left: 15px; */
    width: 100%;
    max-width: 100%;
    flex: 100%;
}

.dropdown:hover .dropdown-content.mega-menu .cols-1 ul li a {
    position: relative;
    /* padding-left: 26px !important; */
}

.dropdown .dropdown-content.mega-menu .cols-1 ul li:first-child a {
    padding-left: 0 !important;
}

.dropdown .dropdown-content.mega-menu .cols-1 ul li:first-child a::before {
    content: unset !important;
}


.dropdown:hover .dropdown-content.mega-menu .cols-1 ul li a::before {
    /* content: '';
background: #fff;
height: 0;
width: 0;
position: absolute;
left: 0;
top: 20px; */

}

.dropdown:hover .dropdown-content.mega-menu .cols-1 ul li a {
    /* padding: 7px 5px;
    padding-left: 0; */
}

.dropdown .dropdown-content.mega-menu .cols-1 ul li:first-child a {
    background: transparent;
    color: #000 !important;
    /* color: var(--blue) !important; */
    padding-left: 1px;
    /* border-bottom: 1px solid #000; */
    margin-bottom: 6px;
    font-weight: 900;
    font-family: 'Sinkin Sans 700';
}

.footer-sub-sub-link {
    padding-left: 20px;
    list-style: none;
}

.footer-sub-sub-link li {
    position: relative;
    /* padding-left: 20px; */
}

.footer-sub-sub-link li::before {
    /* height: 5px;
    width: 5px;
    left: 0;
    top: 10px;
    background: #fff; */
}

.text ul {
    padding-left: 22px;
}

.text ul li {
    margin-bottom: 10px;
    line-height: 1.4;
    list-style: disc;
}

.title-desc-style {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    border-bottom: 1px solid hwb(236deg 47% 6% / 50%);
    padding-top: 30px;
    padding-bottom: 30px;
}

.title-desc-style:last-child {
    border-bottom: 0;
    padding-bottom: 30px;
}

.grid-3 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.grid-3 li {
    width: 33.33%;
    max-width: 31.33%;
    flex: 33.33%;
    margin: 1%;
}

.grid-3.info-cards li {
    text-align: center;
    background: #DFEAFD;
    border-radius: 12px;
    padding: 35px 35px;
}

.grid-3.info-cards li img {
    max-width: 40px;
    margin: auto;
}

.grid-3.info-cards li .text {
    line-height: 1.5;
}

.grid-3.info-cards li .img {
    padding: 27px;
    border-radius: 12px;
    background: #F1F6FF;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
}

.grid-3.cards-style li {
    background: #fff;
    border-radius: 0;
    padding: 0 !important;
    position: relative;
}

.grid-3.cards-style li .content {
    padding: 30px;
}

.grid-3.cards-style li::before {
    left: 0;
    bottom: 0;
    background: linear-gradient(91.71deg, #FF189F -43.45%, #5A94FF 80.04%);
    opacity: 0.8;
    height: 8px;
    width: 100%;
}

.faq h5 {
    color: #000;
    padding: 0;
}

.faq .collapse {
    color: #000;
    width: 100%;
    /* padding-top:40px; */
}

.faq .accordion-body {
    padding-left: 0;
    padding-top: 12px;
}

.faq .collapse ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.faq .collapse ul {
    padding-left: 23px;
}

.faq-item {
    background: #fff;
    margin-bottom: 15px;
    padding: 30px 30px;
    box-shadow: 0px 4px 30px 0px #00336633;
}

.faq h5::after {
    /* background:#29529E;
    font-size: 20px;
    font-weight: 600; */
}

.faq-item h5 {
    margin-top: 0;
    padding-right: 26px;
}

.faq-item h5.collapsed {
    margin-top: 0 !important;
}

.scrollbar.style2 {
    max-height: 15em;
}

.scrollbar {
    max-height: 33em;
    display: block;
    overflow: auto;
    padding: 25px 20px 25px 25px;
    margin-left: -25px;
}

/* width */
.scrollbar::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
    background: #1f418b88;
}

.nav.tab-style {
    padding: 15px 15px 5px 15px;
    border-radius: 12px;
    background: #fff;
}

.nav.tab-style li {
    flex: 1;
}

.nav.tab-style li span {
    padding: 9px 18px;
    border-radius: 12px;
    width: 100%;
    display: block;
    text-align: center;
}

.nav.tab-style li .active {
    background: #384E9D;
    color: #fff;
}

.tab-style.tab-content ul li {
    font-size: 16px;
    line-height: 1.5;
    list-style: disc !important;
    margin-bottom: 10px;
}

.ul-check ul {
    list-style: none !important;
    padding-left: 0;
}

.ul-check li {
    list-style: none !important;
    position: relative;
    padding-left: 40px;
}

.tab-style.tab-content .ul-check li {
    list-style: none !important;
    margin-bottom: 20px;
}


.ul-check li::before {
    background: url('https://shareittofriends.com/demo/qba-wordpress/wp-content/uploads/2024/12/arrow-bullet.png') center no-repeat;
    /* 	background: url('../images/check_circle.svg') center no-repeat; */
    background-size: contain;
    height: 27px;
    width: 27px;
    position: absolute;
    left: 0;
    top: 1px;
}

.partner-slidess .item img {
    height: 180px !important;
    min-height: 180px !important;
}

.column-2 {
    columns: 2;
    gap: 50px;
}

.style2 .contact_form input {
    background: #fff;
}

.big-font {
    font-size: 16rem;
    font-weight: 900;
    
    text-transform: uppercase;
    color: #cfd5eb;
    line-height: 1;
    text-align: left;
}

/* Accordian */
.custom-accordion .accordion-item {
    border-bottom: 1px solid #ccc;
}

.custom-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.custom-accordion .accordion-item.active .accordion-content {
    max-height: 500px;
    /* adjust this if your content is longer */
    padding: 15px;
}

.custom-accordion .accordion-item .icon {
    content: "-";
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: 24px;
    font-weight: 700;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.custom-accordion .accordion-item.active .icon {
    content: "-";
}

.custom-accordion .accordion-header {
    margin-bottom: 0;
    background: #efefef;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

/* 
@media (max-width: 1600px) {
    .banner_img {
        margin-top: 80px;
    }
} */

@media (max-width: 1400px) {
    .big-font {
        font-size: 15rem;
    }
}


@media (max-width: 1280px) {
    .big-font {
        font-size: 11rem;
    }

    .our_box h5 {
        font-size: 22px;
    }

    .support_main .owl-stage-outer {
        padding: 20px 20px 20px 20px;
        margin-left: -40px;
    }
}

@media (max-width: 1200px) {
    .dropdown-content {
        background: #141414;
    }
}

@media (max-width:991px) {
    .big-font {
        font-size: 9rem !important;
    }

    .our_box h5 {
        font-size: 20px;
    }

    header {
        margin-bottom: -70px;
    }

    .help_main .help_content,
    .help_main .help_img {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .home_rol {
        filter: brightness(100);
    }

    .support_main .owl-stage-outer {
        /* padding: 20px 20px 20px 20px; */
        margin-left: 0;
        padding: 0;
    }

    .support .max {
        padding-left: 0;
        padding-right: 0;
    }

    .clients_sec h5 span {
        margin-left: auto;
        margin-right: auto;
    }

    .clients_sec h5 {
        text-align: center;
    }

    .scrollbar.style2 {
        max-height: initial;
    }
}

@media (max-width: 767px) {
      header nav a img{
    max-height: 50px;
  }
    .big-font {
        font-size: 6rem !important;
        text-align: center;
    }

    .our_box h5,
    .our_box .text {
        padding-left: 0;
    }

    article.content {
        padding: 6px 3vw !important;
    }

    .column-2 {
        columns: 1;
        gap: 0;
    }

    .support_main .owl-stage-outer {
        padding: 20px 20px 20px 20px;
        margin-left: -20px;
    }

    .sticky-nav li a {
        text-align: center;
    }

}

@media (max-width: 576px) {
      header nav a img{
    max-height: 50px;
  }
    .big-font {
        font-size: 4rem !important;
    }

    .support_main .owl-stage-outer {
        /* padding: 20px 20px 20px 20px;
        margin-left:-10px; */
    }

    .support_main .owl-stage-outer {
        padding: 0;
        margin-left: 0;
    }

    .steel_div {
        grid-template-columns: 1fr;
    }

    .steel_main .steel_div:nth-child(odd) div:first-child:after {
        right: initial;
        left: 0;
        top: 0;
    }

    .steel_main .steel_div:nth-child(even) div:first-child:after {
        left: 0;
        top: 0;
    }

    .steel_main .steel_div:nth-child(even) {
        direction: rtl;
        text-align: left;
    }

    .steel_sec {
        padding: 0 0px 2px 59px;
        max-width: 100%;
    }

    .steel_sec {
        padding: 0 0px 2px 59px !important;
        max-width: 100% !important;
    }

    .steel_sec p+img {
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
      header nav a img{
    max-height: 50px;
  }
    .big-font {
        font-size: 3.5rem !important;
        letter-spacing: 6px;
    }
}

.wpcf7-form-control .wpcf7-submit {
    border-radius: 6px;
}

.conte {
    padding: 15px 0 0 0;
}



/* New style added by QBA on 01-07-2025  */
.feature-box-content {
    width: 100%;
    padding: 40px 0;
}

.feature-short-description {
    padding-bottom: 30px;
}

.qba_accordian {
    margin-bottom: 50px;
}

.qba_accordian .card {
    margin-bottom: 5px;
}

.qba_accordianimg img {
    width: 25%;
}

.qba_accordianheading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.qba_accordianheading::after {
    content: "+";
    position: absolute;
    font-size: 35px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.qba_accordianheading.active::after {
    content: "-";
}

.qba_accordianheading img {
    width: 35px;
}

.qba_accordianheading span {
    font-size: 20px;
    font-weight: 700;
}
.impact_image_holder_small{
	padding:15px;
	height:80px;
}
.impact_image_holder_small img{
	width:15% !important;
}
.impact_image_holder {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 6px;
}

.impact_image_holder img {
    width: 100%;
    height: auto;
}

.impact_content_holder {
    padding: 25px;
}
.impact_content_holder h5{
    padding-bottom: 10px;
}

.impact_content_holder p{
    font-size: 16px;
}

.sus_main .content{
    text-align: left;
}
.sus_main .content p.date{
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}
.sus_main .content p.date span{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
.fw-bold{
    padding-top: 4px;
}
.fw-bold span{
    background: #ccc;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    margin-bottom: 8px;
}
.readmore{
    display: block;
    color: #29529E !important;
    margin: 10px 0 0 0;
}

.impact_content_holder ul{
    padding-left: 18px !important;
}
.impact_content_holder ul li{
    list-style-type: circle;
}
.spacer{
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.spacer:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.lets-talk{
    background: #001f59;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    padding:  20px;
    margin: 0 10px;
    width: auto;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
}
.lets-talk:hover{
    color: #001f59;
    background: #fff;
    border: 1px solid #001f59;
 
}
.cta-holder{
    margin: 40px auto;
    display: block;
    text-align: center;
}
    .style2 .readmore {
        background: #000;
        color: #fff !important;
        border: 1px solid #000;
    }
    .style2 .readmore:hover{
        background: #fff;
        color: #000 !important;
        border: 1px solid #000;
    }
.owl-dot{
    border-radius: 100% !important;
}
#testmodal1{
    z-index: 9999;
}
.align-item-center {
    align-items: center;
}
.lefe_page .owl-carousel .owl-item img{
	object-fit: cover;
	height:220px;
}
.arrow{
	height:auto !important;
}
