@import "reset.css";
@import "font.css";
@import "slick.css";
@import "slick-theme.css";

/**
--------------------------------------------------------------------------------------
------------------------ ************ Public Css ************ ------------------------
--------------------------------------------------------------------------------------
**/

body {
    font-family: Peyda;
    background-color: #F7F7FA;
}

img {
    height: auto;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
}

.link404 {
    color: #0062d7;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    padding: 5px 0 0 0;
    transition: 0.3s ease;
    border-bottom: 1px solid #0031AC29;
}

.header_shrink {
    background: white;
    padding: 5px;
}

.logo {
    float: left;
    width: 115px;
    margin: 0 80px 0 0;
}

.header_menu {
    float: right;
}

.header_menu ul li {
    float: left;
    padding: 30px;
    font-size: 16px;
}

.header_menu ul li a {
    font-weight: 500;
}

#top_section {
    /*height: 100vh;*/
    padding: 130px 0 290px 0;
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: bottom;
    position: relative;
    /*background: rgb(255, 255, 255);*/
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(219, 242, 253, 1) 100%);*/
}

.cloud_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.cloud_bottom img {
    width: 100%;
}

.image_top_section {
    position: absolute;
    bottom: 35px;
    right: 8%;
    width: 750px;
}

.top_section_details {
    width: 500px;
}

#top_section h1 {
    font-size: 45px;
    font-weight: 700;
    color: #0031ad;
    line-height: 50px;
}

#top_section h2 {
    font-size: 15px;
    font-weight: 500;
    color: #0031ad;
    margin: 15px 0 30px 0;
}

#top_section h2 span {
    font-weight: 500;
}

.download_buttons {
    float: left;
}

.download_button a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #0031ad;
    border: 1px solid #0031ad;
    border-radius: 40px;
    padding: 15px 30px;
    width: 245px;
    margin: 0 0 12px 0;
    display: table;
    transition: 0.3s ease-out;
}

.download_button a img {
    width: 25px;
    display: inline;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.download_button a:hover {
    background-color: #002991;
}

.play_button {
    float: left;
    background-color: #0031ad00;
    padding: 26px 28px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 50px 0 0 30px;
    border: 1px solid #0031ad;
    cursor: pointer;
}

#frame_video {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999999;
    display: none;
}

#frame_video > div {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.video_box {
    width: 50%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

.close_frame_video {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    display: table;
    margin: 0 auto 20px auto;
    border-radius: 5px;
    cursor: pointer;
}

#logos {
    padding: 40px 0;
}

.title_partners {
    font-size: 30px;
    font-weight: 600;
    color: #0031ad;
    position: relative;
    display: table;
    float: right;
}

.title_partners:after {
    content: url(../images/arrow-right.png);
    display: table;
    position: absolute;
    left: -100px;
    top: 0;
}

.logo_partners {
    padding: 70px 0 30px 0;
    display: table;
    margin: 0 auto;
}

.col_logo_partners {
    float: right;
    padding: 0 8px;
}

.title_news {
    font-size: 30px;
    font-weight: 600;
    color: #0031ad;
    position: relative;
    direction: ltr;
}

.title_news:before {
    content: url(../images/arrow-left.png);
    display: table;
    position: absolute;
    left: 150px;
    top: -20px;
}

.logo_news {
    display: table;
    margin: 0 auto;
    padding: 10px 0 30px 0;
}

.col_logo_news {
    float: right;
    padding: 0 20px;
}

#attribute {
    padding: 110px 0 30px 0;
}

.row_attribute {
    margin: 0 -40px;
}

.col_attribute {
    float: left;
    width: 50%;
    padding: 40px;
}

.box_attribute {
    border-radius: 45px;
    position: relative;
}

.box_attribute1 {
    background-color: #34F2FE;
}

.box_attribute2 {
    background-color: #6CFFE2;
}

.box_attribute3 {
    background-color: #32FFAF;
}

.box_attribute4 {
    background-color: #FBDD1A;
}

