
* {
	padding: 0;
	margin: 0
}
a {
    color: #ff517f;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
img {
	height: auto;
	max-width: 100%;
}

code{
	color: var(--darkslategray);
	font-weight: 600;
}
/*common css*/

.d-block {
	display: block;
}

.loader {
	background: #292929;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.loader .animation .content {
	-webkit-animation: loader-opacity 0.2s ease-in;
	animation: loader-opacity 0.2s ease-in;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-transform: uppercase;
}

.loader .animation .content p:nth-child(2) {
	color: #ff0000;
}

.h-100 {
	height: 100% !important;
}

.container {
	max-width: 1200px !important;
	padding: 0 15px;
}
.dark-mode .wrapper,.dark-mode .bg-light-blue, .dark-mode .our-client-sec {
    
    background: black;
}
.dark-mode .banner-content h1,
.dark-mode .banner-content p,
 .dark-mode .news-ticker span,
 .dark-mode .heading-box,
 .dark-mode .heading-box p,
 .dark-mode .get-start-outer h3,
 .dark-mode .get-start-outer p,
 .dark-mode .right-layout p,
 .dark-mode .right-layout h3
 .dark-mode .right-layout h4 ,
 .dark-mode .doc-block h3 ,
 .dark-mode .right-layout h2 ,
 .dark-mode #utility-first h4,
 .dark-mode #utility-first h5,
.dark-mode .sticky-left h2,
 .dark-mode  .sticky-left p,
 .dark-mode  .doc-block div,
 .dark-mode  .doc-block h5,
 .dark-mode .code-block h5,
 .dark-mode .code-block code,
 .dark-mode .dark-text-white,
 .dark-mode .wordcount span
  
 {
    color: #fff !important;
   
}
.dark-mode .text-area-root textarea {
    /* border-bottom: 1px solid #999; */
  
    border: 1px solid #f1f1f386;
    box-shadow: initial;
    color: white;
}

.wrapper .container {
	max-width: 1200px !important;
	padding: 0 15px;
}
footer .container {
	padding: 0 5px !important;
}



.btn,
.hs-button,
.input[type=submit] {
	font-family: 'Roboto', sans-serif;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	font-size: 16px;
	height: 60px;
	min-width: 180px;
	margin-top: 1rem;
	border-radius: 0;
	border: 2px solid #e90844;
	color: #fff;
	line-height: 20px;
	text-transform: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #ff1654;
	position:relative;
	z-index:3;
}
.btn::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:0%;
	height:100%;
	transition:0.5s;
	background:#d00037;
	z-index:-1;
}
.btn:hover::before{
	
	width:100%;
	
}
.buttonbox .btn.bg-none {
	background: transparent;
	color: #6818F8;
}

.buttonbox .btn.bg-none:hover {
	background: #6818F8;
	color: #fff;
}

/* speaker sec*/



.w-180 {
	min-width: 180px;
}

.btn:hover,
.btn:focus {
	background-color: #f00946;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.theme-color {
	color: #ff1654;
}


.blue-bg {
	background: #350C7E;
}

.text-big {
	font-size: 20px;
	line-height: 28px;
}

.text-white {
	color: #fff;
}
.resouce-card-title {
    padding-inline: 10px;
    padding-top: 10px;
}
.post-categories {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 159px;
    background: #292929;
    padding: 10px;
    border-radius: 10px;
}
.post-sec .card .card-content {
   
    padding: 18px 13px;
    padding-top: 0;
}
.position-relative {
	position: relative;
}

.owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
}

.owl-carousel .owl-dots {
	text-align: center;
	height: 30px;
	margin-top: 30px;
}

.owl-carousel button.owl-dot.active {
	background: #2F2D8D !important;
	border: 0;
	width: 27px;
}

.owl-carousel button.owl-dot {
	background: #DCDCDC !important;
	width: 11px;
	height: 11px;
	border-radius: 20px;
	margin-right: 8px;
	border: 0;
}
.owl-carousel .item.d-flex {
	align-items: center;
    display: flex;
    height: 90px;
    justify-content: center;
	width: 180px;
}
.resources-se {
    padding-top: 150px;
}

.padding {
	padding: 50px 0;
}

.padding-80 {
	padding: 80px 0;
}
.padding-20 {
	padding: 20px 0;
}

.container {
	width: 100%;
}


/*common css*/

header {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    height: 112px;
    z-index: 999;
    align-items: center;
    position: fixed;
	height: 130px;
	background:white;
}
header.sticky-top {
    background: #fff;
}
.hedaer-rightbox,
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-right .btn {
	margin: 0;
	font-size: 18px;
	background-color: #6818F8;
	color: #fff;
	min-width: 180px;
}
.header-rightbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
header.sticky {
	background: #fff;
	position: fixed;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: 0px 6px 10px rgb(0 0 0 / 5%);
	box-shadow: 0px 6px 10px rgb(0 0 0 / 5%);
}

.whitelogo,
header.sticky .whitelogo {
	display: none;
}

header.sticky .blacklogo {
	display: block;
}

header.sticky .nav ul a,
header.sticky .header-phone {
	color: #292929;
}

