/*.specks-header.service-footer{*/
/*    margin-top:0;*/
/*    background: #f3f2ef;*/
/*    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
/*}*/
.our-detail-page{
    position: relative;
    padding: 80px 0px 30px;
   
}
.detail-intro-img {
    position: relative;
    text-align: center;
    /*overflow: hidden;*/
    max-width:fit-content;
    margin:0 auto;
}
.detail-intro-img:hover:after {
    height: 75%;
    transition: all 600ms linear;
    background-color: transparent;
}
.blog-image{
    margin-bottom:2rem;
}
.detail-intro-img:after {
   content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.detail-intro-img::before {
     position: absolute;
    background: url(../images/home/bg-image.webp);
    content: '';
    bottom: -14%;
    left: -71px;
    background-size: cover;
    background-position: center;
    width: 151px;
    height: 150px;
    overflow: hidden;
    animation: rotateImage 15s linear infinite;
    opacity: 0.2;
    z-index: -1;
}
.detail-page-intro{
    position:relative;
}
.detail-page-intro p{
    text-align:justify;
}

/*leadership-topics-sec*/

.leadership-topics-sec{
      position: relative;
    padding: 4rem 0 3rem;
}
.leadership-topics-sec::before{
    position: absolute;
    background: url(../images/home/bg-image.webp);
    content: '';
    top: 30px;
    left: 14px;
    background-size: cover;
    background-position: center;
    width: 151px;
    height: 150px;
    overflow: hidden;
    animation: rotateImage 15s linear infinite;
    opacity: 0.2;
    z-index: -1;
}
.leadership-topics-sec .row {
    row-gap: 20px;
    justify-content: center;
}
.leadership-card-box{
    padding: 40px;
    background-color: #F3F2EF;
    border-radius: 5px;
    transition: 0.4s;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    height:100%;
}
.leadership-card-box:hover {
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(3, 23, 9, 0.1);
    border-color: #ebf2f6;
}
.leadership-card-box:hover:before {
    right: 0;
    opacity: 0.2;
    visibility: visible;
}
.leadership-card-box:before {
    position: absolute;
    background: url(../images/home/bg-image.webp);
    content: '';
   bottom: -60px;
    right: -41px;
    background-size: cover;
    background-position: center;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
}
.leadership-top {
    z-index: 2;
    position: relative;
}
.leadership-top .leadership-heading {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
/*.leadership-card-box p{*/
/*    border-bottom: 1px solid #eaeaea;*/
/*    padding-bottom: 20px;*/
/*    margin-bottom: 30px;*/
/*}*/
.leadership-type {
    padding: 0;
    margin: 0;
    z-index: 2;
    position: relative;
}
.leadership-type li {
    font-weight: 400;
    list-style: none;
    align-items: center;
    margin: 0;
    padding-left: 26px;
    line-height: 1.9;
    position: relative;
}
.leadership-type li:before {
    position: absolute;
    content: "\f148";
    font-family: flaticon_normal-icon !important;
    left: 0px;
    background: #fff;
    color: #ff3644;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px #C5BCED;
}
.keyevents-section-section .swiper-slide{
    height:auto!important;
}
.leader-ship {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 43px;
    transition: 0.4s;
    height: 100%;
    align-items: center;
}

.keyevents-section-section{
    position: relative;
    padding: 5rem 0;
    background-color:#191919;
    background-image: url(../images/home/funfact-bg.png);
    background-repeat: no-repeat;
}
.keyevents-section-section .big-title{
    width:60%;
}
.keyevents-swiper .swiper-button-prev,
.keyevents-swiper .swiper-button-next{
    background: #fe3a48;
    border-radius: 50%;
    max-width:40px;
    width: 40px;
    height: 40px;
    color: #fff;
}
.keyevents-swiper .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: unset;
    right: 60px;
    top: 43px;
}
.keyevents-swiper .swiper-button-next, .swiper-rtl .swiper-button-prev {
    /* bottom: 0; */
    left: auto;
    top: 44px;
}
.leader-ship .leader-images{
    filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(325deg) brightness(107%) contrast(101%);
    margin-bottom:1rem;
}
.leader-ship p{
    color:#fff;
    margin:0;
}

.leader-ship h4{
    color: #fff;
    font-size:19px;
    font-weight: 600;
    text-transform: capitalize;
}
.service-comon:hover .leader-ship h4{
    color: #fff;
}
.leader-ship{
    position:relative;
}
.leader-ship:hover:before{
    filter: invert(0%) sepia(93%) saturate(0%) hue-rotate(235deg) brightness(107%) contrast(107%);
    opacity: 1;
}
.leader-ship:before{
    position: absolute;
    content: "";
    background: url(../images/home/service-5-shape.png);
    bottom: -4px;
    right: -1px;
    background-size: cover;
    background-position: center;
    width: 70px;
    height: 70px;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
}
.leader-ship:hover:before {
    filter: invert(0%) sepia(93%) saturate(0%) hue-rotate(235deg) brightness(107%) contrast(107%);
    opacity: 1;
}

/*.keyevents-swiper .swiper-slide-active {*/
/*    background: linear-gradient(82.84deg, #ff3644 .86%, #f3707a);*/
/*    color: #fff;*/
/*}*/

.keyevents-swiper .swiper-slide {
    transition: background-color 0.3s ease;
}

.keyevents-swiper .swiper-slide-active .leader-ship:before {
    filter: invert(0%) sepia(93%) saturate(0%) hue-rotate(235deg) brightness(107%) contrast(107%);
    opacity: 1;
}

.industry-section-start{
    position: relative;
    padding: 5rem 0;
    background-color: #272626;
    background-image: url(../images/bg/binding-dark.png);
    /*opacity: 0.9;*/
}
/*.industry-section-start::before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    background-image: url(../images/bg/binding-dark.png);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    overflow: hidden;*/
/*    opacity: 0.8;*/
/*    z-index: -1;*/
/*    margin: auto;*/
/*    background-repeat: no-repeat;*/
/*}*/
.industry-section-start .row{
    row-gap:10px;
}
.industries-single-card {
    display: flex;
    align-items: center;
    border: 1px solid #f1f0ed33;
    border-radius: 10px;
    transition: 0.4s;
    /*background: #f56873; */
    gap: 19px;
    height: 100%;
    background: #2c2c2c;
}
.industries-single-card:hover {
    background: #f95763;
}
.industries-single-card .icon {
    padding: 16px;
    border-right:1px solid #f1f0ed33;
    transition: 0.3s;
}
.industries-single-card .icon img{
    filter: brightness(0) invert(1);
     transition: 0.4s;
     max-width: 40px;
}

.industries-single-card:hover .icon img {
    transform: scale(-1) rotate(180deg);
}
.industries-single-card .box-title {
    font-size:16px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.4s;
    margin-bottom: 0;
}

/*our-reasons-section-start*/

.our-reasons-section{
    position: relative;
    padding: 4rem 0;
    z-index: 1;
   background-color: #F3F2EF;
    overflow: hidden;
}
.reasons-our{
    position: relative;
}
.motivational-experience .reasons-our::before{
        filter: brightness(0) invert(1);
}
.reasons-our::before {
    position: absolute;
    background: url(../images/home/bg-image.webp);
    content: '';
    top: 1.4rem;
    left: 13rem;
    
    background-size: cover;
    background-position: center;
    width: 251px;
    height: 250px;
    overflow: hidden;
    animation: rotateImage 15s linear infinite;
    opacity: 0.2;
    z-index: -1;
    margin: auto;
}
.sec-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.our-reasons-section .accordion-header .accordion-button .content-box {
    display: flex;
    align-items: center;
    gap: 25px;
}
.our-reasons-section .accordion-button::after{
    display:none;
}
.our-reasons-section .accordion .accordion-item .accordion-button {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
       padding: 19px 16px;
    background-color: #00000000;
    box-shadow: none;
    transition: all 300ms ease;
    width: 100%;
}
.our-reasons-section .accordion .accordion-item.active {
    background-color:#ff3644;
    border-radius: 14px;
}
.our-reasons-section .accordion .accordion-item.active .title{
   color:#fff; 
}
.our-reasons-section .accordion-body {
  font-size: 17px;
    color: #fff;
    padding-top: 0;
}
.our-reasons-section .accordion .accordion-item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    border-radius: 14px;
}
.our-reasons-section .accordion .accordion-item {
    background-color: transparent;
    border: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.our-reasons-section .accordion{
    border-radius: 14px;
    border: 1px solid #d9d9d9;
}
.our-reasons-section .accordion-button .content-box .title {
    font-size: 20px;
    line-height: 0;
    font-weight: 600;
     color: #000;
     display:contents;
}
.number {
    font-size: 23px;
    font-weight: 600;
    color: #000 !important;
}
/*.our-reasons-section .content-box .icon img{*/
/*    filter: invert(57%) sepia(59%) saturate(7357%) hue-rotate(332deg) brightness(96%) contrast(114%);*/
/*}*/
.our-reasons-section .accordion .accordion-item.active .number{
    color: #fff!important;
}
.our-reasons-section .accordion .accordion-item.active img{
    filter: brightness(0) invert(1);
}

/*our-reasons-section-end*/

.our-cta-section{
    position:relative;
   padding: 6rem 0 6rem;
    overflow-x: clip;
    background-image: url(../images/bg/footer-bg.png);
    background-color: #272626;
      /*padding-bottom: 140px;*/
}
.cta-contact {
   padding-left: 2rem;
}
.cta-contact .cta-contact-faculty {
    border-bottom: 1px solid #d9d9d93d;
    display: flex;
    padding: 0 0 10px 0;
    gap: 75px;
}
.our-cta-section .motivational-speaker {
    margin-bottom:2rem;
}
.our-cta-section p{
    margin: 0;
    color: #fff;
}
.our-cta-section .spec-count,
.our-cta-section .ui-colorsd em{
    color:#fff;
   
}
.our-cta-section .spec-count{
     font-size: 30px;
    font-weight: 700;
}
.our-cta-section .ui-colorsd em{
     font-size: 14px;
}
   
.circle{
    position:relative;
}
.circle::before {
   position: absolute;
    background: url(../images/home/bg-image.webp);
    content: '';
    top: 2%;
    right: -3rem;
    background-size: cover;
    background-position: center;
    width: 70px;
    height: 70px;
    overflow: hidden;
    animation: rotateImage 15s linear infinite;
    /*opacity:1;*/
    z-index: 1;
}
.our-cta-section .motivational-speaker{
    display:block;
}
.contact-form {
    border-radius: 6px;
    background-color: #F3F2EF;
    padding: 45px 45px;
    /*margin-top: -24%;*/
    z-index: 2;
    position: absolute;
   transform: translateY(-50%);
}
.form-group {
    position: relative;
}
.contact-form .form-group input,
.contact-form .form-group select{
    border: 1px solid #dbe3eb;
    outline: 3px solid transparent;
    height: 45px;
    padding: 0 25px;
    background: #ffffff;
    width: 100%;
    border-radius: 10px;
    color:#797590;
}
.contact-form .form-group textarea {
    width: 100%;
    min-height: 120px;
    border-radius: 10px;
       padding: 15px 18px;
    border: unset;
}
.cta-cmn-form .row{
    row-gap:20px;
}
.cta-cmn-form .sara-btn {
    border: unset;
    border-radius: 4px;
    padding: 15px 0;
    margin-top: 0;
    /* max-width: 100%; */
    width: 100%;
}
/*.cta-cmn-form .big-title,*/
/*.cta-cmn-form p{*/
/*    color:#000 !important;*/
/*}*/
.our-cta-section .big-title{
       font-size: 29px;
    color: #fff;
}
.our-cta-section .ui-colorsd li{
    color: #1f1f1f;
}
.our-cta-section .ui-colorsd{
  margin: 20px 0;
    padding: 0;
    row-gap: 8px;
    gap: 7px;
    margin-bottom: 0;
    padding-top: 25px;
}
.key-num-ci{
    position: relative;
    max-width: fit-content;
    margin: 0 auto 0.7rem;
}
/*.key-num-ci:before{*/
/*    position: absolute;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background-color: #fbd5bd;*/
/*    content: "";*/
/*    left: -5px;*/
/*    bottom: 5px;*/
/*    opacity: 0.1;*/
/*    border-top-left-radius: 10px;*/
/*    border-top-right-radius: 20px;*/
/*    border-bottom-right-radius: 30px;*/
/*    border-bottom-left-radius: 40px;*/
/*}*/
.key-num-ci img{
    filter:brightness(0)invert(1);
}
.our-cta-section .key-num-ci img {
    filter: invert(39%) sepia(63%) saturate(5676%) hue-rotate(337deg) brightness(102%) contrast(101%);
}

/*breadcurmb-section-start*/

.breadcurmb-section-start{
    position: relative;
    z-index: 1;
    padding: 200px 0 92px;
    /*background-image: url(../images/bg/element-bg1.png);*/
    /*background-color: #000000e3;*/
    background-color: #272626;
}
.breadcurmb-section-start::before{
   position: absolute;
    background-image: url(../images/bg/feature-shape.webp);
    content: '';
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 415px;
    overflow: hidden;
    z-index: -1;
    /*filter: brightness(0) invert(1);*/
    opacity: 0.6;
    
}
.breadcurmb-title{
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}  
.breadcurmb-navigation {
    display: flex; 
    padding: 0;
    margin: 0;
    gap: 15px;
    justify-content: start;
    text-align: center;
    align-items: center;
}
.breadcurmb-img{
    position:relative;
}
.breadcurmb-navigation li  a{
    color: #fff;
   font-size: 15px;
    text-decoration: none; 
    text-transform: capitalize;
}

.breadcurmb-navigation li {
    list-style-type: none;
   font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}
.breadcurmb-navigation li a.active{
    color: #fff;
}
.breadcurmb-navigation li:not(:first-child):before {
  content: "\f10d";
    position: relative;
    margin-left: -6px;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    font-family: flaticon_normal-icon !important;
    top: 0.2rem;
    left: -0.2rem;
}
.section-breadcurmb-circle {
    position: relative;
}
.section-breadcurmb-circle:before {
   position: absolute;
    content: "";
    text-align: center;
    z-index: 1;
    align-items: center;
    top: -0.7rem;
    left: 4rem;
    background-image: url(../images/svg/hero1-circle-arrow.svg);
    background-position: center;
    background-size: cover;
    width: 26px;
    height: 28px;
    margin: 0 auto;
}

/*.breadcrumb-images::before{*/
/*        position: absolute;*/
/*    background: url(../images/breadcurmb/invite-event-planners.webp);*/
/*    content: '';*/
/*    right: 0;*/
/*    top: 0;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    transition: all 2s ease-in-out;*/
/*    opacity: 0.9;*/
/*    width: 57%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*    z-index: -1;*/
/*}*/

/*.breadcrumb-images{*/
/*    position:relative;*/
/*}*/


.breadcurmb-section-start::after{
        position: absolute;
    background: url(../images/breadcurmb/siva-invite-event-planners.webp);
    content: '';
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    transition: all 2s ease-in-out;
    opacity: 0.9;
    width: 57%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}



/*.breadcurmb-circle::after{*/
/*    position: absolute;*/
/*    background: url(../images/breadcurmb/invite-event-planners.webp);*/
/*    content: '';*/
/*    right: 0;*/
/*    top: 0;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    transition: all 2s ease-in-out;*/
/*    opacity: 0.9;*/
/*    width: 57%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*    z-index: -1;*/
/*}*/
.breadcurmb-circle::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    bottom: 74px;
    /* right: 0; */
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
    border: 5px solid #fd3f4d;
    bottom: -81px;
}
.breadcurmb-circle{
    position:relative;
}
#circle svg {
       position: absolute;
    left: -34.5px;
    top: -105px;
    z-index: 999;
    width: 220px;
    height: 220px;
    animation-name: rotate;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: reverse;
    font-size: 1.4rem;
}