.img_attribute {
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.box_attribute1 .img_attribute {
    width: 150%;
    right: -105px;
}

.box_attribute2 .img_attribute {
    width: 85%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.box_attribute3 .img_attribute {
    width: 65%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.box_attribute4 .img_attribute {
    width: 140%;
    right: -85px;
}

.detail_attribute {
    padding: 25px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    border-radius: 45px;
}

.box_attribute1 .detail_attribute {
    background: rgb(229, 225, 187);
    background: linear-gradient(180deg, rgba(229, 225, 187, 0) 0%, rgb(52 242 254 / 80%) 50%, rgb(52 242 254) 100%);
}

.box_attribute2 .detail_attribute {
    background: rgb(228, 218, 227);
    background: linear-gradient(180deg, rgba(228, 218, 227, 0) 0%, rgb(108 255 226 / 80%) 50%, rgb(108 255 226) 100%);
}

.box_attribute3 .detail_attribute {
    background: rgb(227, 240, 211);
    background: linear-gradient(180deg, rgba(227, 240, 211, 0) 0%, rgb(50 255 175 / 80%) 50%, rgb(50 255 175) 100%);
}

.box_attribute4 .detail_attribute {
    background: rgb(199, 216, 225);
    background: linear-gradient(180deg, rgba(199, 216, 225, 0) 0%, rgb(251 221 26 / 80%) 50%, rgb(251 221 26) 100%);
}

.title_attribute {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.excerpt_attribute {
    font-size: 18px;
    width: 90%;
}

.main_title_attribute {
    font-size: 60px;
    font-weight: 700;
    color: #0031ad;
    margin: 0 0 150px 0;
}

.main_title_capabilities {
    font-size: 50px;
    font-weight: 700;
    color: #0031ad;
    margin: 0 0 30px 0;
}

.row_capabilities {
    width: 100%;
    height: 290px;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 120px 0 0 0;
    border: 1px solid #ECECEC;
}

.col_capabilities {
    width: 25%;
    float: left;
    padding: 0 50px 80px 50px;
    margin: -40px 0 0 0;
    border-radius: 15px;
}

.col_capabilities:hover {
    color: #ffffff;
    background-color: #FFB700;
    box-shadow: 0px 4px 17px 0px #00000040;
    height: 375px;
}

.icon_capabilities {
    width: 100px;
    margin: -35px auto 0 auto;
}

.title_capabilities {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    /*height: 45px;*/
    /*display: flex !important;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}

.title_capabilities1 {
    color: #F6261B;
}

.title_capabilities2 {
    color: #FFB700;
}

.title_capabilities3 {
    color: #0031ad;
}

.title_capabilities4 {
    color: #00B6E9;
}

.col_capabilities:hover .title_capabilities1,
.col_capabilities:hover .title_capabilities2,
.col_capabilities:hover .title_capabilities3,
.col_capabilities:hover .title_capabilities4 {
    color: #ffffff;
}

.excerpt_capabilities {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

#footer {
    background-color: #265CCC;
    position: relative;
    border-radius: 20px;
    margin: 160px auto 0 auto;
}

#bottom_footer {
    padding: 20px 0;
}

.hooban_studio {
    float: right;
}

.hooban_studio a {
    color: #919191;
    font-size: 15px;
}

.hooban_studio a:hover {
    color: #000000;
}

.social_footer {
    float: left;
    width: 35px;
    margin: 0 0 0 10px;
}

.mobile {
    position: absolute;
    top: -125px;
    right: 100px;
    width: 300px;
}

.col_footer1 {
    width: 400px;
    float: left;
    padding: 50px;
}

.col_footer2 {
    width: 370px;
    float: left;
    padding: 50px;
}

.logo_footer {
    width: 95%;
}

.excerpt_footer {
    font-size: 17px;
    color: #ffffff;
    margin: 20px auto;
}

.download_button_footer {
    margin: 20px 0 0 0;
}

.download_button_footer a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 40px;
    padding: 12px 30px;
    display: table;
    transition: 0.3s ease-out;
}

.download_button_footer a:hover {
    background-color: #ffffff;
    color: #0031ad;
}

.col_footer_logo {
    width: 50%;
    float: right;
    padding: 10px;
}

.box_footer_logo {
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.logo_partners_mobile {
    display: none;
    margin: 50px 0 0 0;
}

.slick-slide {
    height: auto !important;
}

.mobile_menu_open {
    display: none;
    margin: 12px auto 0px;
    border: 1px solid #0031ad;
    border-radius: 5px;
    font-weight: 300;
    padding: 5px 20px;
    color: #0031ad;
    float: right;
}

.mobile_menu_frame {
    position: fixed;
    background: rgb(0 49 173 / 90%);
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    right: 0px;
    display: none;
    padding: 30px;
}

.mobile_menu_close {
    width: 55px;
    height: 55px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 25px;
    color: #ffffff;
    font-size: 40px;
}

.mobile_menu_frame ul li {
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.mobile_menu_frame ul li:last-child {
    border-bottom: unset;
}

.mobile_menu_frame ul li a {
    display: block;
    padding: 11px;
    color: #fff;
    font-size: 16px;
}

#under_header {
    background-image: url(../images/background.png);
    background-size: cover;
    background-position: top;
    height: 340px;
    position: relative;
}

.cloud_bottom_under_header {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.main_title_blog {
    font-size: 60px;
    font-weight: 700;
    color: #0031ad;
    margin: 0 0 20px 0;
    position: relative;
}

.archive_cat {
    margin: 0 -5px 30px -5px;
}

.archive_cat_name {
    float: right;
    padding: 5px;
}

.archive_cat_name a {
    background-color: #265CCC;
    color: #fff;
    padding: 10px 25px;
    border-radius: 7px;
    display: block;
    font-size: 17px;
    font-weight: 500;
}

.archive_blog_row {
    background: white;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    margin: 15px 0;
}

.archive_blog_image {
    float: left;
    width: 250px;
}

.archive_blog_image img {
    border-radius: 5px;
}

.archive_blog_details {
    float: right;
    width: calc(100% - 250px);
    padding: 0 0 0 20px;
}

.archive_blog_title a {
    font-size: 18px;
    font-weight: 600;
}

.archive_blog_meta {
    padding: 10px 0 20px 0;
}

.archive_blog_meta_col {
    padding: 0 0 0 20px;
    float: right;
}

.archive_blog_meta_icon {
    padding: 2px 0 0 10px;
    float: right;
}

.archive_blog_meta_text {
    font-size: 12px;
    color: #5A5A5A;
    float: right;
}

.archive_blog_excerpt {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.archive_blog_read_more a {
    color: #265CCC;
    border: 1px solid #265CCC;
    padding: 7px 20px;
    display: table;
    float: right;
    border-radius: 5px;
    margin: 8px 0 0 0;
    transition: 0.3s ease;
}

.archive_blog_read_more a:hover {
    background-color: #265CCC;
    color: #ffffff;
}

.col_post {
    /*width: calc(100% - 330px);*/
    /*float: right;*/
}

.box_post {
    background-color: #FCFCFC;
    border-radius: 10px;
    margin: 10px 0 0 0;
}

.tags a {
    background-color: #ebebeb;
    padding: 7px 12px;
    border-radius: 5px;
    font-size: 15px;
    color: #1b1b1b;
    display: inline-block;
    margin: 3px;
}

.tags a:hover {
    background-color: #c7c7c7;
}

.post_thumbnail img {
    border-radius: 10px 10px 0 0;
    height: auto;
    margin: 0 auto;
    display: table;
}

.post_content {
    padding: 30px;
}

.post_title {
    font-size: 25px;
    font-weight: 600;
}

.blog_post_content p {
    font-size: 18px;
    line-height: 29px;
    text-align: justify;
    margin: 0 0 10px 0;
}

.blog_post_content p:last-child {
    margin: 0;
}

.blog_post_content a {
    color: blue;
}

.blog_post_content h1 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 10px;
}

.blog_post_content h2 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

.blog_post_content h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.blog_post_content h3 span {
    font-weight: 800;
}

.blog_post_content h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.blog_post_content h5 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
}

.blog_post_content h6 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.blog_post_content ul li {
    list-style: disc;
    list-style-position: inside;
}

.blog_post_content ol li {
    list-style-position: inside;
}

.sidebar_main_title {
    font-size: 22px;
    font-weight: 700;
    color: #0031ad;
    margin: 0 0 10px 0;
}

#respond {
    position: relative;
}

.comment-author img {
    float: right;
    overflow: hidden;
    border-radius: 100%;
    width: 45px;
    height: 45px;
}

.comment-author cite.fn {
    font-style: inherit;
    font-size: 14px;
    padding-right: 15px;
    padding-top: 5px;
    display: table;
    font-weight: 700;
    color: #0c5390;
}

.comment-author span.says,
.commentmetadata {
    display: none;
}

.commentmetadata a {
    font-size: 12px;
    color: gray;
    padding-right: 10px;
}

.comment-body {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

ul.children .comment-body {
    position: relative;
}

.comment-body p {
    padding-right: 60px;
    font-size: 14px;
    font-weight: 300;
    padding-top: 5px;
    color: #000000;
}

.reply {
    text-align: left;
    line-height: 15px;
}

.comment-reply-link {
    color: #0c5390;
    font-size: 14px;
    font-weight: 300;
}

.single-comment ul.children {
    padding-right: 30px;
}

.form-submit {
    text-align: left;
}

.logged-in-as {
    margin-top: 10px;
}

.logged-in-as a {
    font-size: 13px;
    font-weight: 300;
}

.logged-in-as a:last-child {
    color: #0c5390;
    margin-right: 20px;
}

#cancel-comment-reply-link {
    padding: 3px 10px 4px;
    color: #fff;
    background: #0c5390;
    border-radius: 5px;
    font-weight: 300;
    margin-top: 10px;
    margin-right: 10px;
}

ul.children {
    padding-right: 40px;
}

li.comment {
    list-style: none;
    padding: 10px 15px;
}

ul.children li.comment {
    padding: 0;
}

.content-comments {
    padding: 20px 40px 20px 50px;
}

.comment-awaiting-moderation {
    font-style: inherit;
    font-size: 13px;
    color: #008103;
    font-weight: 300;
    padding-right: 15px;
}

.comment-reply-title {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 15px;
}

.arrow_title a {
    font-weight: 400;
}

#reply-title {
    display: none;
}

