/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
body{
	font-family:roboto,sans-serif !important;
}
.ul-img li::marker {
    content: '\f058';
    font-family: 'FontAwesome';
    color: #3630FF;
}
.ul-img li {
    padding-left: 10px;
}
.app-all-sec img {
    height: 185px;
    object-fit: contain;
}
a#top-link {
    background-image: linear-gradient(90deg, #2439FF 0%, #9000FF 50%, #2439FF) !important;
    border: 2px solid #fff !important;
}
.footer-menu div#nav_menu-2 {
    padding: 0 !important;
    margin: 0 !important;
}
.footer-menu div#nav_menu-2 li {
    border: none;
}
.footer-menu div#nav_menu-2 li:first-child a {
    padding-top: 0 !important;
}

iframe {
    margin-bottom: -8px;
}
.about-tab ul {
    border-bottom: 3px solid #ebebeb;
}
.about-tab li.tab.active a {
    color: #0f67f6;
}
.about-tab li.tab.active a:before{
	background-color:#0f67f6;
}
.about-tab li.tab a:before{
	bottom:-3px;
}
.about-tab li.tab a {
    color: #1a1a1a;
	padding: 10px 20px;
}

.contact-form input, .contact-form select, .contact-form textarea {
    box-shadow: unset;
    border-radius: 5px;
    height: 3.2em;
    background-color: #fafafa;
}
.key-sec .col .col-inner{
    background: #fff;
    border-radius: 10px;
}
.test-sec{
    padding: 20px !important;
}
.test-sec p {
    color: #666;
}
.test-sec .testimonial-meta.pt-half {
    color: #08203a;
}
textarea{
	font-size:16px !important;
}
.white-clr, h2.h3.white-clr{
	color:#fff !important;
}
div#top-bar p, div#top-bar p a {
    color: #08203A !important;
	font-size:16px !important;
}
.social-icons a.icon, ul.mobile-nav li a, .mobile-sidebar li a {
    color: #3630FF;
}
.sub-btn.button.secondary.is-large.main-btn.sen-btn {
    border-radius: 10px;
    padding: 6px 15px;
    text-transform: capitalize;
    font-size: 16px;
}
.sen-btn:hover {
    background-image: none !important;
    border: 2px solid #2439FF!important;
    color: #2439FF !important;
}
.main-btn.primary:hover {
    border: 2px solid #08203a !important;
    color: #08203a !important;
    background-color: transparent !important;
    border-color: #08203a !important;
}
a.button.primary.is-large.main-btn {
    border-color: #08203a !important;
}
.white.main-btn:hover {
    border: 2px solid #fff!important;
    background-color: transparent !important;
    color: #fff !important;
}