@keyframes rotate{

0% {
    transform: rotate(360deg);
}
}

/*.breadcurmb-circle .breadcurmb-text{*/
/*   letter-spacing: -0.5px;*/
/*}*/

.breadcrumb-icon{
    filter: invert(40%) sepia(88%) saturate(4221%) hue-rotate(335deg) brightness(99%) contrast(105%);
}
/*breadcurmb-section-end*/

.faq-section{
       position: relative;
    padding: 100px 0;
}

.faq-section .accordion-item{
    border: 1.5px solid rgba(102, 102, 102, 0.24);
    border-radius: 8px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem !important;
}

.faq-section .accordion-header {
    margin-bottom: 0;
}

.faq-section .accordion-item .accordion-header .accordion-button.collapsed {
    color: #1c1d20;
    padding: 24px;
    border-radius: 16px;
}

.faq-section .accordion-item .accordion-header .accordion-button {
   color: #1c1d20;
    box-shadow: none;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    padding: 15px 24PX;
    font-size: 17px;
    font-weight: 600;
}

.faq-section .accordion-item .accordion-header .accordion-button::after {
    content: "";
    background-image: url(../images/svg/arrow-up.svg);
    background-size: 25px;
    transition: all 0.3s ease-in-out !important;
}

.faq-section .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: url(../images/svg/arrow-down.svg);
    background-size: 25px;
    transform: rotate(0);
    
}