.logged-in-as a {
    font-size: 12px;
    padding: 20px 0;
}

.input_col1 {
    width: 50%;
    float: right;
}

.input_col2 {
    width: 50%;
    float: left;
}

.input_col2 input {
    float: left;
}

.comment-form input {
    border: 1px solid #cdcdcd;
    padding: 10px 20px;
    font-family: Peyda;
    border-radius: 5px;
    width: 100%;
    background-color: #f6f6f6;
}

textarea:focus, input:focus {
    border: 1px solid #7d7d7d;
    outline: none;
}

textarea {
    border: 1px solid #cdcdcd;
    padding: 10px 20px;
    font-family: Peyda;
    border-radius: 5px;
    width: 100%;
    background-color: #f6f6f6;
}

.submit button {
    background-color: #0031ad;
    padding: 10px 50px;
    color: #fff;
    font-family: Peyda;
    font-size: 17px;
    border-radius: 5px;
    display: table;
    border: none;
    margin: 10px auto 0 auto;
}

.comment_box_body {
    padding: 30px;
    background: white;
    border-radius: 10px;
    margin: 20px 0;
}

.comment_box_title {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.inputSpacing {
    padding: 10px 15px;
}

.labelTheme {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
}

.inputTheme {
    outline: none;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
}

textarea.inputTheme {
    height: 110px;
}

.colm6 {
    width: 50%;
    float: right;
}

.comment_box_body {
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 20px 0;
}

.buttonTheme {
    font-size: 16px;
    color: #ffffff;
    background-color: #0031ad;
    border: 1px solid #0031ad;
    border-radius: 40px;
    padding: 12px 25px;
    display: table;
    font-family: Peyda;
    margin: 0 auto;
}

.inputTheme {
    outline: none;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
}

.search_section {
    background-color: #ECE8F2;
    height: 45px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.search_section input {
    padding: 15px 0;
    border: none;
    font-family: Peyda;
    font-weight: 300;
    font-size: 10px;
    color: #A5A5A5;
    background-color: transparent;
}

.search_section button {
    padding: 10px;
    float: right;
    background-color: transparent;
    border: none;
}

.comment_img img {
    width: 15px;
    margin: 0 5px;
}

.col_sidebar {
    float: left;
    width: 300px;
}

.main_title_about_us {
    font-size: 60px;
    font-weight: 700;
    color: #0031ad;
    margin: 0 0 20px 0;
}

.content_about_us {
    font-size: 20px;
    text-align: justify;
    line-height: 32px;
}

.image_about_us {
    margin: 20px 0;
}

.image_about_us img {
    border-radius: 10px;
}

.col_contact_us1 {
    width: 300px;
    padding: 0 0 0 20px;
    float: right;
}

.col_contact_us2 {
    width: calc(100% - 300px);
    float: right;
    border-radius: 8px;
    overflow: hidden;
}

.rectangle {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 35px;
    height: 130px;
    padding: 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    position: relative;
}

.email_vector {
    width: 60px;
    margin: 10px 0 0 0;
}

.detail_contact {
    position: absolute;
    right: 20px;
    top: 33px;
}

.detail_contact_title {
    font-size: 20px;
    color: #0031ad;
    font-weight: 600;
    padding-bottom: 5px;
}

.detail_contact_excerpt {
    font-size: 15px;
    color: #373737;
}

.address_box {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    height: 130px;
    padding: 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

.address_icon {
    float: left;
}

.address_box_content {
    float: left;
    padding: 15px 20px;
}

.breadcrumb span {
    font-weight: 500;
}

.main_title_work_us {
    font-size: 60px;
    font-weight: 700;
    color: #0031ad;
}

.main_excerpt_work_us {
    font-size: 30px;
    font-weight: 500;
    color: #0031ad;
    margin: 0 0 20px 0;
}

.content_work_us {
    font-size: 20px;
    text-align: justify;
    line-height: 32px;
}

.row_jobs {
    margin: 0 -10px;
}

.col_job {
    width: 50%;
    float: right;
    padding: 10px;
}

.box_job {
    height: 245px;
    border-radius: 10px;
    box-shadow: 0 4px 30px 0 #0000001a;
    padding: 30px 50px;
    margin: 20px 0 20px 20px;
}

.job_header {
    padding: 0 0 10px 0;
}

.job_icon {
    float: right;
    width: 30px;
    margin: 0 0 0 10px;
}

.job_title {
    float: right;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 0;
}

.job_excerpt {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}

.job_btn {
    font-size: 16px;
    font-weight: 500;
    color: #0031ad;
    border: 1px solid #0031ad;
    border-radius: 40px;
    padding: 10px 20px;
    display: table;
    transition: 0.3s ease-out;
    margin: 20px 0 0 0;
}

.job_btn:hover {
    color: #ffffff;
    background-color: #0031ad;
}

.aligncenter {
    margin: 0 auto;
    display: table;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    display: table;
    margin: 0 auto;
}

.pagination .current {
    background: #0c5390;
    color: #fff;
}

.pagination span, .pagination a {
    display: block;
    float: right;
    margin: 2px 0px 2px 10px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    color: #868686;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    padding: 5px;
    box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 20%);
    background: white;
}

#search_bar {
    width: 400px;
    position: absolute;
    top: 20px;
    right: 0;
}

#search_bar form {
    position: relative;
}

