/*

Theme Name:  ..........
Theme URI:   ..........
Description: .......... Multi-Purpose Responsive Template is powerful multipurpose theme that will help 	you to build practically any site. Each one can be made unique with just a few clicks.
Author:      ArtofThemes
Author URI:  http://www.artofthemes.com
Version:     1.0.0
License:     GPL 2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        agency, blog, bootstrap, corporate, deco interior, gym fitness, magazine, parallax, portfolio, restaurant, shop, spa, sports, sticky

*/


--------------------------------------------------------------*/

/* -----------------------------------------------------------
  General Styles  
 ------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "Montserrat", sans-serif !important;
	line-height: 26px;
}
html {
    height: 100%;
    padding: 0;
    margin: 0;
}
a:hover, a:focus {
	border:none;
}
img {
	height:auto;
	display: block;
	max-width: 100%;
}
hr {
    display: block;
    height: 1px;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p  {
	font-weight: normal;
	margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
li {
	list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*=======================================================
          MAIN STYLES
========================================================*/

header#header_top {
    padding: 10px 0;
}
.logo img {
    max-width: 250px;
}
   
section#hero_section {
    /* background: url("../img/school_concept_AI.jpg"); */
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-size: auto;
    background-position: center center;
    position: relative;
    /* height: 100vh; */
    padding-top: 10px;
}

.container.hero {
    position: relative;
    max-width: 1300px;
    height: 100%;
    background-image: url("../img/school_concept_AI.jpg");
    background-size: cover;
    background-position: center;
}

.row {
    height: 100%; /* Make sure the row fills the height of its parent */
}

.col-md-12 {
    height: 100%; /* Make sure the column fills the height of its parent */
}

.hero_content {
    height: 100%; /* Make sure the hero content fills the height of its parent */
}

.hero_box {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8); /* Adjust the background color and opacity as needed */
    padding: 20px;
}
.hero_box h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 47px;
    color: #000;
}


/* Hero Bottom Section */

section#hero_bottom_section {
    margin-top: 50px;
}
.flex-column-reverse {

}
.hero_bottom_right {
    margin-top: 170px;
}
.content p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}


/* HR Learning Section */
section#hr_learning_section {
    padding: 100px 0;
}
.hr_learning_head h1 {
    color: #11006c;
    text-align: center;
    font-weight: 800;
    margin-bottom: 50px;
    font-size: 42px;
    line-height: 52px;
}
.col-md-4.padding {
    padding: 0;
}
.hr_learning_box {
    background-color: #35B8EC;
    text-align: center;
    color: #fff;
    padding: 70px 30px;
    height: 455px;
}
.hr_learning_box.two {
    background-color: #11006C;
}
.hr_learning_box.three {
    background-color: #6635EC;
}
.hr_learning_box img {
    margin: 0 auto;
    width: 79px;
}
.hr_learning_box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
}


/* Kids Section */

section#kids_section {
    padding: 30px 0 90px;
}
.kids_head h1 {
    color: #11006c;
    text-align: center;
    font-weight: 800;
    margin-bottom: 50px;
    font-size: 42px;
    line-height: 52px;
}
.kids_box button {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    fill: #2A2765;
    color: #2A2765;
    background-color: #3FB9E8;
    padding: 3% 20% 3% 20%;
    border: none;
    font-size: 20px;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}
.kids_box button.motivation {
    padding: 3% 20% 3% 20%;
}
.kids_box button.coursework {
    padding: 3% 5% 3% 5%;
    background-color: #2A2765;
    color: #fff;
}
.kids_box img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
}
.kids_box p {
    color: #2a2765;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}


/* Imagine Section */

section#imagine_section {
    padding: 80px 0 80px;
    background-image: url("../img/bg12.png");
    background-size: cover;
    background-position: center;
    color: #fff;
}
.imagine_left img {
    width: 360px;
}
.imagine_right_content p {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-top: 120px;
    margin-left: 40px;
}


/* About Section */

section#about_section {
    padding: 80px 0 80px;
    background-color: #fff;
}
.about_left_content h4 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
}
.about_left_content p {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}
.about_left_content ul#list {
    margin: 20px 0 0;
    padding-left: 70px;
}
.about_left_content ul#list li {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    position: relative;
}
.about_left_content ul#list li:before {
    content: "";
    background-image: url("../img/accept.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -3px;
    position: absolute;
    left: -45px;
}



/* Image Section */

section#image_section {
    background-image: url("../img/image.webp");
    background-repeat: no-repeat;
    min-height: 1085px;
    background-size: cover;
}


/* Embrace Section */

section#embrace_section {
    padding: 80px 0 80px;
    background-color: #fff;
}
.embrace_item {
    margin-bottom: 30px;
}
.embrace_content .embrace_item h4 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
}
.embrace_content .embrace_item p {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}
.embrace_item ul#list {
    margin: 20px 0 0;
    padding-left: 70px;
}
.embrace_item ul#list li {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    position: relative;
}
.embrace_item ul#list li:before {
    content: "";
    background-image: url("../img/accept.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin-top: -3px;
    position: absolute;
    left: -45px;
}


/* Why Section */

section#why_section {
    background-image: url("../img/theproblem-hero-bg.webp");
    background-color: #6e6e6e;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    min-height: 800px;
}
.why_content h2 {
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 42px;
    line-height: 56px;
    text-transform: uppercase;
    margin-top: 300px;
    padding: 0 270px;
}




/* Post-Covid Section */

section#postcovid_section {
    padding: 100px 0px;
    background-color: #171717;
}
.postcovid_right_block h2 {
    color: #fff;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    padding: 0 21px;
    margin-top: 70px;
}
.postcovid_right_block h2 span {
    color: #35b8ec;   
}


/* CallToAction Section */

section#calltoaction_section {
    background-image: url("../img/join2hr-bg-scaled.webp");
    background-color: #6e6e6e;
    background-size: cover;
    background-position: top;
    background-blend-mode: multiply;
    min-height: 668px;
}
.calltoaction {
    margin-top: 220px;
}
.calltoaction h2 {
    color: #fff;
    text-align: center;
    font-weight: 800;
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 52px;
}
.calltoaction a {
    background-color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 300px;
    border-radius: 5px;
    padding: 20px 10px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    margin-top: -20px;
}



/* Footer Section */

footer#footer_section {
    background-color: #fff;
    padding: 80px 0;
}
.footer_block h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 30px;
    cursor: pointer;
}
.footer_block p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 20px;
}


/*.mobile-container {
  display: none;
}*/

.topnav {

  position: relative;
}

.topnav #myLinks {
    display: none;
    background-color: #333;
    transition: all 0.3s;
    position: absolute;
    right: 0px;
    top: 36px;
    width: 130px;
    z-index: 999;
}

.topnav a {
    color: white;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/*
.topnav a:hover {
  background-color: #ddd;
  color: black;
}*/

.active {
  color: white;
}