* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-size: 16px !important;
    font-family: 'GraphikLight' !important;
    color: #010101 !important;
    font-weight: 300 !important;
}

html {
    overflow-x: hidden;
}
.text-white{color: #fff;}
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #cdcdcd #fff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }

  *::-webkit-scrollbar-track {
    background: #fff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
    border-radius: 10px;
    min-height: 30px;
  }
 a{color: #000 !important;}

/*** Navbar ***/
.navbar .navbar-nav .nav-link.active{color: #08b0db !important;}
.navbar .navbar-nav>.nav-link:hover{color: #08b0db !important;}
.navbar .navbar-nav>.nav-item>.nav-link:hover{color: #08b0db !important;}
.extraclass {
    top: 0;
    margin-top: 0px;
    transition: 1s;
    position: fixed !important;
    width: 100%;
}

/* ham */

.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #000;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #000;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-light .navbar-toggler {
    border: 0 !important;
    color: transparent;
}

button:focus {
    outline: 0 !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}



.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    width: 135px;
}

.navbar .nav-link.dropdown-toggle::after {
    border: 0px !important;
}

.nav-link.nav-link.dropdown-toggle img {
    position: absolute;
    top: 42px;
    right: -11px;
}

.navbar .nav-link.dropdown-toggle {
    position: relative;
}

.navbar .navbar-nav .nav-item.nav-link:last-child {
    margin-right: 30px !important;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0px 0px !important;
    color: #000027 !important;
    font-size: 18px !important;
    letter-spacing: 0.15px;
    font-family: 'Gellix-Regular';
    text-transform: capitalize;
}

.banner-btn {
    padding: 0px 0px !important;
    color: #000027 !important;
    font-size: 18px !important;
    letter-spacing: 0px;
    font-family: 'Gellix-Regular';
    text-transform: capitalize;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar .nav-item:hover .dropdown-menu {
    padding: 0px !important;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.04));
}

.navbar .nav-item:hover .dropdown-menu a {
    padding: 10px 20px !important;
    font-family: 'Gellix-Regular';
}

.navbar .nav-item:hover .dropdown-menu a:hover {
    background-image: linear-gradient(90deg, #25efe9 0%, #ffffff 100%);

}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 130%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}



/* common css */

.pos-relative {
    position: relative;
}

.sec-pad {
    padding: 90px 0px;
}

.container {
    max-width: 1170px !important;
    padding: 0px 0px !important;
}

a {
    text-decoration: none !important;
}


a:hover {
    color: #000048 !important;
}

.align-center {
    align-items: center;
}


.font-gellix-med{font-family: 'Gellix-Medium';}
.lh-32p{line-height: 32px;}


/* Top Header */
.top-nav {
    height: 35px;
    background-color: #e8e8e6;
}

.top-d-flex-c {
    display: flex;
}

.top-nav a {
    font-size: 14px;
    font-family: 'GraphikRegular';
    color: #000048;
}

/* .first-top>div>a{display: flex;align-items: center;} */
.first-top a:first-child {
    letter-spacing: 1px;
}

.first-top a:last-child {
    letter-spacing: .5px;
}

.first-middle a {
    letter-spacing: .3px;
}

.top-nav .top-bdr>div:not(:last-child) {
    margin-right: 60px;
}

.top-nav .top-bdr>div {
    position: relative;
}

.top-nav .top-bdr>div:not(:first-child)::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #64649a;
    left: -30px;
    position: absolute;
}

.top-nav .first-top>div:last-child {
    margin-left: 25px;

}

.first-middle>a {
    position: relative;
}

.first-middle>a:not(:first-child) {
    margin-left: 30px;
}

.first-middle>a:not(:first-child)::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000048;
    position: absolute;
    left: -16px;
    top: 8px;
}

.first-bottom>a:not(:first-child) {
    margin-left: 17px;
}


/* Main Header section */
.navbar-nav .nav-link {
    line-height: 90px;
    margin-top: -3px;
}

.nav-sec {
    min-height: 90px;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.04));
    background-color: #ffffff;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
}