#search_bar input {
    width: 100%;
    font-size: 15px;
    font-family: 'Peyda';
    padding: 11px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

#search_bar input:focus {
    border-color: #265CCC;
}

#search_bar button {
    background-color: #265CCC;
    color: #fff;
    padding: 7px 25px;
    border-radius: 7px;
    border: unset;
    font-size: 15px;
    font-family: 'Peyda';
    font-weight: 500;
    position: absolute;
    top: 5px;
    right: 5px;
}

.archive_description {
    margin: 0 0 15px 0;
    font-size: 16px;
    text-align: justify;
    color: #505050;
    line-height: 25px;
}

/** Landing Pages **/
#school_landing_page #top_section {
    background: linear-gradient(95.69deg, #6CE3FF -0.03%, #DEF8FF 36.97%, #6CE3FF 97.33%);
    padding: 200px 0 290px 0;
}

#school_landing_page .top_section_details {
    width: 630px;
}

#school_landing_page #top_section h1 {
    font-size: 30px;
    color: #000000;
}

#school_landing_page .image_top_section {
    width: 450px;
    margin: 0 0 70px 0;
}

.cta_button_landing {
    float: left;
}

.cta_button_landing a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #0031ad;
    border: 1px solid #0031ad;
    border-radius: 40px;
    padding: 12px 40px;
    margin: 20px 0 0 0;
    display: table;
}