.logo {
	width: 160px;
}

header .container {
	display: flex;
	justify-content: space-between;
}


.navigation {
	display: none;
}

.navigation {
	position: fixed;
	top: 0;
	right: -21.5em;
	width: 24em;
	height: 100vh;
	background-color: #6a00ff;
	text-align: center;
	padding: 1.5em 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9999;
}
 .header-right .btn{
	 border:none;
	 
 }
 .header-right .btn::before{
    background: #5107d5;
    left: 0;
    content: "";
    position: absolute;
    top: 0px;
    right: auto;
    transition: .4s all;
    width: 0;
    z-index: -1;
    bottom: 0;
}
.header-right .btn:hover::before{
	width: 100%;
}
.header-right .btn:hover{
	box-shadow: -3px 8px 15px rgb(0 0 0 / 27%);
}
.header-right .btn span {
    transition: 0.3s all;
}

#preview-image {
    max-width: 600px;
    margin: 20px auto;
}
/*banner section start here*/

.wrapper {
	background-size: 100% 100%;
	 height: 100vh; 
 background: #EEF5FF 0% 0% no-repeat padding-box;
 display: flex;
 align-items: center;
}
.bg-light-blue{
	background: hsla(213, 100%, 93%, 0.829) 0% 0% no-repeat padding-box;
}
.cta.pt-20 {
    margin-top: 21px;
}
.content-box {
    padding: 30px 35px 0 30px;
   
    border-radius: 12px;
    position: relative;
    min-height: 350px;
    margin-bottom: 30px;
        background: linear-gradient(77deg, rgb(250 247 252 / 57%) 60%, rgb(255 22 84 / 7%) 100%);
}
.cdn-outer {
    padding: .25rem 0 .875rem;
    margin-top: 1.8125rem;
    
    overflow: overlay;
    white-space: pre;
    
    text-align: center;
    border: 1px solid #d7d3d3d6;
    background: white;
    padding: 50px 10px;
}

.content-box img {
   
   
   max-width: 70px;
    /* bottom: 0; */
}
.client-inner {
    padding: 15px;
    box-shadow: 4px 1px 12px 2px #e2efff85;
    border: 1px solid #f0f4fe;
    transition: 0.5s all;
    background: #fff;
}
.client-inner:hover {
    background: #fa85a463;
}
.client-inner img {
    max-width: 150px;
}
.content-box h3 {
    font-size: 20px;
}
.news-ticker-wrapper {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	
  }
  
  .news-ticker {
	display: inline-block;
	white-space: nowrap;
	animation: scrollLeft 20s linear infinite;
  }
  
  .news-ticker span {
	font-size: 14px;
	color: #666;
  }
  
  @keyframes scrollLeft {
	0% {
	  transform: translateX(100%);
	}
	100% {
	  transform: translateX(-100%);
	}
  }
  
img.form-pt {
    position: absolute;
    top: -40px;
    right: 0;
	width: 44%;
}
.banner-content h1 {
    color: #292929;
    
    font-size: 36px;
    line-height: 38px;
	position: relative;
}


.img-ourter img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

section.padding.improve-section.position-relative.bottom-bg .content-box {
   z-index: 9;
    position: relative;
	min-height:200px;
}

img.bottom-pattern {
    position: absolute;
    bottom: 137px;
    left: -44px;
	z-index: 0;
}

span.webinar-tag {
    background: #B95AD5 0% 0% no-repeat padding-box;
    border-radius: 27px;
    color: white;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
}
.wrapper .text-big {
    
    max-width: 605px;
    text-align: left;
   font: normal normal 900 28px/44px Roboto;
    letter-spacing: 0px;
    color: #292929;
}
.single-post .post-content h2,.single-post .post-content h4{
padding-top: 10px;
}
.single-post .post-content p {
   
    line-height: 28px;
  
}
.single-post .post-content ul {
    /* padding-left: 30px; */
    padding: 15px 27px;
}
.single-post .post-content ul li {
    list-style: disc;
    padding-bottom: 10px;
}
.single-post .post-content ul li::marker {
  color: #ff517f;
}
.doc-block p {
    padding-bottom: 10px;
}
.sticky-left {
    position: sticky;
    top: 131px;
}
.exmapl-list {
    padding-top: 20px;
}
.exmapl-list li {
    padding-bottom: 10px;
}
pre.code-block {
  
 
    overflow: overlay;
    white-space: pre;
    background-color: #d0d0d059;
   
    border: 1px solid #80808030;
    padding: 20px;
}
.section-heading {
   border-right: 1px solid #f682a742;
    height:100%;
}
img.triangle-top {
    position: absolute;
    right: 20%;
    bottom: 28%;
}
.wordcount {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}
.live-insert-preview-code {
    display: flex;
    align-items: center;
    gap:20px;
}
.live-insert-code {
    width: 60%;
}
.live-preview-code {
    height: 300px;
    background: white;
   
    border: 1px solid #dbdbdb;
}
.bullet-list li {
    text-align: left;
    padding-bottom: 14px;
    list-style: inside;
        list-style-type: initial !important;
}
 .bullet-list li::marker {
  color: #e63946; /* Your custom bullet color */
}