.dark-clr{
	color:#08203a !important;
}
p.small-text {
    color: #67687a;
}
p.mid-text {
    font-weight: 600;
}
p.small-text, p.mid-text{
	line-height:1.3;
} 
.icon-box-img svg, .icon-box-img img{
	padding-top:0 !important;
}
.header-block-block-1 .icon-box.featured-box.icon-box-left.text-left{
	align-items:center;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-size-medium.nav-spacing-medium {
    justify-content: flex-end;
    padding-right: 20px !important;
}

/* p.mail:before {
    content: "\f0e0";
    font-family: Font Awesome;
} */
p.mail a{
	padding-left:5px;
}
.absolute-footer{
	display:none !important;
}
.footer-logo a {
    padding: 0 !important;
}
.footer-icon > a{
	margin-right:10px !important;
}
.footer-icon a {
    background-color: #fff !important;
    padding: 8px !important;
    border-radius: 100%;
}
.footer-icon a i {
    color: #000;
}
p.footer-title span, p.line-title span {
    display: inline-flex;
    align-items: center;
}
p.footer-title {
    color: #f1f1f1 !important;
}
p.footer-title span:after {
    content: '';
    background-image: linear-gradient(to left, #2439FF, #9000FF);
    width: 50px;
    height: 2px;
    display: inline-flex;
    align-items: center;
	margin-left:10px;
}
p.line-title span:after {
    content: '';
    background-color: #3630FF;
    width: 80px;
    height: 2px;
    display: inline-flex;
    align-items: center;
	margin-left:10px;
}
p.line-title{
	color:#3630FF !important;
	font-weight:700;
}
h6, .h6{
	opacity:1 !important;
}
.mb-5{
	margin-bottom: 10px !important;
}
p.main-title {
    color: #2439FF;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    background-image: linear-gradient(to left, #2439FF, #9000FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blue-clr{
	color:#3630FF;
}
.img-animation {
    width: 50px !important;
    height: 50px;
    display: block;
    position: absolute;
    top: 0px;
    left: -10px;
/*   -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate; */
	animation: animationFramesFive 12s infinite linear alternate;
}
@-webkit-keyframes animationFramesFive {
/*     0% { transform: translateY(0); }
    100% { transform: translateY(-20px); } */
	0% {
    transform: translateY(0);
}

25% {
    transform: translateY(-40px);
}
50% {
    transform: translateY(0);
}
75% {
    transform: translateY(40px);
}
100% {
    transform: translateY(0);
}
}
@keyframes animationFramesFive {
/*     0% { transform: translateY(0); }
    100% { transform: translateY(-20px); } */
	0% {
    transform: translateY(0);
}

25% {
    transform: translateY(-40px);
}
50% {
    transform: translateY(0);
}
75% {
    transform: translateY(40px);
}
100% {
    transform: translateY(0);
}
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 25px;
/* 	letter-spacing:2px; */	
	color:#08203a !important;
}
.h1, .h2, .h3, .h4, .h5, .h6{
/* 	font-family: "Playfair Display", sans-serif; */
/* 	color:#08203A !important; */
}
.mb-10{
	margin-bottom:10px;
}
.button.primary.enquire-btn:hover {
    background-color: #23d6c8 !important;
}
.button.secondary {
    border-color: #007bff!important;
}
.button{
	box-shadow:unset !important;
	border-color:#000 !important;
	margin:0 !important;
}
.button.primary:not(.is-outline):hover{
	background-color:#06BFDE;
	border-color:#06BFDE !important;
}
.blue-font{
	color:#06BFDE !important;
}
.col{
	padding-bottom:0 !important;
}
.small-text{
	font-size:15px !important;
}
.black-link{
	color:#000 !important;
}
.home-slider .flickity-viewport{
	margin-bottom:50px;
}
.home-slider .flickity-viewport .flickity-slider .img .img-inner {
    padding: 10px;
    background: #fff;
    box-shadow: 0 10px 50px rgba(0,10,80,.15);
    border-radius: 10px;
}
.home-slider .flickity-viewport .flickity-slider img{
	border-radius:10px;
}
.home-slider .slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #08203a;
    opacity: 1;
}
.home-slider .flickity-page-dots{
	display:inline-flex;
	align-items: center;
    justify-content: center;
}
.home-slider .flickity-page-dots .dot.is-selected {
    border: 2px solid #3630ff;
    width: 24px;
    height: 24px;
    background-color: #fff;
}
.home-slider .flickity-page-dots .dot.is-selected:after {
    content: '';
    display: inline-flex;
    width: 10px;
    height: 10px;
    background-color: #3630ff;
    border-radius: 100%;
}
.main-btn{
	border: none !important;
    padding: 0px 26px 0px 26px;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    line-height: 55px;
	margin-right:10px !important;
}
.sen-btn {
    background-image: linear-gradient(90deg, #2439FF 0%, #9000FF 50%, #2439FF) !important;
    background-color: transparent !important;
}
.partner-logo-img img {

	padding: 25px;
}
/* .partner-logo-img img:hover {
    filter: grayscale(0%);
    background-color: #fff;
    box-shadow: 0 15px 55px rgba(138,138,138,.3);
} */
.pat-img-row .col .col-inner {
    padding: 0;
}
.icon-img .icon-box-img {
    background: #EBEAFF;
    height: 50px;
    border-radius: 10px;
    width: 50px !important;
    padding: 10px;
}
.icon-img .icon-box-img svg path {
    fill: #2439FF;
}
.icon-img{
	padding: 24px 25px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 16px rgba(138,138,138,.1);	
}
.image-sec img {
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 100%;
    border: 10px solid #fff;
}
.image-sec-all img{
	border-radius:15px;
}
.year-text{
	    background-image: linear-gradient(to left, #2439FF, #9000FF);
	position: absolute;
    top: -10px;
    left: -90px;
    width: 170px;
    height: 170px;
    border: 10px solid #fff;
    border-radius: 170px;
    overflow: hidden;
}
.about-right .col-inner:after{
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 465px 0 5px 5px;
    z-index: -1;
    overflow: hidden;
    background-image: url(https://eegluit.roiyatech.com/wp-content/uploads/2023/09/overlay-shape3.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-right .col-inner:before{
	content: '';
	    background-image: linear-gradient(to left, #2439FF, #9000FF);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 465px 0 5px 5px;
    z-index: -2;
}
.about-right .col-inner{
	height: 590px;
    position: relative;
    z-index: 1;
    margin-left: 80px;
}



.service-img .box-image img {
	display:block;
    border-radius: 100%;
    width: 220px;
    height: 220px;
    object-fit: cover;
    border: 6px solid #fff;
}
.service-img .box-text.text-left {
    padding: 15px 20px 30px 25px;
}
.service-img:before {
    content: '';
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    bottom: 100px;
    background-color: #fff;
    z-index: -2;
    transform: skewY(-16deg);
    box-shadow: 0 20px 50px rgba(0,10,80,5%);
}
.service-img h4{
	font-size:24px !important;
	font-family: "Poppins", Sans-serif !important;
	margin-bottom: 14px;
}
.service-img p{
	font-size:16px;
	line-height: 1.2;
    color: #666;
    margin-bottom: 20px;
}
.service-icon .icon-box-img {
    border: 3px double transparent;
    background-image: linear-gradient( rgb(255 255 255), rgb(255 255 255)), radial-gradient(circle at left top, #2439FF, #9000FF);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: unset !important;
    border-radius: 50px;
    padding: 10px;
}
.service-icon {
    position: absolute;
    top: -70px;
    right: 40px;
}
.faq-sec a.accordion-title.plain.active {
    background-color: #3630ff;
    border-color: #3630ff;
    color: #fff;
}
.faq-sec a.accordion-title.plain {
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    font-size: 18px;
    font-weight: 600;
    color: #08203a;
    border-radius: 5px;
	padding:10px 20px;
}
.faq-sec .accordion-item {
    margin-top: 20px;
}
.faq-sec .accordion-inner {
    padding: 20px 20px 0 20px;
}
.faq-sec a.accordion-title.plain button.toggle {
    left: unset;
    right: 0;
}









@media (max-width:549px){
	.app-all-sec img {
    height: 130px !important;
}
h1, .h1 {
	font-size: 35px !important;
}
h2, .h2 {
	font-size: 28px !important;
}
h3, .h3 {
	font-size: 25px !important;
}
h4, .h4 {
	font-size: 20px !important;
}
h5, .h5 {
	font-size: 18px !important;
}
h6, .h6 {
	font-size: 15px !important;
}
p, .p, ul li, a{
	font-size:15px !important;		
}
	
	.contact-form .col.ml-0 {
    padding-left: 0 !important;
	padding-right:0 !important;
}
.contact-form .col.mr-0 {
    padding-right: 0 !important;
	padding-left:0 !important;
}
	.col-left .col-inner.text-right{
		text-align:left !important;
	}
}

@media (min-width:550px){
	.contact-form .col.ml-0 {
    padding-left: 0 !important;
}
.contact-form .col.mr-0 {
    padding-right: 0 !important;
}
}
@media (min-width:550px) and (max-width:849px){
h1, .h1 {
	font-size: 40px!important;
}
h2, .h2 {
	font-size: 30px !important;
}
h3, .h3 {
	font-size: 25px !important;
}
h4, .h4 {
	font-size: 20px !important;
}
h5, .h5 {
	font-size: 20px !important;
}
h6, .h6 {
	font-size: 17px !important;
}
p, .p, ul li, a{
	font-size:16px !important;		
}
	
}

@media (max-width:849px){
body .full-width .ubermenu-nav, body .container, body .row,body .row.row-collapse, body .row.row-large, body .row.row-small {
max-width: 100%;
margin:0 auto !important;
}
}

@media (min-width:850px) and (max-width:1600px){
body .full-width .ubermenu-nav, body .container, body .row,body .row.row-collapse, body .row.row-large, body .row.row-small {
max-width: 90%
}
.row:not(.row-main) .row.row-collapse, .row-collapse>.col .container, .row:not(.row-main) .row, .row:not(.row-main) .row.row-large, body .row:not(.row-main) .row.row-collapse, body .row:not(.row-main) .row.row-large, body .row:not(.row-main) .row.row-small, body .row-full-width {
max-width: 100%;
margin: auto;
}
.margin-l10>.col:nth-child(1)>.col-inner {
    padding-left: calc(10% + 15px) !important;
}
.margin-r10>.col:nth-child(2)>.col-inner {
    padding-right: calc(10% + 15px) !important;
}
		h1, .h1 {
	font-size: 50px!important;
}
h2, .h2 {
	font-size: 35px !important;
}
h3, .h3 {
	font-size: 30px !important;
}
h4, .h4 {
	font-size: 25px !important;
}
h5, .h5 {
	font-size: 20px !important;
}
h6, .h6 {
	font-size: 17px !important;
}
p, .p, ul li, a{
	font-size:16px !important;		
}
.small-text {
    font-size: 14px !important;
}
}
@media (min-width:1601px) {
body .full-width .ubermenu-nav, body .container, body .row,body .row.row-collapse, body .row.row-large, body .row.row-small {
max-width: 80%;
}
.row:not(.row-main) .row.row-collapse, .row-collapse>.col .container, .row:not(.row-main) .row, .row .row.row-large, body .row:not(.row-main) .row.row-collapse, body .row .row.row-large, body .row .row.row-small, body .row-full-width {
max-width: 100%;
margin: auto;
}
.margin-l10>.col:nth-child(1)>.col-inner {
    padding-left: calc(20% + 15px) !important;
}
.margin-r10>.col:nth-child(2)>.col-inner {
    padding-right: calc(20% + 15px) !important;
}	
h1, .h1 {
	font-size: 55px !important;
}
h2, .h2 {
	font-size: 40px !important;
}
h3, .h3 {
	font-size: 35px !important;
}
h4, .h4 {
	font-size: 30px !important;
}
h5, .h5 {
	font-size: 20px !important;
}
h6, .h6 {
	font-size: 17px !important;
}
p, .p, ul li, a{
	font-size:18px !important;		
}
	
}
.loading-spin.dark.large.centered {
    display: none!important;
}






.css-mb .mb-screen img {
    max-width: 100%;
    height: 212px !important;
}
