/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.5.1.1734067581
Updated: 2024-12-13 05:26:21

*/

/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
body{
/* 	font-family: "Barlow", sans-serif !important; */
	font-family: "Montserrat", serif !important;
	overflow-x:hidden !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", serif !important;
}
p, li, span, div, a {
	font-family: "Nunito Sans", serif !important;
}

/* .teamcard img.attachment-full.size-full.lazyloaded {
    object-fit: cover;
    object-position: top;
} */
ul.starrating li {
    display: inline-block;
    margin: 2px;
    font-size: 14px;
    color: #ffb100;
}
ul.starrating {
    margin: 0;
    padding-top: 15px;
}
/* body{overflow:hidden;} */
span.bannertoptxt {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    color: #7F7368;
}
.aboutuspotxt {
    width: 180px;
    height: 180px;
    background: #222158;
    border-radius: 50%;
    border: 10px solid #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
}
.aboutuspotxt span.head2s {
    font-size: 40px;
    font-weight: 700;
}
.aboutuspotxt span.yearex {
    padding-bottom: 20px;
    display: inline-block;
}

#animated-button {
  display: inline-block;
  padding: 21px 29px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.08em;
  position: relative;
  overflow: hidden;
  transition: all 1s ease;
  width: auto;
	background:#222158;
	border-radius:5px;
	margin:0;
}
#animated-button span {
    z-index: 1;
}
#animated-button:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 0;
  top: 50%;
  left: 50%;
  background: linear-gradient(180deg,var(--e-global-color-secondary) 0%,#f20076 100%);
  transform: translate(-50%, -50%) rotate(-25deg);
  transition: all 0.75s ease;
  z-index: 0;
}
#animated-button:hover {
  color: #fff;
}
#animated-button:hover:after {
  height: 100vh;
}
.topcourseset .elementor-widget-container .e-con-full.e-flex.e-con.e-child {
    height: 100%;
    position: relative;
    display: grid;
}
.topcourseset a.elementor-button.elementor-button-link.elementor-size-sm {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
}
.whychous:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 50px solid #EFF1F9;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    transform: translate(calc(100% - 170px), calc(-100% + 160px));
    z-index: 0;
}
.whychous {
    position: relative;
    overflow: hidden;
	box-shadow: 0px 20px 30px rgb(187 192 207 / 15%);
	background:#fff;
}
.whychous .elementor-image-box-wrapper{
	z-index:11;
	position: relative;
}
.whychousn .elementor-image-box-wrapper{
	z-index:11;
	position: relative;
}
.whychousn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    border: 50px solid #EFF1F9;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    transform: translate(calc(0% - 200px),calc(-100% + 160px));
    z-index: 0;
}
.whychousn {
    position: relative;
    overflow: hidden;
	box-shadow: 0px 20px 30px rgb(187 192 207 / 15%);
	background:#fff;
}
.youtube-placeholder img {
    width: 100%;
}
button.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    width: 68px;
    height: 48px;
    background: none;
	padding:0;
}
.youtube-placeholder img {
    width: 100%;
}
ul {
    margin-left: 20px;
    margin-top: 20px;
}
ul li {
    margin-bottom: 10px;
}
.whychous {
    height: 100%;
}
.whychousn {
    height: 100%;
}
.blueco{
	font-family: "Montserrat", serif !important;
	color:#684df4;
}
ul.toolslset {
    margin: 0;
}
ul.toolslset li {
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 30px;
    border: 1px solid #ccc;
	box-shadow:0 0 10px #d2d2d2;
}
span.certiset {
    font-size: 30px;
    font-weight: 300;
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.certiflex span.elementor-heading-title.elementor-size-default {
    display: flex;
    align-items: center;
	    justify-content: center;

}
.teamcard {
    display: block !important;
}
.teamcard p{
	margin-bottom:10px;
	margin-top:10px;
}
.teamcard h2{
	margin-top:10px;
}
.teamcardin {
    display: block !important;
}


.image-floating {
  animation: vertical-shaking 6s infinite;
}
@keyframes vertical-shaking {
  0% { transform: translateY(0) }
  25% { transform: translateY(-25px) }
  50% { transform: translateY(0px) }
  75% { transform: translateY(-25px) }
  100% { transform: translateY(0) }
}
.image-floatingve {
  animation: vertical-shakingg 6s infinite;
}
@keyframes vertical-shakingg {
  0% { transform: translateX(0) }
  25% { transform: translateX(-25px) }
  50% { transform: translateX(0px) }
  75% { transform: translateX(-25px) }
  100% { transform: translateX(0) }
}
div#digicouindu p {
    margin-bottom: 10px;
}
div#digicouindu {
    display: block;
}
div#digicouindu h5 {
    margin-bottom: 10px;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0 !important;
    margin-right: -15px !important;