.main_title_landing {
    font-size: 55px;
    font-weight: 700;
    color: #0031ad;
    text-align: center;
}

.sub_title_landing {
    color: #8897BC;
    font-size: 25px;
    text-align: center;
    font-weight: 300;
}

#landing_section_1 {
    padding: 70px 0;
}

#landing_section_2 {
    padding: 140px 0;
    background-color: #F4F4F4;
    position: relative;
}

#business_landing_page #landing_section_2 {
    padding: 140px 0 220px 0;
}

#landing_section_3 {
    padding: 70px 0;
}

#landing_section_2 .container {
    width: 1100px;
}

.main_title_circle {
    color: #0031ad;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    width: 350px;
    height: 350px;
    border: 2px solid #0031ad;
    border-radius: 100%;
    padding: 100px 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 100px;
    background: #f4f4f4;
}

.box_section_right {
    float: right;
}

.box_section_left {
    float: left;
}

.box_section_right_1 {
    background-color: #F4F4F4;
    box-shadow: 0 4px 6.3px 4px #0000000A;
    padding: 30px;
    border-radius: 5px;
    width: 500px;
}

.box_section_right_2 {
    background-color: #F4F4F4;
    box-shadow: 0 4px 6.3px 4px #0000000A;
    padding: 30px;
    border-radius: 5px;
    margin: 20px 40px 0 0;
    width: 500px;
}

