/* common css strats here */

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
    text-decoration: none !important;
}

/* for removing underline for anchor*/

button:focus {
    outline: 0px !important;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100%;
}

.h-50p {
    height: 50px;
}

/* for display */

.d-inline-flex {
    display: inline-flex;
}

/* for display inline */

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

/* for display inline */

/* for positions */

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

/* padding styles */

.p-0 {
    padding: 0px;
}

.p-5p {
    padding: 5px;
}

.p-10p {
    padding: 10px;
}

.p-15p {
    padding: 15px;
}

.p-20p {
    padding: 20px;
}

.p-30p {
    padding: 30px;
}

.p-40p {
    padding: 40px;
}

.pt-5p {
    padding-top: 5px;
}

.pt-10p {
    padding-top: 10px;
}

.pt-15p {
    padding-top: 15px;
}

.pt-20p {
    padding-top: 20px;
}

.pt-40p {
    padding-top: 40px;
}

.pt-50p {
    padding-top: 50px;
}

.pt-60p {
    padding-top: 60px;
}

.pt-70p {
    padding-top: 70px;
}

.pt-75p {
    padding-top: 75px;
}

.pt-80p {
    padding-top: 80px;
}

.pt-100p {
    padding-top: 100px;
}

.ptb-5p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-15p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-20p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-25p {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-30p {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-35p {
    padding-top: 35px;
    padding-bottom: 35px;
}

.ptb-40p {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50p {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60p {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70p {
    padding-top: 70px;
    padding-bottom: 70px;
}

.plr-10p {
    padding-left: 10px;
    padding-right: 10px;
}

.plr-20p {
    padding-left: 20px;
    padding-right: 20px;
}

.plr-30p {
    padding-left: 30px;
    padding-right: 30px;
}

.pb-10p {
    padding-bottom: 10px;
}

.pb-15p {
    padding-bottom: 15px;
}

.pb-20p {
    padding-bottom: 20px;
}

.pb-30p {
    padding-bottom: 30px;
}

.pb-40p {
    padding-bottom: 40px;
}

.pb-60p {
    padding-bottom: 60px;
}

.pb-80p {
    padding-bottom: 80px;
}

.pb-100p {
    padding-bottom: 100px;
}

.ptb-4060p {
    padding-top: 40px;
    padding-bottom: 60px;
}

.pr-0p {
    padding-right: 0px;
}

.pl-0p {
    padding-left: 0px;
}

.pl-10p {
    padding-left: 10px;
}

.pl-15p {
    padding-left: 15px;
}

.pl-20p {
    padding-left: 20px;
}

.pl-25p {
    padding-left: 25px;
}

.pl-30p {
    padding-left: 30px;
}

.pl-35p {
    padding-left: 35px;
}

.pl-40p {
    padding-left: 40px;
}

.pl-50p {
    padding-left: 50px;
}

.pr-20p {
    padding-right: 20px;
}

.pr-30p {
    padding-right: 30px;
}

.pr-40p {
    padding-right: 40px;
}

.pr-50p {
    padding-right: 50px;
}


/* margin styles */

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-0 {
    margin: 0px;
}

.m-15p {
    margin: 15px;
}

.m-lr-auto {
    margin: 0px auto;
}

.mt-5p {
    margin-top: 5px;
}

.mt-10p {
    margin-top: 10px;
}

.mt-15p {
    margin-top: 15px;
}

.mt-20p {
    margin-top: 20px;
}

.mt-25p {
    margin-top: 25px;
}

.mt-30p {
    margin-top: 30px;
}

.mt-35p {
    margin-top: 35px;
}

.mt-40p {
    margin-top: 40px;
}

.mt-50p {
    margin-top: 50px;
}

.mt-60p {
    margin-top: 60px;
}

.mt-70p {
    margin-top: 70px;
}

.mt-80p {
    margin-top: 80px;
}

.mt-90p {
    margin-top: 90px;
}

.mt-100p {
    margin-top: 100px;
}

.mt-120p {
    margin-top: 120px;
}

.mt-130p {
    margin-top: 130px;
}

.mt-220p {
    margin-top: 220px;
}

.mb-0p {
    margin-bottom: 0px;
}

.mb-10p {
    margin-bottom: 10px;
}

.mb-15p {
    margin-bottom: 15px;
}

.mb-20p {
    margin-bottom: 20px;
}

.mb-25p {
    margin-bottom: 25px;
}

.mb-30p {
    margin-bottom: 30px;
}

.mb-40p {
    margin-bottom: 40px;
}

.mb-60p {
    margin-bottom: 60px;
}

.mb-70p {
    margin-bottom: 70px;
}

.mb-80p {
    margin-bottom: 80px;
}

.mb-100p {
    margin-bottom: 100px;
}

.mtb-2040p {
    margin-top: 20px;
    margin-bottom: 40px;
}

.mtb-5p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb-10p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb-15p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb-20p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-30p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb-40p {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb-50p {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb-60p {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mlr-10p {
    margin-left: 10px;
    margin-right: 10px;
}

.mlr-20p {
    margin-left: 20px;
    margin-right: 20px;
}

.ml-5p {
    margin-left: 5px;
}

.ml-10p {
    margin-left: 10px;
}

.ml-15p {
    margin-left: 15px;
}

.ml-20p {
    margin-left: 20px;
}

.ml-25p {
    margin-left: 25px;
}

.ml-30p {
    margin-left: 30px;
}

.ml-50p {
    margin-left: 50px;
}

.mr-5p {
    margin-right: 5px;
}

.mr-10p {
    margin-right: 10px;
}

.mr-15p {
    margin-right: 15px;
}

.mr-20p {
    margin-right: 20px;
}

.mr-30p {
    margin-right: 30px;
}

.mr-40p {
    margin-right: 40px;
}

.mr-50p {
    margin-right: 50px;
}

/* for box shadow */


/* for border radius  */

.brad-0 {
    border-radius: 0;
}

.brad-2 {
    border-radius: 2px;
}

.brad-3 {
    border-radius: 3px;
}

.brad-4 {
    border-radius: 4px;
}

.brad-5 {
    border-radius: 5px;
}

.brad-8 {
    border-radius: 8px;
}

.brad-50 {
    border-radius: 50px;
}

/* for borders  */

.br-0p {
    border: 0;
}

.br-gray-1p {
    border: 1px solid #e0dcdc;
}

.br-blue-1p {
    border: 1px solid #223b74;
}

.br-btmgray-1p {
    border-bottom: 1px solid #e0dcdc;
}

.br-tpgray-1p {
    border-top: 1px solid #e0dcdc;
}

.br-g2-1p {
    border: 1px solid #dee2e6;
}

/* for letter spacing  */

.ls-1p {
    letter-spacing: 1px;
}

.ls-2p {
    letter-spacing: 2px;
}

.ls-4p {
    letter-spacing: 4px;
}

/* for text-patterns*/

.txt-up {
    text-transform: uppercase;
}

.txt-cap {
    text-transform: capitalize;
}

.txt-undline {
    text-decoration: underline !important;
}

/* for backgorund colors */

.bg-white {
    background-color: white;
}

.bg-black {
    background-color: #000000;
}

.bg-trans {
    background: transparent;
}

.bg-blue {
    background-color: #0460a9;
}

.bg-gray {
    background-color: #f1f2f3;
}

.bg-yellow {
    background-color: #ffc90c;
}

.bg-lightblue {
    background-color: #f5f9fc;
}

.bg-green {
    background-color: #76a33a;
}

/* for text-colors*/

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.text-color {
    color: #333333;
}

.text-blue {
    color: #06a8d8 !important;
}

.text-darkgreen {
    color: #691883 !important;
}

.web-color {
    color: #e79aff;
}


/* for text-alignment*/

.align-items {
    align-items: center;
}

.align-flex-end {
    align-items: flex-end;
}

.justify-space {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-flex-end {
    justify-content: flex-end;
}

.wh-space {
    white-space: pre-line;
}

.obj-fit {
    object-fit: cover;
}

.btn_pd {
    padding: 10px 25px;
}

.trans-yminus1 {
    transform: translateY(-1px);
}

.trans-yminus2 {
    transform: translateY(-2px);
}

.trans-yminus3 {
    transform: translateY(-3px);
}

/* for font-size */

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font19 {
    font-size: 19px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font23 {
    font-size: 23px;
}

.font24 {
    font-size: 24px;
}

.font26 {
    font-size: 26px;
}

.font28 {
    font-size: 28px;
}

.font30 {
    font-size: 30px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.font44 {
    font-size: 44px;
}

.font40 {
    font-size: 40px;
}

.font50 {
    font-size: 50px;
}

.font52 {
    font-size: 52px;
}

/* for line-hieght */

.lh-15p {
    line-height: 15px;
}

.lh-16p {
    line-height: 16px;
}

.lh-18p {
    line-height: 18px;
}

.lh-20p {
    line-height: 20px;
}

.lh-22p {
    line-height: 22px;
}

.lh-23p {
    line-height: 23px;
}

.lh-24p {
    line-height: 24px;
}

.lh-25p {
    line-height: 25px;
}

.lh-26p {
    line-height: 26px;
}

.lh-27p {
    line-height: 27px;
}

.lh-28p {
    line-height: 28px;
}

.lh-29p {
    line-height: 29px;
}

.lh-32p {
    line-height: 32px;
}

.lh-33p {
    line-height: 33px;
}

.lh-42p {
    line-height: 42px;
}

.lh-44p {
    line-height: 44px;
}

/* for font-weight */

.fw-600 {
    font-weight: 600;
}

/* for font related css */

/* Californian */

.fnt-Californian-reg {
    font-family: 'Californian-FB-Regular';
}

/* roobert */

.fnt-roobert-reg {
    font-family: 'Roobert-Regular';
}

/* graphic */

.fnt-Graphik-light {
    font-family: 'Graphik-Light';
}

.fnt-Graphik-Regular {
    font-family: 'Graphik-Regular';
}

.fnt-Graphik-Medium {
    font-family: 'Graphik-Medium';
}

.fnt-Graphik-Bold {
    font-family: 'Graphik-Bold';
}

/* for text-alignment*/

.align-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-end {
    text-align: end;
}

.text-justify {
    text-align: justify;
}

.text-initial {
    text-align: initial;
}

body {
    font-size: 16px;
    color: #131313;
    line-height: 26px;
    font-family: 'Graphik-Light';
}

.container {
    max-width: 1230px !important;
    padding-left: 0;
    padding-right: 0;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
    border: none;
}

.navbar-toggler.x:focus {
    outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* ------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
    padding-top: 85px;
    padding-bottom: 85px;
}

.common-section2 {
    padding-top: 75px;
    padding-bottom: 85px;
}

.section_title {
    font-size: 50px;
    line-height: 58px;
    color: #000000;
    font-family: 'Roobert-Regular';
}

.gradient-txt {
    background-image: linear-gradient(90deg, #ff7f45 0%, #16b8e8 40%, #9083df 70%, #cfaba3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-txt2 {
    background-image: linear-gradient(90deg, #fc8147 15%, #4dabc2 30%, #17b8e8 24%, #599ce3 50%, #8c85df 93%, #ceaaa6 2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wh-img {
    filter: brightness(0) invert(1);
}


.bg-properties {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control:focus {
    box-shadow: none;
}

.form-control {
    height: 45px;
}

.p-vw {
    padding: 0px 4vw;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* header button css */

.onhover-br {
    /* display:inline-block; */
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    -o-transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
}

.onhover-br:before {
    content: "";
    border-radius: 2rem;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
    -o-transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
}

.onhover-br:hover {
    -webkit-box-shadow: 0 0 0 var(--cta-stroke-width, 0) var(--cta-stroke-color), 0 var(--animation-depth, .3em) 0 0 var(--cta-depth-color);
    transform: translateY(calc(-1*var(--animation-depth, .3em)));
    --cta-stroke-color: #241c15;
    --cta-stroke-width: 0.0625rem;
    --cta-depth-color: #241c15;
}

/* common button css */

.common-btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Graphik-Regular';
    border-radius: 50px;
    /* filter: drop-shadow(0px 4px 0px #473dc8); */
    background-color: #ffe01b;
    border: 1px solid #473dc8;
    padding: 9px 37px;
}

.common-btn:hover {
    color: #fff;
    background-color: #473dc8;
}

.onhover-with-br {
    -webkit-box-shadow: 0 0 0 var(--cta-stroke-width, 0) var(--cta-stroke-color), 0 var(--animation-depth, .3em) 0 0 var(--cta-depth-color);
    transform: translateY(calc(-1*var(--animation-depth, .3em)));
    --cta-stroke-color: #473dc8;
    /* --cta-stroke-width: 0.0625rem; */
    --cta-stroke-width: 0rem;
    --cta-depth-color: #473dc8;
}

.onhover-with-br:before {
    content: "";
    border-radius: 2rem;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
    -o-transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);
    transition: bottom .3s cubic-bezier(.5, 2.5, .7, .7);

}

.onhover-with-br:hover {
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.5, 2.5, .7, .7), -webkit-box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    -o-transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    box-shadow: none;
}


/* DESKTOP HEADER CSS STARTS HERE*/

.header_bottom_block .navbar {
    padding: 12px 0;
}

.menu li {
    margin-left: 25px;
    position: relative;
}

.menu a {
    font-size: 14px;
    color: #001f42;
    padding: 15px 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Graphik-Regular';
}

.header_logins_block li {
    margin-left: 20px;
}

.menu a:hover,
.menu-active a {
    color: #691883;
}

.menu-active a:before,
.menu-active a:after {
    content: '';
    border-left: 1px solid #691883;
    position: absolute;
    height: 40%;
    top: 17px;
}

.menu-active a:before {
    right: -10px;
}

.menu-active a:after {
    left: -10px;
}

.hreq-btn a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 18px 6px 18px !important;
    text-transform: uppercase;
    color: #000000;
    background: #e79aff;
    border-radius: 50px;
    position: relative;
}

.hreq-btn a:hover {
    background: #e1b6ef;
    color: #000000;
}

/* sub menu */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /* display: none; */
    min-width: 240px;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 0;
    transition: all 0.3s ease 0s;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0 0;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.04));
}

.sub-menu li {
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
}

.sub-menu a {
    display: block;
    position: relative;
    color: #0b0d11 !important;
    padding: 8px 10px;
    text-transform: capitalize;
}

.sub-menu li:hover {
    background: #691883;
}

.sub-menu li:hover a,
.sub-menu a:hover {
    color: #ffffff !important;
}

.sub-menu li:last-child {
    border-bottom: 0px;
}

.menu-item-has-children:hover .sub-menu {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.sub-menu a:hover {
    /* background:#2b3991;  */
    color: #fff !important;
}

.res-toggle {
    width: 7px;
    height: 7px;
    background: transparent;
    border-top: 1px solid #0b0d11;
    border-left: 1px solid #0b0d11;
    transition: all 250ms ease-in-out;
    color: transparent;
    position: absolute;
    right: -5px;
    top: 23px;
    cursor: pointer;
    color: #0b0d11;
    transform: rotate(-135deg);
    display: none;
}

.res-toggle:hover {
    border-color: #ef7f1a;
}

.dropdown-toggle::after {
    display: none;
}

.sub-menu a:before,
.sub-menu a:after {
    display: none;
}

/* DESKTOP HEADER CSS ENDS HERE*/


/* RESPONSIVE HEADER CSS STARTS HERE   */

.header-sec {
    display: none;
}

.htop-rgt-list {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.htop-rgt-list li {
    border-left: 1px solid #ffffff29;
    padding-left: 25px;
    padding: 28px 25px 25px 25px;
    height: 100%;
}

.htop-rgt-list li:first-child {
    padding-left: 0;
    border-left: 0;
    padding-top: 14px;
    padding-bottom: 14px;
}

.htop-rgt-list li:last-child {
    border-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.htop-cal-btn a,
.htop-mnu-btn a {
    letter-spacing: 1px;
    line-height: 16px;
    color: #ffffff;
    font-family: 'Graphik-Regular';
}

.htop-cal-btn a {
    font-size: 15px;
}

.htop-cal-btn a img {
    margin-right: 8px;
    transform: translateY(-1px);
}

.htop-mnu-btn a {
    font-size: 12px;
    text-transform: uppercase;
}

.htop-mnu-btn a img {
    margin-left: 8px;
    transform: translateY(-1px);
    height: 20px;
}

.htop-reg-btn a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 13px 18px;
    text-transform: uppercase;
    color: #000000;
    background: #e79aff;
    font-family: 'Graphik-Regular';
    border-radius: 50px;
    position: relative;
}

.htop-reg-btn a img {
    margin-left: 8px;
    transform: translateY(-1px);
}

.htop-reg-btn a:hover {
    background: #25beff;
}

/* onscroll css */
.desktop-logo,
.headerlogo,
.footer-logo {
    height: 50px;
}

.headerlogo {
    transform: translateY(1px);
}

.white-logo {
    display: none;
}

.header-sec.extraclass {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #000000c9;
}

.header-sec.extraclass .white-logo {
    display: block;
}

.header-sec.extraclass .desk-logo {
    display: none;
}

/* RESPONSIVE HEADER CSS ENDS HERE   */


/* BANNER SECTION CSS */

.focus-container {
    background-color: #f2f2f2;
    border: 15px solid #ff540a;
    border-bottom: 0;
    border-top: 0;
    padding: 53px 30px;
    width: 100%;
    border-color: #e79aff !important;
}

.banner-left {
    margin-left: -25px;
}

.banner-rgt {
    margin-right: -125px;
    position: relative;
    z-index: 9;
}

.main-ban-rgt {
    margin-right: -60px;
}

.banner-title {
    font-size: 44px;
    line-height: 54px;
    color: #17054b;
    letter-spacing: 1px;
    font-family: 'GRAPHIKBOLD';
    margin-bottom: 0;
}



.home-hero-section {
    background-image: -webkit-gradient(linear, right top, left top, from(#1e201e), color-stop(37%, #1e201e), color-stop(0, #fff));
    background-image: linear-gradient(270deg, #1e201e, #1e201e 37%, #fff 0);
}

/* .hero__dots { */
/* position: relative; */
/* display: -webkit-box; */
/* display: -webkit-flex; */
/* display: -ms-flexbox; */
/* display: flex; */
/* margin-bottom: -11.5rem; */
/* padding:3rem 0rem 3rem 3rem; */
/* -webkit-flex-wrap: wrap; */
/* -ms-flex-wrap: wrap; */
/* flex-wrap: wrap; */
/* -webkit-box-flex: 1; */
/* -webkit-flex: 1; */
/* -ms-flex: 1; */
/* flex: 1; */
/* grid-column-gap: 4.5rem; */
/* grid-row-gap: 4.5rem; */
/* background-color: #1e201e; */
/* color: #fff; */
/* } */

.hero__dots {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: -11.5rem; */
    /* padding:6rem 3rem 3rem 3rem; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    background-color: #00a8f0;
    color: #fff;
    justify-content: end;
}

.single-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #fff;
}

.is--hero-additional-dot-wrap {
    position: absolute;
    left: 1px;
    top: 11.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4.5rem 1.5rem 4.5rem 4.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 4.5rem;
    background-color: #1e201e;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}


.is--width-44rem {
    width: 44rem;
}


@media (min-width:1200px) {
    .banner-blk {
        margin-left: calc((100% - 1230px) / 2) !important;
    }
}

.banner-content {
    padding: 150px 150px 150px 0px;
}

.banner-title {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 54px;
    color: #000000;
    font-family: 'Roobert-Regular';
}

.banner-blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.banner-left-blk {
    width: 45%;
    z-index: 9;
    /* flex:1 0 32%; */
}

.banner-rgt-blk {
    /* flex: 2 0 65%; */
    width: 55%;
    /* margin-bottom:-15.8rem; */
    z-index: 99;
}

.ban-ico {
    height: 600px;
    position: relative;
    object-fit: cover;
}


/* subscribe css */

.sub-bx {
    background: #00a8f0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sub-txt {
    font-size: 24px;
}

.sub-bx-mail {
    width: 100% !important;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 2px solid #fff;
    margin-left: auto;
}

.input-group .form-control:focus {
    box-shadow: none;
    background: transparent;
}

.input-group .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.input-group input {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 38px;
    color: #c0c0c0;
    background: transparent;
    border: 0px solid #fff;
    border-radius: 0;
    height: 79px;
    padding-left: 20px;
    margin-right: 80px;
}

.input-group ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}


.input-group.default-input-group .form-control+.input-group-btn .btn {
    position: absolute;
    right: 0;
    padding: 9px 20px 9px 24px;
    border-left: 2px solid #fff;
    border-radius: 0;
    top: 10px;
    bottom: 10px;
}

.input-group.default-input-group .form-control:focus+.input-group-btn .btn {
    outline: 0;
    border-color: #66afe9;
}

.input-group-btn img {
    transform: rotateZ(-45deg);
}

/* ABOUT SECTION CSS  */

.machine-learning-img {
    transform: translate(-1.5rem, 0px);
    width: 654px;
    height: 700px;
}

/* Bold Dynamic css */

.bold-dynamic {
    font-size: 30px;
    line-height: 40px;
    color: #090b19;
    font-family: 'Roobert-Regular';
    margin-bottom: 0;
}

.dimmer {
    color: #d1d1d1;
}

@media (min-width:1200px) {
    .abt-blk {
        margin-right: calc((100% - 1230px) / 2) !important;
    }
}

.abt-blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.abt-left-blk {
    width: 58%;
    z-index: 9;
    /* flex:1 0 32%; */
}

.abt-rgt-blk {
    /* flex:2 0 65%;  */
    width: 42%;
}

.banner-ico {
    position: absolute;
    right: 0px;
    z-index: 99;
    width: 44.2%;
    bottom: -16px;
}

@media (min-width:1600px) {
    .banner-ico {
        width: 44.7%;
    }
}

@media (min-width:1900px) {
    .banner-ico {
        width: 45.3%;
    }
}

.carousel-indicators {
    margin-bottom: 1rem;
}

.carousel-indicators li {
    margin-right: 5px !important;
    margin-left: 5px !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    border: 2px solid #fff !important;
    opacity: 1 !important;
    background-color: transparent !important;
}

.carousel-indicators .active {
    background-color: #e79aff !important;
    border: 2px solid #e79aff !important;
}



/* training section css */
.training-sec {
    /* background: #1e201e; */
    background-image: url(../images/insight-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* .training-sec:before { */
/* content: ''; */
/* background-image: url(../images/line.svg); */
/* background-size: cover; */
/* height: 450px; */
/* background-position: center; */
/* position: absolute; */
/* top: 100px; */
/* width: 100%; */
/* } */

.training-ico {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.training-bx h4 {
    font-family: 'Roobert-Regular';
    font-size: 30px;
}

.overflow-hidden {
    overflow: hidden;
}

/* image hover transition css */
.trans-img {
    transition: all 400ms ease;
    transform: scale(1);
}

.trans-hover:hover .trans-img {
    transform: scale(1.1);
}

.training-bx:hover .training-cnt h4 {
    color: #949245;
}

.our-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 160px;
    grid-row-gap: 120px;
    row-gap: 120px;
    position: relative;
    z-index: 1;
}

.our_aUf:nth-child(4n+2) {
    align-self: end;
    justify-self: end;
}

.our_aUf:nth-child(2n) {
    transform: translateY(200px);
    justify-self: start;
}

.c-li li {
    font-size: 15px;
}

/* Our Popular Services */

.sr-gp {
    margin-bottom: 30px;
}

.c-icon {
    min-height: 388px;
    background: #212226;
    border: 1px solid #212226;
    color: #fff;
}

.c-icon img {
    width: auto !important;
}

.learn_btn i {
    font-size: 13px;
    transform: translateY(1px);
    color: #fff;
}

.pserve-block {
    background-color: #eeeff0;
}

.pserve__title {
    font-family: 'Roobert-Regular';
}

.pserve__icon {
    padding: 25px 30px
}

.pserve__icon img {
    height: 85px;
}

.pserve__content {
    padding: 25px 30px 30px 30px;
}

.pserve-item .pserve__icon:after,
.pserve-item .pserve__icon:before {
    content: '';
    position: absolute;
    /* top: 0; */
    left: 0;
    height: 1px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: calc(90% + 0px);
    background-color: #e6e8eb17;
    bottom: 0;
}

.pserve-item .pserve__icon:after {
    width: 0;
    background-color: #e79aff;
}

.pserve-item:hover .pserve__icon:after {
    width: calc(90% + 0px);
}

.c-icon:hover {
    border: 1px solid #e79aff;
}

.read_more {
    color: #fff !important;
    z-index: 1;
    padding-left: 5px;
}

.read_more:before {
    content: '';
    position: absolute;
    left: -12px;
    bottom: -9px;
    border-radius: 50px;
    width: 35px;
    z-index: -1;
    height: 35px;
    background-color: #e79aff;
}


/* consulting css */

.ch-bx.mt-20p {
    border: 1px solid #dfdfdf;
    padding: 15px;
}

.content-li li {
    color: #0E1E36;
    padding-left: 45px;
    position: relative;
    margin-bottom: 10px;
}

.content-li li:after {
    content: '';
    left: 0;
    width: 27px;
    height: 27px;
    color: #4069FF;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    border-radius: 500px;
    top: calc(50% - 13px);
    background: #EFF0F6;
    background-image: url(../images/check.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

/* client section css */

.ourclient-sec img {
    width: auto !important;
    margin: 0px auto;
}

.client-box img {
    height: 105px;
}

.c-br {
    border: 1px solid #dfdfdf;
}

.client-box {
    border: 1px solid #e0dcdc;
    padding: 15px;
    width: 100%;
    height: 110px;
    position: relative;
    background: #fff;
}

.client-box img {
    height: 86px;
    width: auto !important;
    margin: auto;
}


/* FOOTER SECTION CSS */

.bg-pink {
    background-color: #f3ccff;
}

/* button css */
.wh-button {
    background: #fff;
    border: 0;
    padding: 15px 30px;
}

.wh-button:hover {
    background: #000;
    color: #fff;
}

.black-button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 8px 25px;
}

.black-button:hover {
    background: #fff;
    color: #000;
}

/* sapces css */
.white-space {
    display: none;
}

.white-space {
    background: #fff;
}

.pink-space {
    background: #f3ccff;
}

.white-space,
.pink-space {
    padding: 38px;
}

.loc-ico {
    height: 30px;
}

.loc-ico,
.cookie-li img {
    filter: invert(80%);
}

.cookie-li {
    display: block;
    align-items: center;
    justify-content: end;
}

.cookie-li li {
    margin-left: 35px;
}

.address-text p,
.cookie-li a {
    color: #000;
    font-size: 18px;
}

.cookie-li a img {
    height: 18px;
    transform: translateY(-1px);
    margin-right: 10px;
}

.mail-ico {
    height: 14px !important;
}

.footer-top-right {
    margin-bottom: -45px;
    z-index: 1;
    position: relative;
}

.footer-top-right h4 {
    font-size: 34px;
    line-height: 36px;
    color: #000000;
    font-family: 'Roobert-Regular';
    /* transform: translateY(-65px); */
    margin-bottom: 0px;
}

.f-cont-btn {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
    background-color: #0f1116;
    padding: 12px 55px;
    /* transform: translateY(-35px); */
    border: 0;
    font-family: 'Graphik-Regular';
    text-transform: uppercase;
}

.footer-top {
    margin-left: 65px;
    margin-right: 65px;
}

.footer-bottom {
    background-color: #1e201e;
    margin-left: 65px;
    margin-right: 65px;
}

.footer-top-block {
    padding: 2rem 0rem 1.5rem;
}

.footer-bottom-block {
    padding: 4rem 0rem 4rem;
}

.footer-title {
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 38px;
    color: #ffffff;
    font-family: 'Roobert-Regular';
    margin-bottom: 0;
}

/* copy right css */

.copy-right {
    background-color: #1e201e;
    padding: 45px 0px;
}


/* social icons */

.fsocial-icons a {
    color: #fff;
}

.f-icon {
    /* position:relative; */
    /* text-align:center; */
    /* width:0px; */
    /* height:0px; */
    /* padding:18px; */
    /* background-color:#f18500; */
    /* border-radius:50px; */
    display: inline-block;
    margin-left: 20px;
    /* transform: translateY(5px); */
    /* cursor:pointer; */
    /* transition: 0.5s; */
    /* -moz-transition: 0.5s; */
    /* -webkit-transition: 0.5s; */
    /* -o-transition: 0.5s; */
    /* border:2px solid #fff; */
}

.f-icon i {
    font-size: 25px;
    color: #fff;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}






/* SIDE MENU STARTS HERE */

.header .navbar {
    padding: 0px;
}

.open-menu {
    z-index: 9999;
}

.open-tog {
    margin-left: 10px;
}

.open-menu svg,
.close-menu svg {
    margin-left: 5px;
    transform: translateY(-2px);
}

.open-menu,
.close-menu {
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    background: none;
    text-transform: uppercase;
    font-size: 16px;
}

.close-menu {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    color: #fff;
    background: none;
}

.header .navbar .menu-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background 0.5s;
}

.header .navbar .menu-wrapper.offcanvas .menu {
    transition-duration: 0.7s;
    transition-delay: 0.2s;
    transform: translateX(0) translateY(0) translateZ(0);
}

.header .navbar .menu-wrapper.offcanvas::before {
    background: rgba(37, 42, 50, 0.6);
    z-index: 1;
}

.header .navbar .menu {
    background-color: #00011f;
    background-image: url(../images/sidemenu-bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: 67%;
    background-position: top left;
    position: fixed;
    z-index: 9999 !important;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 4rem 4rem;
    z-index: 11;
    overflow-y: auto;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    transform: translateX(0) translateY(-100vh) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.header .navbar .menu-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.header .navbar .menu-link {
    font-family: inherit;
    font-size: 1rem;
    line-height: inherit;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
}

.header .navbar .menu-link:hover {
    color: #d32f2f;
}

.header .navbar .menu-item {
    position: relative;
}

.header .navbar .menu-item a {
    font-size: 28px;
    text-transform: capitalize;
    padding: 30px 1rem 30px 0rem;
    display: block;
    color: #fff;
    transition: color 0.35s ease-out;
    text-align: end;
}

.header .navbar .menu-item a:hover {
    color: #e79aff;
}

.header .navbar .menu-item.has-collapsible {
    position: relative;
}

.header .navbar .menu-item.has-collapsible .menu-child {
    display: none;
}

.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a {
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    color: #f3ccff !important;
    padding: 0.25rem;
    color: #fff;
    padding-left: 2.5rem;
    transition: color 0.35s ease-out;
}

.header .navbar .menu-item.has-collapsible .menu-child .menu-child-item a:hover {
    color: #d32f2f;
}

.header .navbar .menu-item.has-collapsible span::after {
    content: "";
    transform: rotate(135deg);
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 0;
    width: 9px;
    height: 9px;
    border-top: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
    transition: all 250ms ease-in-out;
}

.header .navbar .menu-item.has-collapsible span::after:hover {
    color: #d32f2f;
}

.header .navbar .menu-item.active.has-collapsible .menu-child {
    display: block;
    transition: all 0.35s ease;
    padding-bottom: 10px
}

.header .navbar .menu-item.active.has-collapsible span::after {
    transform: rotate(225deg);
    top: 37px;
}

/* SIDE MENU ENDS HERE */



/* -------------------------------------------------------- */
/* INNER PAGES COMMON CSS */
/* -------------------------------------------------------- */


.pg-top {
    padding-top: 85px;
}

@media (min-width:1200px) {
    .innbanner-blk {
        margin-left: calc((100% - 1230px) / 2) !important;
    }
}


.innbanner-blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.innbanner-left-blk {
    width: 44%;
    z-index: 9;
    /* flex:1 0 32%; */
}

.innbanner-rgt-blk {
    /* flex: 2 0 65%; */
    width: 55%;
    z-index: 99;
}

.innbanner-content {
    margin-top: 45px;
    padding: 100px 0px;
}

.innban-ico {
    position: relative;
    object-fit: cover;
    height: 320px;
}

.innbanner-title {
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 54px;
    color: #000000;
    font-family: 'Roobert-Regular';
}

.sv-banner {
    height: 350px;
    object-fit: cover;
    object-position: top;
}


/* ------------------------------ */
/* CAREER PAGE CSS */
/* ------------------------------*/

.xl-title {
    font-family: 'Roobert-Regular';
}

.portal-box {
    padding: 15px 25px 25px 25px;
}

.portal-box img {
    height: 260px;
}

.apply_btn {
    background: #691883;
    padding: 10px 30px;
    border: 0;
}

.career-box {
    /* filter: drop-shadow(0px 8px 15px rgba(0,0,0,0.1)); */
    /* background: white; */
    border-radius: 5px;
    padding-bottom: 25px;
    border: 1px solid #d6d6d6;
}

.read-more__link {
    padding: 0px 30px 10px 21px;
    display: block;
    margin-left: 20px;
    text-align: right;
    color: #691883;
    cursor: pointer;
    /* position: absolute; */
    /* bottom: 1%; */
    /* left: 15%; */
    display: inline-block;
    /* background: gray; */
    padding: 5px 25px;
    /* color: white; */
    border: 1px solid #691883;
    margin-top: 10px;
}



/* ---------------------------------------------------------------- */
/* CONTACT PAGE CSS */
/* ---------------------------------------------------------------- */

.cont-details a {
    /* font-family: 'Syne-Medium'; */
    color: #232222;
    font-size: 18px;
    line-height: 30px;
    margin: 5px 10px;
}

.cont-details img {
    height: 20px;
    margin-right: 5px;
}


.cnt-bg {
    /* background-image: linear-gradient(0deg, #f4f1fa 0%, #f4f1fa 50%, #fdf0f9 100%); */
    background: rgb(244, 241, 250);
    background: linear-gradient(180deg, rgba(244, 241, 250, 1) 20%, rgba(248, 241, 249, 1) 40%, rgba(251, 239, 249, 1) 66%, rgba(255, 253, 254, 1) 96%, rgba(255, 250, 252, 1) 99%);
    border-radius: 50%;
    width: 685px;
    height: 685px;
    margin: auto;
}

.cnt-gap {
    padding: 75px 120px 60px 120px;
}

.quote-title {
    font-family: 'Roobert-Regular';
}

/* form css */

.contact-form input {
    height: 55px;
}

.contact-form input,
.contact-form textarea {
    font-size: 15px;
    color: #252525;
    background: white;
    border-radius: 7px;
    border: 2px solid #252525;
    border-bottom: 5px solid #252525;
}

 input.error,
textarea.error, .input-group input.error{
    border-color: #ff0000 !important;
}
.input-group:has(input.error) {
    border-color: #ff0000 !important;
  }
label.error {
    color: #ff0000 !important;
    margin-bottom: 0px !important;
    line-height: 16px;
}

::placeholder {
    color: #252525 !important;
    opacity: 1;
}

.contact-btn {
    height: 55px;
    color: #252525;
    background-color: #d9cdf3;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    z-index: 9;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 7px;
    border: 2px solid #252525;
    border-bottom: 5px solid #252525;
    font-family: 'Roobert-Regular';
}

.contact-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 1s cubic-bezier(.075, .82, .165, 1);
    transform-origin: center right;
    background-color: #691883;
    z-index: -1;

}

.contact-btn:hover::before {
    transform: scaleX(1);
    transform-origin: center left;
    z-index: -1;
}

.contact-btn:hover {
    color: #fff !important;
}

/* form loading */

button:focus, button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.loading__anim {
    right: 0px;
    top: 0px;
    margin: 0 auto;
    position: relative;
    width: 30px;
    height: 30px;
    border: 5px solid rgba(189, 189, 189, 0.25);
    border-left-color: #e79aff;
    border-top-color: #e79aff;
    border-radius: 50%;
    display: inline-block;
    animation: rotate 600ms infinite linear;
}

@keyframes rotate {
    to {
        transform: rotate(1turn);
    }
}