.points-listout{
    position: relative;
    padding-left: 1rem;
    margin-top: 0.5rem;
}
.points-listout li{
     list-style-type: none;
}
   
.points-listout li:before {
    position: absolute;
    content: "\f148";
    font-family: flaticon_normal-icon !important;
    left: -10px;
    background: #fff;
    color: #ff3644;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type:none;
}


.service-specks{
    
}

.our-gallery-sec{
      position: relative;
    padding: 4rem 0 9rem;
}
.our-gallery-sec .row{
    row-gap:20px
}
/*.our-gallery-sec .card-image {*/
/*  max-width:500px;*/
/*  border: 1px solid #ddd;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*}*/

.our-gallery-sec .card-image img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
  cursor: pointer;
}

.our-gallery-sec .card-image img:hover {
  transform: scale(1.03);
}
.our-gallery-sec .sara-btn{
    background: linear-gradient(82.84deg, #ff3644 .86%, #f3707a);
    color: #fff;
}

.our-gallery-sec .sara-btn:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    z-index: 1;
    left: 0;
    top: 0;
}



.wcu-area-4 {
   padding:3rem 0 3rem;
  background-color: #0c1e1b;
  border-bottom: 5px solid #ebeb41;
  position: relative;
}

.wcu4-image {
  margin-left: -308px;
  margin-right: -25px;
  position: relative;
}
@media (max-width: 1198px) {
  .wcu4-image {
    margin-left: 0;
    margin-right: 0;
  }
}

