/*header scroll css start*/
.slideUp {
	-webkit-transform: translateY(-105px);
	transform: translateY(-105px);
	transition: transform .5s ease-out;
	height: 0px !important;
}
.slideDown {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: transform .5s ease-out;
}
/*header scroll css end*/

/*back to top button css start*/
.et_pb_scroll_top.et-pb-icon{
	background-color: #000a42 !important;
}
/*back to top button css end*/

/*grid css end*/
.grid{
	position: relative;
	padding-left: 20px;
	margin-left: 40px;
}
.grid .et_pb_column:first-child{
	position: relative;
}
.grid .et_pb_column:first-child:after{
	content: '';
	display: block;
	height: 100vh;
	position: absolute;
	left: -20px;
	border-left: 1px solid #E1E3EE !important;
}
.grid .et_pb_column:last-child{
	position: relative;
	border-right: 1px solid #E1E3EE !important;
}
.grid .et_pb_column:last-child:after{
	content: '';
	display: block;
	height: 100vh;
	position: absolute;
	right: -20px;
	border-right: 1px solid #E1E3EE !important;
}
.grid .et_pb_column{
	display: block;
	height: 100vh;
	-webkit-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	position: relative;
}
.grid .et_pb_column:after{
	content: '';
	display: block;
	height: 100vh;
	position: absolute;
	right: 20px;
	border-right: 1px solid #E1E3EE !important;
}
.grid .et_pb_column:before{
	content: '';
	display: block;
	height: 100vh;
	position: absolute;
	left: 0px;
	border-left: 1px solid #E1E3EE !important;
}
/*grid css end*/

/*menu css start*/
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	width: 15px;
}
#top-menu li a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	bottom: -70%;
	width: 0px;
	background: #F7842A; /*** COLOR OF THE LINE ***/
	height: 2px; /*** THICKNESS OF THE LINE ***/
	transition: width 0.2s ease-in-out;
}
#top-menu li a:hover {
	opacity: 1 !important;
	color: #F7842A !important;
}
#top-menu li a:hover:before,
#top-menu li a.mPS2id-highlight-first::before {
 	width: 15px;
}
#top-menu li a{
	font-weight: 400;
	letter-spacing: 0.16px;
}
#top-menu .current-menu-item a{
	font-weight: 500;
}
.et_menu_container {
    padding-right: 0px !important;
}
#et-top-navigation {
    float: none !important;
    padding-left: 0px !important;
    text-align: center;
}
#top-menu-nav, #top-menu {
    float: none !important;
}
#top-menu li {
    padding-bottom: 50px;
    padding-right: 36px !important;
}
#top-menu>li:last-child{
	padding-right: 0px !important;
}
#top-menu li a {
    font-weight: 500 !important;
    border-bottom: 1px solid transparent;
    padding-bottom: 0px !important;
}
#top-menu .menu-item a.mPS2id-highlight-first {
    color: #37bbca !important;
}
li.top-header-demo-button {
    display: inline-block !important;
    margin-bottom: 0px !important;
    position: absolute !important;
    right: 32px;
    top: 28px;
    transition: all 0.4s ease-in-out;
    padding-bottom: 0px !important;
}
#top-menu li.top-header-demo-button a {
    display: inline-block !important;
    background-color: #f7842a;
/*     border: 2px solid #F2832E !important; */
    color: #ffffff !important;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500 !important;
    padding: 12px 32px !important;
    text-transform: none !important;
    border-radius: 60px;
    margin-bottom: 0px !important;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
}
#top-menu li.top-header-demo-button a:hover {
    background-color: #f37817;
/*     color: #ffffff !important; */
}
#et-top-navigation li.top-header-demo-button a:before{
	display: none;
}
.et-fixed-header li.top-header-demo-button {
    top: 20px;
}
#top-menu .menu-item a.mPS2id-highlight-first {
    color: #F7842A !important;
}
#top-menu .menu-item a.mPS2id-highlight-first::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
/*menu css end*/