img.top-p-rihgt {
    position: absolute;
    right: 62px;
    top: 0;
}
.counter-wrap {
    padding-top: 60px;
}
.pb-30{
	padding-bottom:30px;
}

.cnt-item:not(:first-child) {
	position: relative;
}

.cnt-item::before {
	background: #d3d3d3;
	left: 0px;
	top: 0;
	height: 80px;
	width: 1px;
	content: "";
	position: absolute;
}

.banner-content .btn + .btn {
	margin-left: 6px;
}

.banner {
	position: relative;
	z-index: 99;
	padding-top: 110px;
}
.banner .col {
	padding: 0;
}
.banner-content {
    position: relative;
	padding-top: 15px;
}
.banner-image {
	padding: 0px 0 0px 60px;
	display: flex;
	justify-content: flex-end;
}
.input {
	position: relative;
}
.actions {
    text-align: left;
}

/*.hbspt-form{width: calc(100% - 24px);}*/

.form-group {
    margin-bottom: 1rem;
   padding: 20px 30px 30px;
    width: 377px;
    margin-top: -5px;
   background: #ffffff8a 0% 0% no-repeat padding-box;
box-shadow: 0px 20px 25px #00000026;
border: 2px solid #FFFFFF;
border-radius: 10px;
opacity: 1;
backdrop-filter: blur(50px);
-webkit-backdrop-filter: blur(50px);
}
.form-group h4 {
    margin: 25px 0 30px;
	
}
img.shadow-img {
    position: absolute;
    left: -47px;
    bottom: 60px;
}

.text-area-root textarea {
    /* border-bottom: 1px solid #999; */
   
    height: 141px;
    padding: 10px 10px 10px 10px;
    width: 100%;
   border: 1px solid #1f67993b;
    box-shadow: 1px 1px 9px 5px #b7cde3;
}
.btn-group-text-ar.mt-20 {
    display: flex;
    gap: 4px;
}
.text-area-root .btn {
    
    font-size: 14px;
    height: 44px;
    min-width: 116px;
    margin-top: 1rem;
    border-radius: 0;
    border: 2px solid #794701;
    line-height: 16px;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff1654;
    position: relative;
    z-index: 3;
}

input:not([type]), 
input[type=email]:not(.browser-default), 
input[type=tel]:not(.browser-default), 
input[type=text]:not(.browser-default), 
textarea {
    border-bottom: 1px solid #999;
    color: #292929;
    font-size: 16px;
    height: 35px;
    padding: 6px 10px 13px 38px;
    width: 90%;
    outline: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    overflow: hidden;
}
.hs-form-field .input {
    position: relative;
}
.hs-form-field .input:after {
    content: "";
    bottom: 6px;
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 10px;
    width: 23px;
}

.hs_error_rollup {
	display: flex;
	width: 100%;
}

input.hs-button.primary.large {
    background: #6B19FF;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    color: #fff;
    min-height: 60px;
    max-width: 180px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
.hs-button::before {
    background: #6B19FF;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    transition: 0.4s all;
    width: 0;
    z-index: -1;
    bottom: 0;
}
.hs-button:hover::before {
    background: #4e09ca;
    width: 100%;
}
label.hs-error-msg {
    color: red;
    float: left;
    text-align: left;
}
.hs_subscribe_to_updates {
    display: none;
}
.hs_submit.hs-submit {
    margin-top: 30px;
}

 ::-webkit-input-placeholder {
	/* Edge */
	color: #292929;
}

 :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #292929;
}

 ::-moz-placeholder {
	color: #292929;
}

 ::-ms-input-placeholder {
	color: #292929;
}

 ::placeholder {
	color: #292929;
}


/* Section Ebook */
.pattern-left{
	z-index:9;
	
}
.mobile{display:none;}

.right-b::after {
    position: absolute;
    content: "";
    height: 180px;
    width: 1.5px;
    background: #e2dfdf6e;
    top: 0;
    right: -18px;
}

.inner-sp img.author-img {
    width: 76px;
}
.inner-sp .profile-detail {
    font-size: 16px;
   
}
.inner-sp {
    display: flex;
    justify-content: space-between;
    text-align: center;
    
}
.cta-section-footer .container.mx-11 {
    max-width: 1100px !important;
}

.col-left {
    max-width: 475px;
}
.col-left h2 {
    color: #292929;
    font-weight: 700;
}
.contentBox {
    background: #fff;
    box-shadow: 0px 10px 40px #0000001a;
    border-radius: 10px;
}
.contentBox img {
    border-radius: 10px 10px 0 0;
}
.contentBox div {
    padding: 0px 20px 20px;
}
.contentBox h3 {
    font-weight: bold;
    margin: 10px 0;
	position: relative;
}
.contentBox p {
    color: #696969;
}

/* Section 4 CSS */
.tabber-section {
    position: relative;
}

.tabber-section h2{
	color: #2F2D8D;
	margin-bottom: 45px;
}
.tabs-wrapper ul {
	border-bottom: 1px solid #707070;
	margin-bottom: 15px;
}