.box_section_left_1 {
    background-color: #F4F4F4;
    box-shadow: 0 4px 6.3px 4px #0000000A;
    padding: 30px;
    border-radius: 5px;
    width: 500px;
    margin: 55px 0 0 0;
}

.box_section_right_icon {
    float: right;
}

.box_section_right_text {
    float: right;
    font-size: 20px;
    width: 200px;
    margin: 0 20px 0 0;
}

.box_section_left_icon {
    float: left;
}

.box_section_left_text {
    float: left;
    font-size: 20px;
    width: 200px;
    margin: 0 0 0 20px;
}

.row_section {
    width: 800px;
    margin: 150px auto 0 auto;
}

.col_section {
    width: 50%;
    float: right;
    padding: 15px;
}

.box_section_1 {
    background-color: #FFF7BE;
    border-radius: 5px;
    padding: 120px 30px 30px 30px;
    position: relative;
    height: 330px;
}

.box_section_2 {
    background-color: #C2FFF8;
    border-radius: 5px;
    padding: 120px 30px 30px 30px;
    position: relative;
    height: 330px;
}

.box_section_image {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: -100px;
    margin: 0 auto;
    overflow: hidden;
}

.box_section_1 .box_section_image {
    border: 10px solid #FFDE00;
}

.box_section_2 .box_section_image {
    border: 10px solid #00F3FF;
}

.box_section_title {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 15px 0;
}

.box_section_excerpt ul li {
    font-size: 15px;
    list-style: disc;
    list-style-position: inside;
}

#business_landing_page #top_section {
    background: linear-gradient(90.35deg, #FFDE00 0.25%, #FFF8CA 34.5%, #FFDE00 71.13%);
    padding: 200px 0 290px 0;
}

#business_landing_page .top_section_details {
    width: 545px;
}

#business_landing_page #top_section h1 {
    font-size: 30px;
    color: #000000;
}

#business_landing_page .image_top_section {
    width: 450px;
    margin: 0 0 70px 0;
}

/**
--------------------------------------------------------------------------------------
------------------------ ********** Responsive Css ********** ------------------------
--------------------------------------------------------------------------------------
**/
@media only screen and (max-width: 1367px) and (min-width: 1100px) {
    .container {
        width: 1100px;
    }

    .box_attribute4 .img_attribute {
        width: 120%;
        right: -70px;
    }

    .box_attribute2 .img_attribute {
        width: 69%;
    }

    .box_attribute1 .img_attribute {
        width: 125%;
        right: -65px;
    }

    .box_attribute3 .img_attribute {
        width: 60%;
    }

    #top_section h1 {
        font-size: 60px;
        line-height: 70px;
    }

    #top_section h2 {
        margin: 10px 0 20px 0;
    }

    .image_top_section {
        width: 640px;
    }
}