/*rotate text css start*/
span.rotate {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
/*rotate text css end*/

/*banner button css start*/
.banner-demo-btn a {
    background-color: #f7842a;
    padding: 15px 32px;
    color: #ffffff;
    border-radius: 90px;
    font-size: 20px;
    letter-spacing: 0.16px;
    line-height: 1.7em;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.banner-demo-btn a:hover{
	background-color: #f37817;
}
/*banner button css end*/

/*footer css start*/
#footer .et_pb_menu__menu .top-header-demo-button{
	display: none !important;
}
#footer .et_pb_menu__menu ul{
	display: grid;
    grid-template-columns: auto auto;
}
#footer .footer-company-details .et_pb_blurb_container{
	padding-left: 2px !important;
}
/*footer css end*/

/*bottom footer css start*/
#footer-bottom {
    display: none;
}
/*bottom footer css end*/

/*let's talk form css start*/
.let-talk-form-main {
    display: flex;
    flex-wrap: wrap;
}
.let-talk-form-main .lets-form-group {
    width: 33%;
    margin-bottom: 30px;
    padding-right: 20px;
    position: relative;
}
.let-talk-form-main .lets-form-group input {
    background-color: transparent !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
	width: 100%;
	border-bottom: 1px solid #ffffff;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #ffffff;
}
.let-talk-form-main .lets-form-group input::placeholder, .let-talk-form-main .lets-form-group textarea::placeholder{
	color: #ffffff;
	font-size: 16px;
}
.let-talk-form-main .lets-form-group textarea{
	background-color: transparent !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    width: 100%;
	height: 62px;
	resize: vertical;
	border-bottom: 1px solid #ffffff;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #ffffff;
}
.let-talk-form-main .message-group {
    width: 100%;
}
.let-talk-form-main label {
    color: #ffffff;
    padding-left: 10px;
}
.lets-submit-button-group .submit-btn {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: #F7842A;
    box-shadow: none;
    border-bottom: none;
    border-right: none;
    padding: 15px 50px;
    line-height: 1.3em !important;
    border-radius: 90px;
    cursor: pointer;
	border: 0px;
}
.lets-submit-button-group .submit-btn:hover {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    background-color: #F7842A !important;
    box-shadow: none!important;
    border-bottom: none!important;
    border-right: none!important;
    padding: 15px 50px!important;
    line-height: 1.3em!important;
    border-radius: 90px!important;
    cursor: pointer!important;
	border: 0px!important;
}
.lets-submit-button-group .submit-btn:after, .lets-submit-button-group .submit-btn:hover:after {
	display: none;
}
.let-talk-form-main .lets-form-group textarea:focus, .let-talk-form-main .lets-form-group input:focus {
	color: #fff;
	border-bottom: 1px solid #fff;
}
/*let's talk form css end*/

/*let's talk css start*/
#let-talk textarea{
	min-height: 62px;
	resize: vertical;
}
#let-talk .et_contact_bottom_container{
	float: none !important;
}
/*let's talk form css end*/

/*demo popup form css start*/
#get-demo-popup textarea{
	min-height: 62px;
}
#get-demo-popup .et_contact_bottom_container{
	float: none !important;
}
/*demo popu form css end*/