/*     border: 3px solid #fff !important; */
    border-radius: 50% !important;
}
@media screen and (max-width: 767px) {
	div#digicouindu div#gallery-1 {
    display: flex;
}
	div#digicouindu {
    display: block;
    width: 80%;
}
	div#digicouindu div#gallery-1 figure.gallery-item {
    margin-right: 0 !important;
}
div#digicouindu div#gallery-1 figure.gallery-item .gallery-icon.landscape {
    width: 50px;
}
	figure.swiper-slide-inner {
    width: 100%;
}
    .locationtabs a {
		width: calc(50% - 5px);
		text-align: center;
		background: #fff;
		box-shadow: 0 0 10px #dfdfdf !important;
		padding: 10px;
		margin: 10px 0;
		border-radius: 30px;
	}
	.locationtabs{
		padding:10px;
	}
}
li.menu-item a.elementor-item {
    font-family: 'Montserrat' !important;
    padding: 12px;
}
.location img.lazyloaded {
    width: 38px;
}
.location a {
    color: #ccc;
}

.contactdetailsflex {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contactdetailsset.footcontset span {
    background: 0 0 !important;
}
.contactdetailsset.footcontset span.scwidth {
    width: 80%;
}
.contactdetailsset.footcontset p.officeset {
    font-size: 14px;
	margin-bottom:0;
	line-height: 17px;
}
.contactdetailsset.footcontset a {
    font-size: 16px;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: top;
    transition: max-height .3s,transform .3s;
    width: 100vw !important;
    max-width: 100vw !important;
    position: absolute;
    left: 0%;
    top: 100%;
    transform: translate(-69%, 0%) !important;
}


@media screen and (max-width: 767px) {
/* .elementor-element.elementor-element-ba7ba66.e-con-full.e-flex.e-con.e-child {
    padding: 10px;
} */
	.bannerinmobil .elementor-slide-heading span.bannertoptxt {
    font-size: 12px !important;
		margin-bottom: 10px !important;
}
	.bannerinmobil .elementor-slide-heading {
    font-size: 18px !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}
	.bannerinmobil .elementor-slide-description {
    font-size: 13px !important;
}
.floating-menu.float-menu-2.notranslate.fm-ready ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 10px;
}
	.float-menu-2 .fm-bar {
    position: fixed;
    z-index: 10100;
    bottom: 20px !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    right: 0;
    height: 55px;
    top: auto !important;
}
	.gradient-color span.elementor-heading-title.elementor-size-default {
    font-size: 40px !important;
}
    .page-template h1.elementor-heading-title.elementor-size-default {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	.page-template h2.elementor-heading-title.elementor-size-default {
		font-size: 26px !important;
		line-height: 30px !important;
	}
	.page-template .elementor-image-box-content h3.elementor-image-box-title {
		font-size: 20px !important;
	}
	.page-template .elementor-icon-list--layout-traditional {
    width: 100% !important;
}
	
	.locationseticon.e-flex.e-con.e-child {
    flex-wrap: nowrap;
}
	div#locoicon {
    width: 15% !important;
}
	.location {
    width: 85%;
}
		.landingformai form.elementor-form .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group {
    width: 100% !important;
}
.floating-menu.float-menu-2.notranslate.fm-ready ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 10px;
    flex-direction: row !important;
}
}

.landingform button#animated-button {
    margin-top: 10px;
}
.landingformai form.elementor-form .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group {
    width: 50%;
}
.category.category-blog .elementor-post__text {
    padding: 15px 15px 15px 0;
}
.category.category-blog .elementor-post__text .elementor-post__excerpt p {
    text-align: justify;
}
div#services-no .elementor-counter-number-wrapper {
    flex: 0;
}
div#serviicon-box span.elementor-icon.elementor-animation-:before, div#serviicon-box span.elementor-icon.elementor-animation-:after {
    display: none;
}
div#knowmoretxtxo h2.sec-title.text-white {
    color: #fff;
}
div#knowmoretxtxo h2.counter-title.text-white{
	color:#fff;
}
div#knowmoretxtxo span.sub-title.cta-title {
    background: #fff;
    color: #684df4;
    padding: 8px 25px;
    border-radius: 30px;
    border: 2px solid #684df4;
}
h3.testihead {
    font-size: 20px;
    color: #111;
    font-weight: 600;
}
.floating-menu ul.fm-bar {
    display: flex;
    flex-direction: row;
}
.floating-menu ul.fm-bar {
    display: flex;
    flex-direction: column !important;
}