@media only screen and (max-width: 1099px) and (min-width: 800px) {
    .container {
        width: 800px;
    }

    .row_capabilities {
        width: 100%;
        height: auto;
    }

    .col_capabilities:hover {
        height: auto;
    }

    .col_capabilities {
        width: 50%;
        padding: 50px 30px;
        margin: 0;
    }

    .row_attribute {
        margin: 0;
    }

    .col_attribute {
        padding: 60px;
    }

    .box_attribute1 .img_attribute {
        width: 130%;
        right: -30px;
    }

    .box_attribute2 .img_attribute {
        width: 75%;
    }

    .detail_attribute {
        padding: 20px;
    }

    .title_attribute {
        font-size: 25px;
    }

    .excerpt_attribute {
        font-size: 17px;
        width: 100%;
    }

    header {
        position: absolute;
    }

    .header_menu ul li {
        padding: 30px 20px;
    }

    .top_section_details {
        width: 100%;
    }

    .image_top_section {
        left: 2%;
        width: 450px;
    }

    .main_title_attribute {
        font-size: 48px;
        margin: 0;
    }

    .col_logo_partners {
        padding: 10px;
    }

    body {
        overflow: hidden;
    }
}

@media only screen and (max-width: 799px) and (min-width: 600px) {
    .container {
        width: 600px;
    }

    .header_menu {
        display: none;
    }

    .mobile_menu_open {
        display: block;
    }

    .row_capabilities {
        width: 100%;
        height: auto;
    }

    .col_capabilities:hover {
        height: auto;
    }

    .col_capabilities {
        width: 50%;
        padding: 50px 30px;
        margin: 0;
    }

    .col_attribute {
        width: 100%;
        padding: 30px 90px;
    }

    #search_bar {
        position: unset;
    }

    .image_top_section {
        bottom: 0;
        left: 0;
        width: 70%;
        right: 0;
        margin: 0 auto;
    }

    .top_section_details {
        width: 500px;
        display: table;
        margin: 0 auto;
        text-align: center;
    }

    .top_section_details > div {
        display: table;
        margin: 0 auto;
    }

    .video_box {
        width: 70%;
    }

    #top_section {
        padding: 130px 0 390px 0;
    }

    header {
        position: absolute;
    }

    .box_attribute1 .img_attribute {
        width: 120%;
        right: -50px;
    }

    .box_attribute2 .img_attribute {
        width: 75%;
    }

    .box_attribute4 .img_attribute {
        width: 120%;
        right: -45px;
    }

    .row_attribute {
        margin: 0;
    }

    .title_news {
        margin: -80px 0 0 0;
    }

    .logo_partners_mobile {
        display: block;
    }

    .logo_partners {
        display: none;
    }

    .main_title_attribute {
        margin: 0 0 50px 0;
    }

    #footer {
        padding: 100px 0 50px 0;
        width: 95%;
        margin: 430px auto 30px auto;
    }

    .mobile {
        top: -390px;
        left: 0;
        right: -15px;
        width: 300px;
        margin: 0 auto;
    }

    .col_footer1 {
        width: 50%;
        padding: 0 30px;
    }

    .col_footer2 {
        width: 50%;
        padding: 0;
    }

    .archive_cat_name {
        padding: 5px;
    }

    #archive_blog {
        padding: 0 0 30px 0;
    }

    .col_contact_us1 {
        width: 370px;
        padding: 0;
    }

    .col_contact_us2, .col_job {
        width: 100%;
    }

    .address_icon {
        width: 55px;
    }

    .address_box_content {
        width: calc(100% - 55px);
    }

    .address_box {
        margin: 20px 0 0 0;
    }

    .box_job {
        height: auto;
        margin: 0;
    }
}