/*slider text css start*/
.first-text-slide {
    padding: 0;
    white-space: nowrap;
}
.first-text-slide p {
    color: #E7EAF9;
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
    font-size: 22vw;
    line-height: 1em;
    font-weight: 700;
    padding-bottom: 0px;
    display: inline-block;
    animation: text-1-slide-linear 60s linear infinite;
}
.second-text-slide {
    padding: 0;
    white-space: nowrap;
}
.second-text-slide p {
    color: #E7EAF9;
	font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
    font-size: 22vw;
    line-height: 1em;
    font-weight: 700;
    padding-bottom: 0px;
    display: inline-block;
    animation: text-2-slide-linear 60s linear infinite;
}
@keyframes text-1-slide-linear {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes text-2-slide-linear {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

/*slider text css end*/

/*floating image css start*/
.desktop-img-slider-main{
	background-image: url(/wp-content/uploads/2023/04/desktop-img-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	padding-top: 37px;
}
.sliding-image{
	height: 600px;
}
.sliding-image:hover img{
	object-position: bottom;
}
.sliding-image img {
    width: 100%;
	object-fit: cover;
	object-position: top;
	height: 600px;
	transition: 8s all ease;
}
/*floating image css end*/

/*service css start*/
.service-slider-row .et_pb_bg_layout_light .et-pb-slider-arrows a {
    background-color: rgba(26, 26, 86, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.5) !important;
}
.service-slider-row .et_pb_slider:hover .et-pb-slider-arrows a:hover{
	background-color: rgba(26, 26, 86, 0.59);
	color: #ffffff !important;
}
.service-slider-row .et-pb-controllers{
	bottom: -10px;
	height: auto;
}
.service-slider-row .et-pb-controllers a{
	background-color: #ffffff !important;
	border: 1px solid #C8C9F7;
	width: 15px !important;
	height: 15px !important;
	opacity: 1;
}
.service-slider-row .et-pb-controllers a.et-pb-active-control {
    background-color: #292A89 !important;
    border: 1px solid #292A89;
}
.service-slider-row .et_pb_slider:hover .et-pb-arrow-prev{
	left: 40px !important;
}
.service-slider-row .et_pb_slider:hover .et-pb-arrow-next{
	right: 40px !important;
}
.image-slider img{
	border-radius: 40px;
}
/*service css end*/

/*testimonial slider start*/
.testimonial-row .wpmtst-testimonial-inner{
	border-radius: 8px;
	padding: 40px !important;
	box-shadow: 0px 10px 5px rgba(236, 238, 244, 0.49);
}
.testimonial-row .wpmslider-pager-link:before {
    -webkit-mask: none !important;
    background: #ffffff !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: 1px solid #C8C9F6;
}
.testimonial-row .wpmslider-pager-link.active:before{
	background: #292A89 !important;
}
.testimonial-row .testimonial-name{
	color: #000A42;
	font-size: 18px;
	line-height: 1.3em;
}
.testimonial-row .testimonial-company{
	color: rgba(0, 10, 66, 0.5);
	font-size: 14px;
	line-height: 1.3em;
}
.testimonial-row .testimonial-content{
	margin-bottom: 30px !important;
}
.testimonial-row .testimonial-content p{
	color: #27316C;
	font-size: 16px;
	line-height: 1.5em;
}
/*testimonial slider css end*/

/* service section css start */
.points ul{
	padding: 0px 0px 0px 1em !important;
}
/* service section css end */

/*animation circles css start*/
.big-circle-1 {
    display: flex;
    width: 100%;
}
.big-circle-1 img{
    align-self: flex-end;
    animation-duration: 4.5s;
    animation-iteration-count: infinite;
    height: 302px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 302px;
    animation-name: bounce-1;
    animation-timing-function: ease;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-44px); }
    100% { transform: translateY(0); }
}

.big-circle-2 {
    display: flex;
    width: 100%;
}
.big-circle-2 img{
    align-self: flex-end;
    animation-duration: 4.7s;
    animation-iteration-count: infinite;
    height: 152px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 152px;
    animation-name: bounce-2;
    animation-timing-function: ease;
}
@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-30px); }
    100% { transform: translateY(0); }
}

.big-circle-3 {
    display: flex;
    width: 100%;
}
.big-circle-3 img{
    align-self: flex-end;
    animation-duration: 4.8s;
    animation-iteration-count: infinite;
    height: 126px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 126px;
    animation-name: bounce-3;
    animation-timing-function: ease;
}
@keyframes bounce-3 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-32px); }
    100% { transform: translateY(0); }
}

.big-circle-4 {
    display: flex;
    width: 100%;
}
.big-circle-4 img{
    align-self: flex-end;
    animation-duration: 4.9s;
    animation-iteration-count: infinite;
    height: 142px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 142px;
    animation-name: bounce-4;
    animation-timing-function: ease;
}
@keyframes bounce-4 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-24px); }
    100% { transform: translateY(0); }
}