.tabs-wrapper ul li {
    display: inline-block;
    margin-right: 70px;
    padding-bottom: 18px;
    border-bottom: 4px solid transparent;
}
.tabs-wrapper ul li.active {
    border-bottom: 4px solid #2F2D8D;
}
.tabs-wrapper ul li a {
    font-size: 24px;
    line-height: 28px;
    color: #292929;
}
.tabs-wrapper ul li.active a {
    color: #2F2D8D;
    font-weight: bold;
}

.slide h3 {
    font-size: 24px;
    line-height: 38px;
    color: #3F3F3F;
	margin-bottom: 8px;
}
img.rt-img {
    display: none;
}
img.tab-rt {
    position: absolute;
    right: 0;
    top: 30px;
}
td b {
    font-weight: 400;
}

/* Section 5 Css */
.slide-content {
    margin-top: 50px;
    position: relative;
}
.slide-content h2{
	color: #2F2D8D;
    font-weight: 900;
    line-height: 56px;
}
.slide-content p{
	margin-bottom: 40px;
}

.borderBox {
    background: #fff;
    border: 1px solid #9C9C9C;
    border-radius: 15px;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
}
.borderBox h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #292929;
    margin: 0 0 0 26px;
}
.borderBox:hover{
	background: #F3F5FF;
	cursor: pointer;
}

/* Section 6 Css */
.elaborate-sec{
	position: relative;
}
.elaborate-sec h2{
	color: #2F2D8D;
	font-weight: 900;
}

img.img-lft {
    display: none;
}
img.lft-img {
	position: absolute;
	left: 0;
	top: 20px;
}
img.triangle-rt {
    position: absolute;
    right: 12%;
    bottom: 7px;
}

/* Explore Section Css */
.file-upload {
  position: relative;
  display: inline-block;
  background-color: #387cb3;
  height: 44px;
 
  overflow: hidden;
}

.upload-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.file-upload::before {
  content: "Choose File";
  display: inline-block;
  height: 100%;
  line-height: 40px;
  padding: 0 50px;
  color: #fff;
  font-weight: bold;
  
  
  cursor: pointer;
}

.explore-sec {
    position: relative;
    margin-top: 50px;
	background-size: cover;
}
.explore-sec h2{
	color: #292929;
	font: 900 40px/40px 'Roboto', sans-serif;
	margin-bottom: 8px;
}
.riconslide {
    background: #F8FAFF;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
	margin-top: 20px;
}
.riconslide:hover {
    background: #fff;
    box-shadow: 0px 13px 14px #0000000d;
    cursor: pointer;
}
.riconslide h3 {
    margin: 10px 0;
    max-width: 50%;
	font: 900 22px/27px 'Roboto';
}
.riconslide p {
    color: #292929;
	font: normal 18px/24px 'Roboto';
}

/* Blog service card */
.converter-cta {
    margin: 4px;
}
.image-converter-root {
   display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    background: #c8d9f2;
    height: 200px;
    margin: w;
    max-width: 1002px;
    margin: 0 auto;
    border: 6px dotted #9db5c3a3;
}
.service-card h3 {
    color: #292929;
    margin: 0 0 8px;
    padding-right: 45px;
}
.service-card p {
    font-size: 18px;
    line-height: 26px;
    color: rgb(41 41 41 / 80%);
}
span.tag-blog {
    font: normal normal normal 16px/50px Roboto;
    letter-spacing: 1.6px;
    color: #2F2D8D;
}