@media only screen and (max-width: 599px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }

    #search_bar {
        width: 100%;
        position: unset;
    }

    .header_menu {
        display: none;
    }

    .col_attribute {
        width: 100%;
        padding: 33px 40px;
    }

    .image_top_section {
        bottom: -40px;
        left: 0;
        width: 90%;
        right: 0;
        margin: 0 auto;
    }

    .top_section_details {
        width: 90%;
        margin: 0 auto;
    }

    #top_section h1 {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    #top_section h2 {
        text-align: center;
        font-size: 19px;
        margin: 10px 0 15px 0;
    }

    #top_section h2 .first_title {
        display: block;
    }

    .download_button {
        margin: 0 auto;
        display: table;
        float: unset;
    }

    .play_button {
        float: unset;
        margin: 0 auto;
        width: 64px;
        height: 64px;
        padding: 20px;
    }

    #top_section {
        padding: 105px 0 273px 0;
        height: auto;
        overflow: hidden;
    }

    .col_logo_partners img {
        display: table;
        margin: 0 auto;
    }

    .col_logo_news {
        width: 33.33%;
    }

    header {
        position: absolute;
    }

    .col_capabilities {
        width: 100%;
        padding: 15px 30px;
        margin: 70px 0 0 0;
    }

    .row_capabilities, .col_capabilities:hover {
        height: auto;
    }

    .row_capabilities {
        padding: 0 0 50px 0;
        margin: 0;
    }

    .main_title_capabilities {
        font-size: 35px;
    }

    .main_title_attribute {
        font-size: 40px;
        margin: 0;
        text-align: center;
        line-height: 50px;
    }

    .excerpt_attribute {
        font-size: 13px;
        width: 100%;
    }

    .title_attribute {
        font-size: 20px;
        margin: 0 0 5px 0;
    }

    .row_attribute {
        margin: 0;
    }

    .box_attribute1 .img_attribute {
        width: 120%;
        right: -15px;
    }

    #attribute {
        padding: 30px 0;
    }

    .box_attribute4 .img_attribute {
        width: 135%;
        right: -45px;
    }

    #footer {
        padding: 100px 0 50px 0;
        width: 95%;
        margin: 380px auto 30px auto;
    }

    .mobile {
        top: -390px;
        left: 0;
        right: -15px;
        width: 90%;
        margin: 0 auto;
    }

    .col_footer1 {
        width: 100%;
    }

    .col_footer2 {
        width: 100%;
        padding: 0 50px;
    }

    .logo_partners_mobile {
        display: block;
    }

    .logo_partners {
        display: none;
    }

    body {
        overflow: hidden;
    }

    .mobile_menu_open {
        display: block;
    }

    .logo {
        margin: 0;
    }

    .video_box {
        width: 90%;
    }

    #under_header {
        height: 125px;
    }

    #about_us {
        padding: 0 10px 50px 10px;
    }

    .col_contact_us1 {
        width: 100%;
        padding: 0;
    }

    .col_contact_us2 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .address_box {
        height: auto;
    }

    .address_icon {
        float: unset;
        margin: 0 auto;
        display: table;
    }

    .address_box_content {
        float: unset;
        padding: 15px 0 0 0;
        text-align: center;
    }

    .archive_blog_image {
        float: unset;
        width: 100%;
    }

    .archive_blog_details {
        float: right;
        width: 100%;
        padding: 20px 10px 5px 10px;
    }

    .archive_cat_name {
        padding: 5px;
    }

    #work_us {
        padding: 0 0 30px 0;
    }

    .col_job {
        width: 100%;
        padding: 15px;
    }

    .box_job {
        height: auto;
        padding: 20px;
        margin: 0;
    }

    .colm6 {
        width: 100%;
    }

    .social_footer {
        width: 33px;
        margin: 0 0 0 5px;
    }

    #bottom_footer {
        padding: 0 5px 20px 5px;
    }

    .hooban_studio {
        padding: 7px 0 0 0;
    }

    .hooban_studio a {
        font-size: 13px;
    }

    .download_buttons {
        float: unset;
    }

    #school_landing_page .image_top_section,
    #business_landing_page .image_top_section {
        width: 90%;
        margin: 0 auto 50px auto;
    }

    #school_landing_page .top_section_details,
    #business_landing_page .top_section_details {
        width: 100%;
        text-align: center;
    }

    #school_landing_page #top_section,
    #business_landing_page #top_section {
        padding: 100px 0 350px 0;
    }

    .cta_button_landing {
        float: unset;
        margin: 0 auto;
        display: table;
    }

    .row_section {
        width: 100%;
    }

    .col_section {
        width: 100%;
        padding: 15px 15px 120px 15px;
    }

    .sub_title_landing {
        font-size: 20px;
    }

    .main_title_landing {
        font-size: 40px;
    }

    #landing_section_1 {
        padding: 70px 0 0 0;
    }

    .box_section_1 {
        height: auto;
    }

    #landing_section_2 .container {
        width: 100%;
    }

    .main_title_circle {
        width: 300px;
        height: 300px;
        font-size: 30px;
        position: unset;
        margin: 0 auto 30px auto;
    }

    #landing_section_2 {
        padding: 70px 0 !important;
    }

    .box_section_left_1,
    .box_section_right_1,
    .box_section_right_2 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .box_section_right_text {
        width: calc(100% - 68px);
    }

    .box_section_left_icon {
        float: right;
    }

    .box_section_left_text {
        float: right;
        width: calc(100% - 68px);
        margin: 0 20px 0 0;
    }
}