/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Template: wp-bootstrap-starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 3.3.6.1678388360
Updated: 2023-03-09 18:59:20

*/

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Roboto:wght@900&display=swap");

@import url("fonts.css");

/* VARIABLES */

:root {
  --black: #1c1c1c;
  --white: #ffffff;
  --grey-1: #f6f6f6;
  --grey-2: #E3E3E3;
  --grey-3: #A7A7A7;
  --blue: #26a9e0;
  --orange: #F16522;
  --purple: #652D90;
  --pink: #DB256B;
	--mobile: 640px;
}

/* GENERAL */

html {
	scroll-behavior: smooth;
}

html body {
	overflow-x: hidden;
}

#quick-contact {
	position: fixed;
	right: 30px;
	bottom: 30px;
	background-color: var(--purple);
	border-radius: 50%;
	width: 64px;
	height: 64px;
	z-index: 10;
	display: flex;
justify-content: center;
align-items: center;
	cursor: pointer;
}

.container {
  max-width: 1260px;
}

.position-relative {
	position: relative;
}

#page {
  background-color: var(--grey-1);
}

.wp-row {
	display: flex;
	gap: 20px;
}
.wp-row > div {
	flex-grow: 1;
}

.external-link p {
	position: relative;
	text-transform: uppercase;
	min-height: 18px;
}
.external-link a {
    display: inline-block;
    position: absolute;
	left: 18px;
}
.external-link p::before {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: var(--orange);
	border-radius: 50%;
	top: -12px;
}

.main-section {
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: visible !important;
}
.inner-padding {
	overflow: visible !important;
}
.inner-padding > .wpb_column > .vc_column-inner {
	padding-top: 0 !important;
}
.inner-padding > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row {
	padding-top: 120px;
	padding-bottom: 120px;
}
.decorator {
	position: absolute;
}
body .no-overflow {
    overflow: inherit !important;
}

@media screen and (max-width: 768px) {
	.wp-row {
		flex-direction: column;
		gap: 0;
	}	
	.main-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.inner-padding > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.decorator {
		display: none;
	}
	.vc_empty_space {
		display: none;
	}
}

/* FONTS */

html,
body {
  color: var(--black);
  font-family: "myriad_pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  color: var(--black);
  letter-spacing: -0.25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -1px;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 30px;
  font-weight: 700;
}
h6 {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
}

p, li, td {
	font-size: 16px;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
	h1 {
  		font-size: 36px;
	}
	h2 {
	  font-size: 30px;
	}
	h3 {
	  font-size: 24px;
	}
}

/* FORMS */

.wpcf7-form label {
	width: 100%;
	margin-bottom: 10px !important;
}

.wpcf7-form p {
	width: 100%;
}

input.form-control, textarea.form-control {
	width: 100%;
	margin: 5px 0 15px 0;
	padding: 20px 15px;
	border-color: #A7A7A7;
	border-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 16px;
	font-weight: 300;
}
textarea.form-control {
	height: 200px;
}
input.wpcf7-submit {
	border-radius: 50px;
	padding: 8px 25px;
	background-color: var(--purple);
	border: none;
	font-size: 18px;
	font-weight: 300;
}
input.wpcf7-submit:hover {
	background-color: var(--blue);
}

/* BUTTONS */

button.vc_general.vc_btn3-style-modern,
a.vc_general.vc_btn3-style-modern {
  font-size: 18px;
	color: var(--black) !important;
  font-weight: 300;
  background-color: inherit !important;
  border: 1px solid var(--black) !important;
  border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

button.vc_general.vc_btn3-style-modern i::before {
  line-height: 10px;
}

/* HEADER */

header#masthead {
  background-color: inherit;
  box-shadow: none;
  position: relative;
}
body:not(.theme-preset-active) #masthead .navbar-nav {
	align-items: center;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: var(--black);
  font-size: 22px;
  font-weight: 300;
  padding: 0 25px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	color: var(--blue) !important;
	font-weight: 400 !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
  color: var(--blue);
  font-weight: 300;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child a {
/* 	padding-right: 0; */
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.contact {
	margin-left: 20px;
	border-radius: 50px;
	padding: 8px 15px;
	background-color: var(--blue);
	border: none;
	font-size: 18px;
	font-weight: 300;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.contact a {
	color: var(--white) !important;
}

/* FOOTER */

body:not(.theme-preset-active) footer#colophon {
	background-color: #ffffff;
	font-size: 100%;
}
footer .container {
	padding-top: 20px !important;
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid var(--grey-2);
}
footer .wp-row .left {
	display: flex;
	gap: 20px;
}
footer .wp-row .left > p {
	line-height: 1.2;
	max-width: 320px;
}
footer .wp-row .right {
	text-align: right;
}
footer .wp-row .right img {
	margin-left: 30px;
}
footer img {
	height: max-content;
}

@media screen and (max-width: 768px) {
	footer .wp-row .left {
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap: 0;
		text-align: center;
	}
	footer .wp-row .right {
		text-align: center;
	}
	footer .wp-row .right img {
		margin: 15px;
	}
}

/* HOMEPAGE SLIDER */

.main-slider {
  margin-top: -30px;
	text-align: center;
	overflow: visible !important;
}
.main-slider::after {
	content: '';
	width: 0;
	height: 4px;
	background-color: rgba(0,0,0,0.05);
}
.main-slider.timer::after {
	animation-name: timer;
    animation-duration: 4s;
	animation-iteration-count: infinite;
}

@keyframes timer {
  from {width: 0;}
  to {width: 100%;}
}

.main-slider .slide {
	min-height: 580px;
	position: relative;
	text-align: left;
}
.main-slider .slide {
	display: none !important;
}
.main-slider .slide.visible {
	display: flex !important;
}

.main-slider .slide-image img {
	width: 105%;
	position: absolute;
	top: 0;
	right: 0;
	max-width: max-content;
}

.main-slider .slide h1 {
  font-size: 72px;
	font-weight: 700;
}
.main-slider .slide p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}