/* Cta Section Css */
.container.mx-11 {
    max-width: 1100px !important;
}
.color-th {
    color: #97e9ff;
}
.cta-bg{
	
	min-height: 216px;
    padding: 50px 54px;
    background-size: cover;
	border-radius: 10px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.wrapper-box {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cta-bg h2,
.cta-bg p {
    font-size: 36px;
    line-height: 48px;   
	color: #ffffff;
	margin-bottom: 0;
}
.cta-bg h2 {
	font-weight: 900;
}
.cta-bg p {
	font-weight: normal;
}


/* testimonial Section Css */
.center-content {
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}
img.triangle-pt {
    position: absolute;
    left: 12%;
    bottom: 0px;
}


.modal .modal-content {
	background: #fff;
	    padding: 15px 24px 1px;
}

.modal .modal-content h5 {
	margin-bottom: 20px;
}


.formbox .hs-form-field:nth-child(even) {
    margin-left: 4%;
}
.modal p {
	margin-bottom: 20px;
}

.modal .modal-footer {
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	position: absolute;
	right: 8px;
	width: 40px;
	height: 40px;
	transform: rotate( 45deg);
	top: 0;
}

.modal .modal-close {
	cursor: pointer;
	font-size: 40px;
	color: #6a00ff;
}
.model-big {
	display: none;
}
.model-small {
	display: inline-block;
}
.discover-section {
	background-size: 20%;
}
.discover-section .nornal-text {
	max-width: 945px;
	margin: 0 auto;
	padding-bottom: 0;
}
#letstalk {
	display: none;
}
.cta-section .m-letstalk {
	display: none;
}
.cta-section .d-letstalk {
	display: inline-block;
}
.client-section .container {
	max-width: 945px !important;
}

/*footer css start here*/

footer {
    
    /* background: #Fff; */
  
    border-top: 2px solid #000000d1;
}
.p-t-footer p {
    color: #292929;
    font-weight: 400;
    font-size: 15px;
}
footer .d-flex {
    justify-content: start;
}
.d-flex.footer-address, .d-flex.footer-phone {
    display: flex;
    gap: 14px;
}
.right-nav ul li a {
    cursor: pointer;
}
.right-nav ul{
    display: flex;
    align-items: self-start;
}
.right-nav ul li {
   
    display: inline-block;
    padding-left: 32px;
    position: relative;
    z-index: 1;
}
ul.footer-menu {
    margin-left: 100px;
}
ul.footer-menu li + li {
    margin-left:25px;
}
ul.footer-menu li a {
    color: #292929;
    font-size: 14px;
}
.site-info .row {
	padding: 10px 0;
	margin-bottom: 0;
}

footer .site-info {
	

	color: #292929;
	border-top: 1.4px solid #76767617;
	
}

footer .hedaer-rightbox {
	justify-content: flex-end;
}

footer .nav ul li {
	padding: 0 2px;
}

footer .site-info a,
footer .site-info p {
	color: #767676;
	font-weight: 400;
	font-size: 14px;
    line-height: 1.3;
}
.footer-address span, .footer-phone span {
    color: #292929;
    font: normal normal 500 14px/18px Roboto;
    position: relative;
}
.footer-address span:before {
     content: "";
    height: 21px;
    left: -25px;
    position: absolute;
    top: 0;
    width: 15px;
}
.footer-phone span:before {
    content: "";
    height: 19px;
    left: -28px;
    position: absolute;
    top: 2px;
    width: 19px;
}
.location-ad {
    color: #292929;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 12px;
    font-weight: bold;
}
.location-ad a {
    color: #292929;
}
.social {
	display: inline-flex;
	background: #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
}

.social>img {
	transition: 0.3s all;
}

.social:hover img {
	transform: scale(1.2);
}

footer .site-info a.social {
	display: inline-block;
	margin-bottom: 10px;
}

footer ul#menu-top-menu {
	margin-right: 15px;
}

footer .header-right .btn {
	color: #fff;
}


/******************************** footer css end here ******************************/


/*clients section end here*/


/*loader start here*/

.spinner-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #292929;
	z-index: 999999;
}

.spinner {
	width: 40px;
	height: 40px;
	background-color: #6a00ff;
	margin: -20px;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
	position: absolute;
	left: 50%;
	top: 50%;
}
.pulse {
    border: 3px solid #6a00ff;
    height: 30px;
    width: 30px;
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    border-radius: 30px;
    opacity: 0;
    left: 50%;
    top: 50%;
}
@keyframes pulsate {
    0% {
        transform: scale(.1,.1);
        opacity: 0
    }

    50% {
        opacity: 1.0
    }

    100% {
        transform: scale(1.2,1.2);
        opacity: 0
    }
}
@-webkit-keyframes sk-rotateplane {
	0% {
		transform: perspective(120px);
		-webkit-transform: perspective(120px)
	}
	50% {
		transform: perspective(120px);
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		transform: perspective(120px);
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@-webkit-keyframes form-loader {
	0% {
		width: 0px;
		height: 0px;
	}
	10% {
		width: 50px;
		height: 50px;
	}
	25% {
		-webkit-transform: none;
		transform: none;
	}
	45% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	75% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		width: 50px;
		height: 50px;
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		width: 100vw;
		height: 100vh;
	}
}

@keyframes form-loader {
	0% {
		width: 0px;
		height: 0px;
	}
	10% {
		width: 50px;
		height: 50px;
	}
	25% {
		-webkit-transform: none;
		transform: none;
	}
	45% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	75% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		width: 50px;
		height: 50px;
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		width: 100vw;
		height: 100vh;
	}
}

@-webkit-keyframes loader-opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes loader-opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/*menuuuuuu*/

ul#menu-top-menu {
	margin-right: 25px;
}

.nav ul li {
	display: inline-block;
	padding: 0 1em;
	vertical-align: top;
	position: relative;
	font-weight: 500;
}

.nav ul a,
.header-phone {
	position: relative;
	display: inline-block;
	font-weight: 500;
	color: #292929;
	font-size: 16px;
}
/*about speaker*/

img.bottom-pattern.about-b {
    top: 7px;
    left: 20px;
}