.contact-us-circle-1 {
    display: flex;
    width: 100%;
}
.contact-us-circle-1 img{
    align-self: flex-end;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 153px;
    transform-origin: bottom;
    width: 152px;
    animation-name: contact-us-bounce-1;
    animation-timing-function: ease;
}
@keyframes contact-us-bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}
.contact-us-circle-2 {
    display: flex;
    width: 100%;
}
.contact-us-circle-2 img{
    align-self: flex-end;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 153px;
    transform-origin: bottom;
    width: 152px;
    animation-name: contact-us-bounce-2;
    animation-timing-function: ease;
}
@keyframes contact-us-bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}
.footer-circle-1 img{
    align-self: flex-end;
    animation-duration: 3.3s;
    animation-iteration-count: infinite;
    height: 153px;
    transform-origin: bottom;
    width: 152px;
    animation-name: footer-bounce-1;
    animation-timing-function: ease;
}
@keyframes footer-bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}
/*animation circles css end*/

.et-pb-contact-message p {
	font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.et-pb-contact-message li {
	color: red;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}
#get-demo-popup .et-pb-contact-message p {
	font-size: 20px;
    color: #292a89;
    font-weight: 600;
}

/*media query*/
@media only screen and (min-width: 1921px){
	.question-box h4{
		font-size: 40px !important;
	}
}
@media only screen and (min-width: 1440px){
	#footer .et_pb_menu__menu ul{
		column-gap: 3vw;
	}
}
@media only screen and (max-width: 1152px){
	/*footer css start*/
	#footer .et_pb_menu__menu ul {
    	display: block;
	}
	/*footer css end*/
}
@media only screen and (min-width: 1024px) and (max-width: 1152px){
	/*menu css start*/
	#top-menu li {
    	padding-right: 14px !important;
	}
	#top-menu li.top-header-demo-button a{
		font-size: 15px !important;
    	padding: 12px 28px !important;
	}
	/*menu css end*/

	/*banner css start*/
	#header-banner h1{
		font-size: 60px !important;
	}
	/*banner css end*/

	/*heading text css start*/
	.heading-text p {
	    font-size: 50px;
	    line-height: 1.2em;
	}
	/*heading text css end*/

	/*service css start*/
	#service .service-cards{
		padding-top: 30px !important;
		padding-right: 30px !important;
		padding-bottom: 30px !important;
		padding-left: 30px !important;
	}
	/*service css end*/
}


/*tab start*/
@media only screen and (max-width: 980px){
	/*menu css start*/
	.slideUp{
		transform: none;
	}
	.mobile_menu_bar:before{
		color: #F7842A !important;
	}
	#mobile_menu {
    	border-top: 3px solid #37BBCA !important;
    	background-color: #ffffff !important;
    	padding: 20px;
	}
	#mobile_menu .menu-item {
    	position: relative;
	}
	#mobile_menu {
	    border-top: 3px solid #F7842A !important;
	    background-color: #ffffff !important;
	    padding: 20px;
	}
	#mobile_menu .menu-item {
    	position: relative;
	}
	#et-top-navigation {
    	text-align: left;
	}
	.et_mobile_menu li a {
    	color: #0c1446 !important;
	}
	#mobile_menu .menu-item a.mPS2id-highlight {
    	color: #F7842A !important;
	}
	li.top-header-demo-button {
	    position: relative !important;
	    display: block !important;
	    right: auto;
	    top: auto;
	}
	#et_mobile_nav_menu li.top-header-demo-button a {
	    display: inline-block !important;
	    background-color: #F2832E;
/* 	    border: 2px solid #F2832E !important; */
	    color: #ffffff !important;
	    line-height: 1.7em;
	    padding: 10px 28px !important;
	    border-radius: 60px;
	    margin-top: 10px;
	    margin-left: 5%;
	}
	#et_mobile_nav_menu li.top-header-demo-button a:hover{
		background-color: #f37817;