.parallax-container {
  position: relative;
  overflow: hidden;
}
.parallax-container img {
  scale: 1.08 !important;
  transition: none;
      transform: translate(0%, -0.3626%) translate3d(0px, 0px, 0px) scale(1.08, 1.08);
    translate: none;
    rotate: none;
}
@media (max-width: 768px) {
  .parallax-container img {
    scale: 1.08 !important;
    transition: none;
    min-height: 400px;
    object-fit: cover;
  }
}


.wcu4-content {
  padding: 30px 40px 0 112px;
}

.wcu4-feature .feature-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #37464d;
    padding: 40px 0 25px 0;
}

.wcu4-feature .single-feature {
    width: 42%;
}

.wcu4-feature .single-feature .title{
    color: #fff;
    font-weight: 600;
}



/*contact-page-start*/
.our-contact-sec {
    position:relative;
    padding:4rem 0 3rem;
}
.our-contact-para p{
  color: #000;
    font-style: italic;
    margin: 0;
    font-size: 19px;
    margin: 17px 0;
}
.our-contact-para .big-title{
    position: relative;
    margin-left: 3rem;
    margin-bottom: 0;
}
.our-contact-para .big-title:before,
.our-contact-para .big-title:after {
    position: absolute;
    content: '';
    background: url(../images/svg/star.svg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(37%) sepia(41%) saturate(4892%) hue-rotate(334deg) brightness(98%) contrast(108%);
    width: 30px;
    height: 30px;
    overflow: hidden;
    animation: rotateImage 15s linear infinite;
    z-index: 1;
}
.our-contact-para .big-title:before {
    top: 1rem;
    left: -3rem;
}
.our-contact-para .big-title:after {
    top: 1rem;
    right: -3rem;
}
.our-contact-para .motivational-speaker {
    margin-bottom: 1rem;
  justify-content: center;
}

/*contact-page-end*/


.form-container {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
}

/*.form-container h3 {*/
/* margin-bottom: 14px;*/
/*    color: #333;*/
/*    font-size: 21px;*/
/*}*/

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

.form-container label {
     display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container input[type="date"],
.form-container select,
.form-container textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

textarea {
  resize: vertical;
}

.form-container button {
  width: 100%;
  padding: 12px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
}

.form-container button:hover {
  background-color: #0056b3;
}

.contact-info-start,
.our-contact-sec{
background-color: #f6f6f6;
}
.contact-info-start{
     position: relative;
    padding: 5rem 0;
    /*z-index: 1;*/
}
.contact-item {
    display: flex;
    align-items: center;
    background-color:#fff;
    padding: 18px 0;
    position: relative;
    overflow: hidden;
    height:100%;
}
.our-contact-para{
    position: sticky !important;
    top: 17%;
    background-color: #fff;
    padding: 40px;
}
.our-contact-para::before{
     position: absolute;
    content: "\f1a3";
    font-family: flaticon_normal-icon !important;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(37%) sepia(41%) saturate(4892%) hue-rotate(334deg) brightness(98%) contrast(108%);
    overflow: hidden;
    font-size: 60px;
    top: -3rem;
    left: 0;
    right: 0;
}
.contact-item .box1 {
    top: 0;
    right: 0;
    z-index: 10;
}
.contact-item .box2{
    background-color:#f6f6f6!important;
    opacity: 1;
    top: 27px;
    right: 27px;
    transition-delay: 0.1s;
}
.contact-item .box1, .contact-item .box2 {
    position: absolute;
    height: 27px;
    width: 27px;
    background-color: rgba(232, 99, 68, .15);
    transition: all .4s ease-in-out;
}
.contact-item:hover .box1, .contact-item:hover .box2 {
    top: -27px;
    right: -27px;
}
.contact-item-icon {
     color: #ff3644;
    font-size: 40px; 
    margin-right: 21px;
    border-right: 1px solid #e4e4e4;
    padding: 20px;
}

.contact-item-label {
    color:#ff3644;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-item-info{
    text-decoration: none;
    color:#000;
}
.keyevents-swiper .swiper-slide-active .leader-ship{
    background-color: #ff3644;
}

.blog-links{
    text-decoration: none;
    color:#ff3644;
}
.blog-listing{
    position:relative;
    padding:4rem 0;
}


.blog-sivakumar{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding:20px;
    border-radius:10px;
    height:100%;
}

.blog-listing .row{
    row-gap:24px
}

.blog-title a{
    font-size:20px;
    font-weight:600;
    color:#000;
    text-decoration:none;
}

.blog-link{
    text-decoration:none;
    color: #ff3644;
    display: flex;
    align-items: center;
}

.blog-link i{
    line-height: 0;
    margin-left: 1px;
}

.blog-image{
    text-align: center;
}

.our-reasons-section .reasons-our::before{
    width: 300px;
    height: 300px;
}

.our-reasons-section .reasons-our::before{
    left:9rem;
}


.errorr {
    padding: 206px 0 120px;
    position: relative;
}

.error__inner {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.error__subtitle {
    margin-bottom: 18px;
}
.error__subtitle h3{
      font-size: 38px;
    font-weight: 800;
}
.error__img {
    margin-bottom: 35px;
}

.hide-robot{
    display:none;
}