ul.tabnav.collapsible li {
    display: inline-block;
    float: left;
    width: 50%;
}
.mr-2{margin-right:2px;}
.li-pink{color:#B42BEF;}


thead {
    font-size: 22px;
}
tbody {
    font-size: 20px;
}
img.aut-icon {
    max-width: 53px;
    /* padding-left: 26px; */
    margin-right: 14px;
    /* padding-right: 11px; */
}
.d-flex-td {
    display: flex;
    align-items: center;
    
    
}

@media screen and (min-width: 1920px) {


/* .wrapper {
    
    height: 60vh;
}
 */

}
@media screen and (min-width: 1600px) {

section.padding.improve-section.gr-bg.pattern-left {
    background-position: bottom top 100px, right 800px;
    background-position: top 100px;
    background-position: right 8px top 181%;
    background-size: 100% 151%;
}
/* .wrapper {
    
    height: 65vh !important;
} */
.pt-1920 {
    padding-top: 20px;
}
}


@media screen and (min-width: 1366px) {
	
p.evt-icon {
   
    margin-top: 70px;
    
}
/* .wrapper {
    
    height: 90vh;
} */
.valign-wrapper {
    
    width: 100%;
}
}
@media screen and (min-width: 900px) {
	.pattern-bet::before {
    content: "";
    position: absolute;
    left: 24%;
    bottom: 0px;
    height: 100%;
  
    width: 76%;
    /* top: 0; */
    background-size: 100% 67%;
}
.podcast-pattern::before {
    content: "";
    position: absolute;
    right: 0px;
    top: -127px;
    width: 373px;
    height: 480px;
  
}

.pattern-left::before {
    content: "";
    position: absolute;
    left: -55px;
    top: 0;
    width: 400px;
    height: 100%;
   
}
.patter-all::before {
    content: "";
    position: absolute;
    left: 0%;
    top: -4px;
    height: 110%;
    width: 100%;
   
    /* z-index: 999; */
    /* overflow: hidden; */
}
.number-in.bor-right::after {
    content: "";
    position: absolute;
    right: -45px;
    top: 0;
    width: 1.8px;
    height: 91px;
    background: #eae7e7b5;
}
	tr {
    border-bottom: 1.4px solid rgb(0 0 0 / 6%);
	height: 85px;
}
	.bottom-bg.p-b-20 {
    padding-bottom: 96px;
   
}
	

	
.position-relative.image-section-pattern.form-top.fixed {
    top: 0px;
    position: fixed;
    /* height: 100vh; */
    right: 47px;
	transition: 0.4s all;
}

.banner-image.right-align {
    position: sticky;
    top: 95px;
}
}
 
@media screen and (min-width: 768px) {
    .d-flex-mobile{
display: flex;
    }
     .right-nav {
    display: block !important;
  }
    .footer-logo-outer {
    min-width: 160px;
    
}
	footer .d-flex {
    justify-content: start;
    margin-bottom: 0;
   
}
.p-t-footer {
    /* padding-top: 40px; */
    height: 150px;
    display: flex;
    align-items: center;
    gap:45px;
}
	img.image-pattern {
    max-width: 498px;
}
	.mt-60 {
	margin-top: 60px;
}
.content-cta {
    padding: 10px 0px 0px 12px;
}
	.pttern-top::before {
    background: #d0003769 0% 0% no-repeat padding-box;
    /* background: url(../images/side-img.png) no-repeat; */
    content: "";
    top: -112px;
    right: 0px;
    width: 157px;
    height: 189px;
    position: absolute;
    background-size: contain;
    /* border-bottom: 40px; */
    filter: blur(96px);
}
	
	.pl-40 {
		padding-left: 40px;
	}
}
@media screen and (max-width: 1310px) {
	.banner-image {
		padding: 0;
	}
	.form-group{
		margin: 0;
	}
	
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 14px;
	}
	br {
		display: none;
	}
	footer br {
		display: block;
	}
	.scroll-down {
		display: none;
	}
}