.header-btn {
    width: 164px;
    height: 44px;
    border-radius: 22px;
    display: flex;
    color: #000027 !important;
    font-size: 18px !important;
    letter-spacing: 0px;
    font-family: 'Gellix-Regular';
    text-transform: capitalize;
    align-items: center;

    justify-content: space-evenly;
    border: double 2px transparent;
    border-radius: 44px;
    background-image: linear-gradient(white, white), linear-gradient(to right, #2dcae3, #484bc4);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.header-btn:hover {
    background-image: linear-gradient(white, white), linear-gradient(to right, #484bc4, #2dcae3);
}

.header-btn img {
    margin-top: 2px;
}

.header-btn span {
    display: inline-block;
    margin-top: -3px;
}


/* banner section */

.banner-head {
    font-size: 52px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #000048;
    font-family: "Gellix-Bold";
}

.banner-sec p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #00003f;
    font-family: "GraphikLight";
}

.banner-btn {
    font-size: 18px;
    letter-spacing: 0px;
    color: #000042;
    font-family: 'GraphikLight';
}

.carousel-indicators [data-bs-target] {
    border-top-left-radius: 10.5px;
    border-bottom-left-radius: 10.5px;
    border-top-right-radius: 10.5px;
    border-bottom-right-radius: 10.5px;
    border-top: 0px !important;
    border-bottom: 0px !important;
    height: 5px !important;
    background-color: #25efe9 !important;
    opacity: .4 !important;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-indicators .active {
    opacity: 1 !important;
}

.banner-sec .carousel-captions {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.banner-sec p {
    margin-bottom: 37px;
    margin-top: 25px;
}

.banner-btn {
    width: 164px;
    height: 45px;
    border-radius: 23px;
    filter: drop-shadow(0px 5px 3px rgba(68, 38, 1, 0.1));
    background-image: linear-gradient(90deg, #25efe9 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-btn:hover {
    background-image: linear-gradient(90deg, #ffffff 0%, #25efe9 100%);
}

/* About-services section starts */


.owl-sec {
    padding-bottom: 80px;
  }
  
  .bg-gray {
    background-color: #f0f0f4;
  }
  
  .sub_title {
    font-size: 16px;
    letter-spacing: 2px;
    color: #3b7cf4;
    font-family: "Gellix-SemiBold";
  }
  
  .txt-up {
    text-transform: uppercase;
  }
  
  .pos-relative {
    position: relative;
  }
  .mt-30p {
    margin-top: 30px;
  }
 
  .mt-20p {
    margin-top: 20px;
  }
  .mt-10p{
    margin-top: 10px;
  }
  
  .service-box {
    padding: 3.75rem 1.5rem 3.0625rem;
    position: relative;
    z-index: 1;
    color: #f7f7fc;
    height: 100%;
    border-left: 1px solid #e8e8ea;
    background-color: #14142b;
    min-height: 375px;
  }
  .service-content{
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    font-family: 'Gellix-Light';
  }
  .service-box:hover .service-box-content {
    transform: translateY(-22px);
  }
  .service-box-icon img {
    height: 72px;
    margin-bottom: 25px;
    object-fit: contain;
 

  }
  
  .align-items {
    align-items: center;
  }
  .service-box-icon {
    width: 100%;
    display: block
  }
  .service-box .cmn-btn {
    position: absolute;
    bottom: 30px;
    display: inline-block;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #3a8bcf;
    font-weight: 500;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: auto !important;
  }
  .service-box .cmn-btn {
    background-color: transparent !important;
    padding: 0px !important;
    line-height: 20px !important;
  }
  
  .service-box .cmn-btn {
    -webkit-filter: brightness(0) invert(1);
  }
  
  .cmn-btn {
    background: #fcfcfc;
      background-color: rgb(252, 252, 252);
    border-radius: 5px;
    color: #3a8bcf !important;
    font-size: 16px !important;}
  
  
  .service-box::after {
  
      content: "";
      z-index: -1;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: -webkit-linear-gradient(90.3deg, #4059df .28%, #013995 99.78%);
      background: -o-linear-gradient(90.3deg, #4059df .28%, #013995 99.78%);
      background: linear-gradient(90.3deg, #4059df .28%, #013995 99.78%);
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      opacity: 0;
  
  }
  .service-box-content h3{
    font-size: 26px;
  }
  
  .service-box:hover::after {
    opacity: 1;
  }
  .service-box .cmn-btn::after {
    filter: brightness(0) invert(1);
  }
  .cmn-btn:hover::after {
    margin-left: 0.8125rem;
  }
  .service-box .cmn-btn::after {
    content: "";
    background: url("../content/images/readmore-arrow.svg") no-repeat;
    width: 18px;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: 0.0625rem;
  }
  
  
  
  .service-box:hover .cmn-btn::after {
    left: 100%;
  }
  
  .service-box .cmn-btn::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .service-box .cmn-btn span {
    color: transparent;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
  }
  .service-box:hover .cmn-btn span {
    color: inherit;
  }
  .service-box > div {
    overflow: hidden;
    transition: all 1s ease;
  }
  .live1 .owl-theme .owl-dots, .owl-theme .owl-nav{display: none !important;}
  
/* About-services section starts */

/* service setion */

.service-sec {
    padding-top: 77px;
    padding-bottom: 70px;
}

.sec-title {
    font-size: 44px;
    line-height: 46px;
    color: #000048;
    font-family: "Gellix-SemiBold";
  }


/* help section */
.help-sec {
    background-color: #eeeded;
}

.help-sec .banner-head {
    font-family: 'Gellix-SemiBold';
    letter-spacing: .5px;
}

#demotwo .carousel-control-next,
#demotwo .carousel-control-prev {
    width: 102px !important;
}

#demotwo .carousel-captions {
    width: 570px;
    height: 312px;
    border-radius: 10px;
    background-color: #00013e;
    display: flex;
    align-items: center;
    padding: 20px 50px;
    color: #fff !important;
}

#demotwo .banner-head {
    font-size: 47px;
    letter-spacing: 1px;
    line-height: 54px;
    color: #ffffff;

}

.banner-btm-btn {
    font-size: 20px;
    line-height: 28px;
    color: #26efe9 !important;
    font-family: "Gellix-Regular";
    display: flex;
    align-items: center;
    margin-top: 40px;
    letter-spacing: .2px;
}

.banner-btm-btn:hover {
    color: #26efe9 !important;
}

.banner-btm-btn img {
    display: inline-block;
    margin-left: 10px;
    margin-top: 3px;
}

.pos-ab-ca {
    position: absolute;
    top: 40px;
    right: -140px;
}

.help-head {
    font-size: 47px;
    letter-spacing: 0.15px;
    line-height: 56px;
    color: #000048;
    font-family: "Gellix-Regular";
    padding: 56px 0px 59px 0px;
}


/* Talk form section */

.talk-form {
    padding: 90px 0px 100px 0px;
}

.form-control:focus {
    box-shadow: none !important;
}

.talk-form form input {
    border-radius: 28px;
    filter: drop-shadow(0px 1px 0px #d0d0ce);
    background-color: #f4f4f4;
    border: 0;
    min-height: 56px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    font-size: 16px;
    letter-spacing: .2px;
}

.talk-form ::placeholder {
    color: #010101 !important;
}

.talk-form p {
    font-family: 'Gellix-Medium';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #000048;
    padding-bottom: 10px;
    margin-top: 5px;
}

.talk-form .sec-title {
    margin-top: -12px;
}

.talk-form .header-btn {
    width: 178px;
    height: 50px;
    font-size: 20px;
    letter-spacing: .2px;
}

.talk-form .header-btn img {
    margin-top: 1px;
}

.cus-from-guuter {
    --bs-gutter-y: 31px !important;
    --bs-gutter-x: 30px !important;
}

.cus-from-guuter .form-control:focus {
    color: #101010 !important;
    background-color: #f4f4f4 !important;
}

/* footer section */
.foot-main-sec {
    padding: 65px 0px 43px 0px;
}

.foot-top-sec {
    background-color: #e8e8e6;
    min-height: 65px;
    display: flex;
    align-items: center;
}

.foot-top-sec .first-bottom>a:not(:first-child) {
    margin-left: 30px;
}

.foot-top-links a {
    font-size: 15px !important;
    letter-spacing: 0.2px !important;
    color: #000048 !important;
    line-height: 35px;
}

.foot-top-links a:not(:last-child) {
    margin-right: 30px;
}
.foot-top-links a:last-child {
    margin-left: 30px;
}


.foot-ul {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none;
}

.footer-head {
    font-size: 22px;
    letter-spacing: 0.35px;
    line-height: 26px;
    color: #15a4d4;
    font-family: "Gellix-SemiBold";
    margin-bottom: 8px;
    margin-top: -6px;
}

.foot-ul a {
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 31px;
    color: #000048 !important;
}

.footer-logo {
    margin-bottom: 15px;
    width: 185px;
}

.pl-fooot-one {
    padding-left: 0px;
}

.pl-fooot-two {
    padding-left: 0px;
}

.pl-fooot-three {
    padding-left: 0px;
}

.footer-add {
    line-height: 22px !important;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 4px;
}

.foot-ul li a:hover {
    margin-left: 10px;
    transition: all 1s;
    display: inline-block;
}

.foot-ul li a {
    transition: all 1s;
}

.foot-ul-not li a:hover {
    margin-left: 0px;
}

.foot-main-sec p {
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 26px;
    color: #000048;
}

/*-------------------------- About us page--------------------------  */

.common-inner {
    /* height: 250px; */
    position: relative;
}

.common-inner img {
    /* position: absolute; */
    /* right: 0; */
	width:100%;
	height: 250px;
}

.common-inner-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 52px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #fff;
    font-family: "Gellix-SemiBold";
    margin-top: -5px;
    text-transform: capitalize;
}

.common-main-body-sec {
    padding: 70px 0px;
}

.cmn-head {
    font-family: 'Gellix-SemiBold';
    font-size: 47px;
    line-height: 1.2;
    color: #000048;
}

.about-box {
    background-color: #92BBE6;
    padding: 15px;
    margin: 30px 0px;
    color: #000048;
}

.about-box-head {
    font-size: 84px;
    line-height: 92px;
    font-family: 'Gellix-SemiBold';
}

.about-box p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Gellix-Regular';
}

.about-details h4 {
    font-size: 36px;
    font-family: 'Gellix-Light';
    line-height: 1.2;
    font-style: normal;
    color: #2f78c4;
}

.about-details-box {
    margin: 30px 0px 20px 0px;
}

.about-details-box img {
    margin-bottom: 16px;
}

.about-details-box p {
    font-family: 'Gellix-SemiBold';
    font-size: 18px;
    line-height: 1.3;
    color: #000042;
}

/* contact page */

.common-main-body-sec .talk-form {
    padding: 0px;
}

.contact-page .top-d-flex-c {
    align-items: center;
}

.contact-page .top-d-flex-c>div:first-child {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.contact-page .top-d-flex-c a {
    color: #000042;
}

.contact-page .top-d-flex-c {
    color: #000042;
}

/* .contact-box { */
    /* border: 1px solid #cccccc59; */
    /* padding: 22px 20px 30px 20px; */
/* } */

.contact-box>div:not(:last-child) {
    margin-bottom:8px;
}

.cont-left-blk .banner-head {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 31px;
    color: #000048;
    font-family: "Gellix-Bold";
}


/* Careers Page */

.career-box {
    padding: 20px;
    border: 1px solid #D7E0EB;
    border-radius: 5px;
}

.career-box .career-head {
    font-size: 22px;
    color: #000048;
    font-family: "Gellix-Bold";
    line-height: 32px;
    margin-bottom: 18px;
}

.career-box img {
    width: 100%;
    border-radius: 8px;
}

.career-box p {
    min-height: 125px;
}

.join-box {
    padding: 20px;
    border: 1px solid #D7E0EB;
    border-radius: 5px;
    margin-top: 25px;
}

.join-box .join-head {
    font-size: 30px;
    color: #000048;
    font-family: "Gellix-Bold";
    line-height: 38px;
    margin-bottom: 18px;
}

.join-box .banner-btn {
    font-size: 15px !important
}

.common-main-body-sec.career .cmn-head {
    font-size: 37px;
}

/* Service pages  */

/* managed Service */

.mgd-img{max-height: initial !important;}

/* digital transformation */

.cmn-img-high {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: center;
    margin-top: 20px;
    border-radius: 3px;
}

.service-cmn-box img {
    border-radius: 6px;
    margin-bottom: 20px;
}

.service-cmn-box:hover {
    border-color: #15a4d4;
    transition: .5s;
}

.service-cmn-box {
    border: 1px solid #D7E0EB;
    padding: 20px;
    border-radius: 3px;
    height: 100%;
     transition: .5s;
}

.service-cmn-box .career-head {
    font-size: 22px;
    color: #000048;
    font-family: "Gellix-Bold";
    line-height: 32px;
    margin-bottom: 8px;
}

/* .service-cmn-box p{margin-bottom: 0px !important;} */

.ser-cmn-bg-sec {
    background-image: url(../content/images/btm-banner1.png);
    background-repeat: no-repeat;
    padding: 50px 0px;
    background-position: right center;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 80px;
}

.ser-cmn-bg-box:hover {
    background-color: #15a4d4;
    transition: .5s;
}

.ser-cmn-bg-box {
    background-color: #00013e;
    padding: 20px;
    transition: .5s;
    color: #fff !important;
    border-radius: 5px;
    height: 100%;
}

.ser-cmn-bg-sec .cmn-head {
    color: #fff;
    margin-bottom: 20px;
}

.ser-cmn-box-head {
    font-size: 22px;
    color: #fff;
    font-family: "Gellix-SemiBold";
    line-height: 28px;
    margin-bottom: 12px;
    margin-top: 15px;
    letter-spacing: .2px;
}

.contact-page.sec-pad>div>div.banner-head{font-family: 'Gellix-SemiBold';}

.error{padding-left: 30px !important; color: #f30101 !important;}

.alert b{font-family: 'Gellix-Bold';padding-right: 10px;}
.foot-ul.foot-ul-not a img{padding-right: 4px;}

/* form loading */


  
.loading__anim {
    width: 30px;
    height: 30px;
    border: 5px solid rgba(189, 189, 189, 0.25);
    border-left-color: #15a4d4;
    border-top-color:#15a4d4;
    border-radius: 50%;
    display: inline-block;
    animation: rotate 600ms infinite linear;
  }
  
  @keyframes rotate {
    to {
      transform: rotate(1turn);
    }
  }
  /* ------------------------------------ */
  .cmn-sec{
    padding: 70px 0px;
  }

  .social-footer a i{
   font-size: 25px;
  }

  .about-d-flex {
    display: flex;
  }
  
  .about-left {
    width: 60%;
    margin-left: -10%;
  }
 
  .pos-relative {
    position: relative;
  }
  
  .ab-img img {
    width: 70%;
  }

  .b-p15{padding-bottom: 15px;}
  
  .about-pos1 {
    position: absolute;
    bottom: -17%;
    right: -35px;
  }
  
  .ab-img2 img {
    width: 60%;
  }
  
  .about-right {
    margin-left: -9%;
    width: 60%;
  }

  .ab-but-f-r {
    float: right;
  }

  .about-btn a {
    border-radius: 23px;
    align-items: center;
    justify-content: center;
    font-family: 'Gellix-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #141416;
    padding: 6px 30px 8px 30px;
    color: #141416;
  }
  .small-sec{text-align: end;}
  .xtra-bottom{padding-bottom: 125px;}
  
  
 
/* LAKSHMI CSS */


.cont-left-blk{
	border: 1px solid #cccccc59;
    padding: 22px 20px 30px 20px;
}
.cont-box-blk {
    display: grid;
    grid-template-columns: repeat(2,1fr);
	column-gap: 15px;
    row-gap: 15px;
	
}
.c-subname {
	font-family: 'Gellix-Medium';
	font-size: 20px;
	letter-spacing: 1px;
	color: #000048;
	margin-bottom: 15px;
}

.add-align{align-items:start !important;}

.carer-btn {
    width: auto;
    height: auto;
}
.carer-btn span {
    padding: 11px 30px 8px 30px;
}
.carer-btn span img {
    margin-left: 5px;
    transform: translateY(-4px);
}