.main-slider .slide hr {
  max-width: 180px;
  border-top: 1px solid var(--black);
  margin-left: 0;
}

.main-slider .arrow {
	cursor: pointer;
	position: absolute;
	width: 36px;
    height: 36px;
    border-radius: 50%;
	z-index: 5;
}
.main-slider .arrow-left {
	left: -46px;
	top: calc(50% - 23px);
	background-color: var(--pink);
}
.main-slider .arrow-right {
	right: -46px;
	top: calc(50% - 23px);
	background-color: var(--purple);
}
.main-slider .arrow > * {
	position: relative;
	width: 100%;
	height: 100%;
}
.main-slider .arrow img {
	width: 40%;
	position: absolute;
  	top: 50%;
  	left: 50%;
	transform: translate(-50%, -50%)
}
.main-slider .arrow-left img {
	transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
	.main-slider .slide {
		margin-top: 40px;
	}
	.main-slider .slide p, .main-slider .slide h1 {
		text-align: center;
	}
	.main-slider .slide .vc_btn3-container {
		text-align: center;
		width: 100%;
	}
	.main-slider .slide hr {
		margin: 1rem auto;
	}
	.main-slider .slide-image img {
		position: static;
		width: 100%;
	}
	.main-slider .slide-image {
		margin-top: 40px;
	}
	.main-slider .arrow {
		position: static;
		display: inline-block;
	}
	.main-slider .slide h1 {
	  font-size: 48px;
	}	
	.main-slider .slide p {
	  font-size: 18px;
	}
}

/* HOMEPAGE ABOUT US */

#about-us .section-main-image img {
	position: absolute;
	right: 0;
	top: 0;
	height: auto;
	width: 580px;
	max-width: initial;
}
#about-us .vc_tta-panels {
	margin-left: 60px;
}
#about-us .vc_tta-panels .vc_tta-title-text {
	font-size: 36px;
	font-weight: 700;
	color: var(--black);
}
#about-us .vc_tta-panels .vc_tta-panel-heading {
	background-color: inherit;
	border-radius: none;
	border-left: none;
	border-right: none;
}
#about-us .vc_tta-panels .vc_tta-panel-heading a {
	padding: 30px;
	padding-left: 0;
}
#about-us .vc_tta-panels .vc_tta-panel-body {
	background-color: inherit;
	border: none;
	padding-left: 0;
}

@media screen and (max-width: 768px) {
	#about-us .section-main-image img {
		position: static;
		width: 100%;
	}
	#about-us .vc_tta-panels {
		margin-left: 0;
	}
}

/* HOMEPAGE TOTARA  */

#totara .options > div > div > .wpb_wrapper {
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	background-color: var(--white);
	padding: 30px;
}
#totara .options .wpb_wrapper img {
	max-width: 200px;
}
#totara .options .wpb_text_column {
	margin-bottom: 0;
}

/* HOMEPAGE LMS */

#lms .pre-header h3 {
	color: var(--blue);
	font-weight: 400;
}
#lms .table table {
	width: inherit;
}
#lms .table td {
	border-top: none;
}
#lms .table td {
	padding: 0 40px 0 0;
	font-size: 18px;
	line-height: 1.2;
}
#lms .table td strong {
	font-size: 36px;
	font-weight: 700;
}

/* HOMEPAGE SOLUTION */

@media screen and (max-width: 768px) {
	#solution > div > div > div > div {
		background-image: none !important;
	}
}

/* HOMEPAGE CONTACT */

#contact .content h6 {
	color: var(--purple);
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 400;
}
#contact .content h1 {
	margin-top: 10px;
}
#contact .content p {
	font-size: 18px;
}
#contact .contact-details img {
	margin-right: 5px;
}
#contact table {
	margin: 0 auto;
	width: inherit;
}
#contact table td {
	padding: 0 20px;
	font-size: 18px;
	font-weight: 300;
}

/* HOMEPAGE PARTNERS */

#partners {
	padding-top: 0;
}

#partners h6 {
	color: var(--purple);
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 400;
}

#partners .wpb_image_grid .wpb_image_grid_ul,
#totara .wpb_image_grid .wpb_image_grid_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
#partners .wpb_image_grid .wpb_image_grid_ul li,
#totara .wpb_image_grid .wpb_image_grid_ul li{
	max-width: 100px;
	position: static !important;
	float: inherit;
}

@media screen and (max-width: 768px) {
	#partners .wpb_image_grid .wpb_image_grid_ul {
		flex-wrap: wrap;
	}
}