@media screen and (max-width: 1140px) {
	img.sec4-img {
		display: none;
	}
	.section-four-right-mb {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	table.responsive-table th {
    
    text-align: left;
}
span.wat-icon img {
    /* padding-left: 5px; */
    padding-right: 3px;
    /* width: 81px; */
}
	footer .site-info p {
		font-size: 12px;
	}
	.banner-image {
		justify-content: center;
	}
	.form-group {
		max-width: none;
		margin: 30px 0 0;
	}
	.container {
		padding: 0 15px !important;
	}
}

@media screen and (max-width: 767px) {
    .live-insert-code {
    width: 100%;

}
.live-insert-preview-code {
    display: block;
   
}
    .section-heading {
   border-right: 0px;
    
}
    header {
    
    height: 100px;
}
   .logo {
    width: 130px;
} 
.mb-pt-banner {
    padding-top: 50px;
}
.modechange {
    position: relative;
    right: 20px;
    top: 0;
 
}
.header-rightbox {
 
    align-items: flex-start;
   
}
    .banner.mob-direction-row {
    flex-direction: column;
    padding-top: 99px;
}
   .right-nav {
  display: none;
}

.right-nav.show {
  display: block;
}

.right-nav.hide {
  display: none;
}
.mobile-nav-toggle {
    position: absolute;
    z-index: 99;
    height: 25px;
    background: #fff;
    right: 5px;
    top: 0px;
}
    .right-nav {
        /* display: none; */
        position: absolute;
        width: 100%;
        height: 100vh;
        background: #ff1654;
       left:0;
       right:0;
        top: -29px;
        padding-top: 24px;
        transition: 0.5s all;
    }
    .right-nav ul li a {
    color: #fff;
}

.right-nav ul {
    display: block;
    /* align-items: self-start; */
}
    .right-nav ul li {
        display: block;
        padding-left: 0;
        position: relative;
        z-index: 1;
        font-size: 18px;
        /* padding-bottom: 8px; */
        padding: 14px 20px;
         border-bottom: 1px solid #f598b8;
    }
	.btn-group-text-ar {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
	        justify-content: center;
}
.text-area-root .btn {
    font-size: 13px;
    height: 32px;
    min-width: 87px;
    margin-top: 3px;
    border-radius: 0;
    border: 1px solid #794701;
}
	.footer-logo {
    max-width: 120px;
}
	.grid-container-3,.grid-container-2 {
	
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 15px;
	}
	.right-align.footer-social {
    text-align: left;
    padding-top: 25px;
    padding-left: 0px;
}
.d-flex.footer-address, .d-flex.footer-phone {
    padding-top: 18px;
}
footer {
    padding-top: 35px;
}
.d-flex.footer-address, .d-flex.footer-phone {
    display: flex;
    gap: 16px;
    text-align: left;
}
	.exploreBox {
   
    margin-bottom: 10px;
}
	.valign-wrapper.m-dir {
    flex-direction: column-reverse;
}
	.valign-wrapper {
    
    flex-direction: column;
}
.mt-60 {
    margin-top: 30px;
}
	ul.tabnav.collapsible li {
   
    width: 100%;
}
.banner {
    position: relative;
    z-index: 99;
    padding-top: 0px;
    display: flex;
    /* flex: 0 1 auto; */
    /* flex-direction: row; */
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.mobile{display:block;}
.desktop{display:none;}

ul.tabnav.collapsible li .collapsible-header {
    
    margin-bottom: 0px;
    padding-bottom: 48px;
}
	.banner-content {
    position: unset; 
   
}

	span.gr-color {
    
    display: unset !important;
    
}
p.happy-hr-de {
   
    width: 100%;
    flex-direction: column;
}
	.row.valign-wrapper.mob-d-flex {
    flex-direction: column;
}
.mo-hide, .pattern-left::after, .pattern-left::before,.bottom-pattern,.about-agenda::before,.top-p-rihgt,.evt-icon::before,.pattern-right-about::before,.right-b::after{
	display:none;
}
.bottom-line.position-relative {
    display: none;
}
.time::before {
    display:none;
}
	.container {
		padding: 0 15px;
	}
	.wrapper h1 {
		font-size: 30px;
		line-height: 33px;
        margin: 0px 0;
	}
	h1,
	h2 {
		font-size: 28px;
		font-weight: 700;
		line-height: 36px;
	}
	h4 {
		font-size: 20px;
	}
	h3 {
		font-size: 22px;
	}
	.wrapper .text-big {
		margin: -10px 0 20px;
		font-size: 21px;
		line-height: 32px;
	}
	
	.client-logo {
		display: block;
		width: 100%;
	}
	.client-logo > div {
		padding: 20px;
		margin: 40px 0;
		width: 100%;
		display: block;
	}
	.testimonial {
		 padding: 0;
	}
	.content-box > div {
		padding-right: 0px;
	}
	
	.fs-24 {
		font-size: 18px;
		line-height: 24px;
	}
	footer .site-info p {
		text-align: center;
	}
	footer .text-right-destop .buttonbox {
		display: none;
	}
	.scroll {
		display: none!important;
	}
	.modal {
		width: 95%;
	}
	.site-info .row,.social-align {
		text-align: center;
	}
	footer .d-flex {
		display: block;
		
	}
	ul.footer-menu {
		margin: 10px 0;
	}
	ul.footer-menu > li {
        margin-bottom: 6px;
    }
	ul.footer-menu li + li {
		margin-left: 0px;
	}
	.form-group {
		max-width: none;
		margin-left: 0;
	}
	.wrapper .container {
		padding: 0 15px;
	}

}
@media screen and (max-width: 600px) {
	.card-num {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    text-align: center;
}
	.authorbox {
    
    max-width: initial;
   
}
.authorbox br {
    display: unset;
}
	.mo-hide{
		display:none;
	}
	.des-show{
		display:block !important;
	}
	.col.s12.m3.right-align.social-align {
   
    position: relative;
    left: -14px;
}
.inner-sp {
    display: block;
    
}
.about-spea {
    margin-bottom: 25px;
}
	.about-agenda {
    padding-top: 5px;
	padding-left: 0;
}
p.happy-hr-de {
   
    padding-top: 10px;
}
.time img {
    
    left: 0;
    margin-right: 0px;
}
.content-box {
   
    min-height: auto;
    padding: 30px 20px 30px 20px;
}
.icon-box {
   
    height: auto;
    
}
section.padding.improve-section.position-relative.bottom-bg .content-box {
    
    min-height: auto;
}
.padding {
    padding: 35px 0;
}
.container.pl-75 h2 {
    padding-left: 12px;
}
	.about-agenda::before {
    background: #d3cece82;
    position: absolute;
    content: "";
    height: 150px;
    top: -7px;
    width: 2px;
    left: 0;
}
	.padding-80 {
		padding: 20px 0;
	}
	img.form-pt {
		display: none;
	}
	.banner-content {
		padding-top: 20px;
	}
	.banner-content h1 .b-hb {
		display: none;
	}
	.cnt-item {
		width: 100% !important;
		padding: 0 0 20px !important;
	}
	.cnt-item::before{
		display: none;
	}
	.content-box:not(:first-child)::before{
		display: none;
	}
	.ebook-cta {
		background-size: 100% 100%;
		display: block;
		padding: 20px;
	}
	.ebook-content {
		text-align: center;
	}
	.ebook-content h3 {
		font-size: 22px;
		line-height: 1.3;
		text-align: center;
	}
	.ebook-content p {
		text-align: center;
		font-size: 17px;
		line-height: 1.5;
	}
	.ebook-img {
		display: none;
	}
	.buttonbox a {
		margin: 15px 0;
	}
	.contentBox {
		margin: 0 0 30px;
	}
	img.tab-rt{
		display: none;
	}
	img.rt-img {
		display: block;
	}
	.borderBox {
		margin: 0 0 15px;
	}
	img.lft-img {
		display: none;
	}
	img.img-lft {
		display: block;
	}
	.explore-sec {
		background: none;
		margin-top: 0;
		padding-top: 50px;
	}
	.explore-sec .col-lg-12 {
		padding-bottom: 20px;
	}
	.elaborate-sec::before{
		display: none;
	}
	.explore-sec .row {
		margin: 0;
	}
	.riconslide {
		margin-bottom: 20px;
	}
	.service-card {
		margin: 0 0 30px;
	}
	.tabs-wrapper ul li {
		margin-right: 20px;
	}
	.tabs-wrapper ul li a {
		font-size: 20px;
	}
	.slide-content {
		margin-top: 0;
	}
	.cta-bg {
		background-size: cover;
		border-radius: 10px;
		padding: 20px 15px;
	}
	.wrapper-box {
		display: block;
		text-align: center;
	}
	
	section.padding.seven9 {
		padding-top: 0;
	}
	footer .site-info a, footer .site-info p{
		font-size: 12px;
	}
	.site-info .text-right-destop {
		text-align: center;
	}
	.discover-section {
		padding-bottom: 0;
	}
	#letstalk {
		display: inline-block;
	}
	.cta-section .m-letstalk {
		display: inline-block;
	}
	.cta-section .d-letstalk {
		display: none;
	}
	.owl-carousel .owl-item {
		display: flex !important;
		justify-content: center !important;
	}
}
@media screen and (max-width: 319.98px) {
	.title-p-text {
		font: normal 32px/42px 'Roboto', sans-serif !important;
	}
	.cta-bg h2,
	.cta-bg p {
		font-size: 26px;
		line-height: 34px;
	}
}
.submitted-message {
	color: #292929;
	text-align: center;
}
.title-big-text,
.title-p-text,
.nornal-text {
	color: #292929;
	text-align: center;	
	margin-bottom: 0;
}
.title-big-text {
	font: 900 36px/40px 'Roboto', sans-serif;
}
.title-p-text {
	font: normal 40px/48px 'Roboto', sans-serif;
}
.nornal-text {
	font: normal 18px/24px 'Roboto', sans-serif;
}

.award-section .container {
	position: relative;
}
.award-section .content-box-inside {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 16px 30px #CCB8F91A;
	border: 1.4px solid #F1F1FF;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 30px;
	margin-top: 30px;
}
.award-section .topTriangle {
   position: absolute;
   right: 0;
   top: 0;
}
.owl-carousel {
	display: block !important;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-nav.disabled {
	display: none !important;
}

@media screen and (min-width: 600px) {
	.riconslide {
		min-height: 450px;
	}
	.model-big {
		display: inline-block;
	}
	.model-small {
		display: none;
	}
}

.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 999999
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #6a00ff;
  margin: -20px;
  -webkit-animation: sk-rotateplane 1.2s ease-in-out infinite;
  animation: sk-rotateplane 1.2s ease-in-out infinite;
  position: absolute;
  left: 50%;
  top: 50%
}
@-webkit-keyframes sk-rotateplane {
  0% {
    transform: perspective(120px);
    -webkit-transform: perspective(120px)
  }
  50% {
    transform: perspective(120px);
    -webkit-transform: perspective(120px) rotateY(180deg)
  }
  to {
    transform: perspective(120px);
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }
  to {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}
@-webkit-keyframes form-loader {
  0% {
    width: 0;
    height: 0
  }
  10% {
    width: 50px;
    height: 50px
  }
  25% {
    -webkit-transform: none;
    transform: none
  }
  45% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 50px;
    height: 50px
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100vw;
    height: 100vh
  }
}
@keyframes form-loader {
  0% {
    width: 0;
    height: 0
  }
  10% {
    width: 50px;
    height: 50px
  }
  25% {
    -webkit-transform: none;
    transform: none
  }
  45% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  75% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 50px;
    height: 50px
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100vw;
    height: 100vh
  }
}
@-webkit-keyframes loader-opacity {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes loader-opacity {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}