/*     	color: #ffffff !important; */
	}
	/*menu css end*/

	/*footer css start*/
	#footer .et_pb_menu__wrap{
		justify-content: flex-start !important;
	}
	#footer .et_pb_menu__menu{
		display: block;
	}
	#footer .et_mobile_nav_menu{
		display: none;
	}
	#footer .footer-company-details .et_pb_blurb_container{
		padding-left: 0px !important;
	}
	/*footer css end*/

	/*popup css start*/
	.pum-container {
	    width: 80% !important;
	}
	/*popup css end*/

	/*floating image css start*/
	.desktop-img-slider-main{
		padding-top: 20px;
	}
	/*floating image css end*/
	/*banner button start*/
	.banner-demo-btn a {
	    padding: 10px 28px;
	    font-size: 14px;
	}
	/*banner button end*/
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	/*banner css start*/
	#header-banner .header-content {
    	margin: 10px 0px;
	}
	/*banner css end*/

	/*popup css start*/
	.pum-container {
    	width: 85% !important;
	}
	/*popup css end*/

	/*floating image css start*/
	.desktop-img-slider-main{
		padding-top: 15px;
	}
	.sliding-image{
		height: 300px;
	}
	.sliding-image img{
		height: 300px;
	}
	/*floating image css end*/

	/*animation circle css start*/
	.big-circle-1 img{
		height: 200px;
		width: 200px;
	}
	.big-circle-2 img{
		height: 100px;
		width: 100px;
	}
	.big-circle-4 img{
		height: 92px;
		width: 92px;
	}
	.contact-us-circle-1 img{
		height: 103px;
		width: 102px;
	}
	.contact-us-circle-2 img{
		height: 103px;
		width: 102px;
	}
	.footer-circle-1 img{
		height: 103px;
		width: 102px;
	}
	/*animation circle css end*/

	/*slider image css start*/
	.image-slider img{
		border-radius: 20px;
	}
	/*slider image css end*/
}


/*#let-talk .let-talk-form-main {
    display: flex;
    flex-wrap: wrap;
}
#let-talk .lets-form-group{
	width: 33%;
	margin-bottom: 30px;
	padding-right: 20px;
	position: relative;
}
#let-talk .lets-form-group input{
	width: 100%;
    padding: 16px 8px 12px;
    font-size: 18px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff !important;
    border-radius: 0px !important;
}
#let-talk .message-group{
	width: 100%;
}
#let-talk .message-group textarea{
	width: 100%;
	height: 85px;
    padding: 12px 8px;
    font-size: 18px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff !important;
    border-radius: 0px !important;
    resize: vertical;
}
.form-with-animated-labels [type="text"]:focus,
.form-with-animated-labels [type="email"]:focus,
.form-with-animated-labels textarea:focus {
    border-color: var(--brown);
}

#let-talk .lets-form-group label{
	color: #ffffff;
	transform: translateY(-50%);
    transition: top .1s;
    text-align: left;
    font-size: 16px;
    line-height: 10px;
    margin-bottom: 0;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 9;
    pointer-events: none;  
    font-weight: 500; 
}
#let-talk .lets-form-group label.floating-message{
    top: 25px;
    transform: none;
}


#let-talk .form-with-animated-labels label.focused {
    top: 0px !important;
    font-size: 12px !important;
}
#let-talk .wpcf7-response-output{
    font-size: 16px;
	color: #dc3235;
	padding: 3px 10px;
	position: relative;
	width: auto;
	border-radius: 0px;
	border-color: transparent;
	box-shadow: none;
	font-weight: 500;
}
#let-talk .widget_text .wpcf7-response-output {
	margin: 40px 0px 0 0px !important;
}
#let-talk .wpcf7-not-valid-tip{
	font-size:13px !important;
	font-weight: 500;
}
#let-talk .form-submit{
	background: linear-gradient(135deg, rgba(55,187,202,1) 0%, rgba(211,222,22,1) 100%);
	padding: 12px 35px;
	font-size: 22px;
	border-radius: 60px;
	color: #ffffff;
	border: none;
	cursor: pointer;
}
#let-talk .form-submit:after{
	display: none;
}*/