<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    src: url('../fonts/Optima_Bold.ttf') format('truetype');
    font-family: 'Optima_Bold';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('../fonts/Optima_BoldItalic.ttf') format('truetype');
    font-family: 'Optima_BoldItalic';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('../fonts/Optima_ExtraBlack.ttf') format('truetype');
    font-family: 'Optima_ExtraBlack';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('../fonts/Optima_Italic.ttf') format('truetype');
    font-family: 'Optima_Italic';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url('../fonts/Optima_Regular.ttf') format('truetype');
    font-family: 'Optima_Regular';
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Optima_Regular';
    /* overflow-anchor: none; */
}

input:placeholder {
    font-family: 'Optima_Regular';
}
.diabled_btn{
cursor: no-drop;
background: #959da4 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.section_container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.header_container {
    max-width: 1342px;
    margin: 0 auto;
    padding: 0 25px;
}

.footer_container {
    max-width: 1325px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style-type: none;
}

/* header section */
.gigis_header {
    background-color: #d1d2d4;
    padding: 10px 0;
    z-index: 9;
}

.gigis_header_mc {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.gigis_menu {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.gigis_menu li {
    padding-left: 25px;
    cursor: pointer;
}

.gigis_logo {
    flex-basis: 20%;
}

.gigis_right.logo_order {
    flex-basis: 8%;
}

.gigis_logo img {
    width: 240px;
}

.gigis_right img {
    width: 85%;
}

/* gigis head section */
.gigis_head {
    text-align: center;
    background: #1167b1;
    color: #fff;
    padding: 30px;
}

.gigis_head h1 span {
    display: block;
    font-size: 36px;
    padding-top: 5px;
}

.banner_section img {
    width: 100%;
    display: block;
    height: 100%;
}

/* section1 */
.cambridge_programmes {
    width: 85%;
    margin: 0px auto;
}

.acc_content.acc_show,
.gigisacc_con p span {
    display: block;
}

.acc_content {
    display: none;
    margin-top: 15px;
}

.gigis_acc {
    padding: 30px 0;
}

.acc_set {
    padding: 18px 0;
    border-radius: 50px;
    margin: 10px 0 20px;
    text-align: center;
}

.acc_set_a {
    color: #fff;
    font-size: 30px;
    position: relative;
    display: block;
}

a.acc_set_a::after {
    content: "\f067";
    position: absolute;
    right: 20px;
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 20px;
}

a.acc_set_a.acc_active::after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

.acc_set:first-child {
    background: #6898bc;
}

.acc_set:last-child {
    background: #1167b1;
}

.gigis_acc_con {
    position: relative;
}

.gigis_acc_con img {
  width: 100%;

}

.gigis_acc_con p {
    margin: 0px;
    line-height: 22px;
    font-size: 15px;
}

.gigis_acc_con {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.gigis_acc_con_sc:first-child{
    flex-basis: 25%;
}

.gigis_acc_con_sc:last-child{
    flex-basis:70%;
}


.gigisacc_con {
    text-align: left;
    padding: 5px 30px;
    background: #b9cadd;
}

.gigisacc_con p {
    font-size: 16px;
    line-height: 26px;
}

.why_us_sc p {
    font-size: 16px;
}

.gigisacc_con ul {
    padding: 0px;
}

.acc_set:last-child .gigisacc_con ul li span {
    display: block;
}

.gigisacc_con ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gigisacc_con ul li {
    border: 2px solid #6898bc;
    padding: 20px;
    font-weight: bolder;
    font-size: 23px;
    text-align: center;
    /* width: 30%; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 32%;
    font-family: 'Optima_Bold';
}

.gigisacc_con:last-child {
    background: #9cabbc;
    margin-bottom: 24px;
    padding-bottom: 15px;
}

.gigis_menu li:nth-child(3) {
    padding: 0px;
}

.gigis_menu li a{
    color: #1967b3 !important;
}

.gigisacc_con:last-child .gigisacc_con_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top:20px;
}

.gigisacc_con:last-child .gigisacc_con_sc:first-child {
    flex-basis: 65%;
}

.gigisacc_con:last-child .gigisacc_con_sc:last-child {
    flex-basis: 32%;
    text-align: right;
}

.gigisacc_con_sc {
    margin-bottom: 10px;
}

.gigisacc_con h4 {
    font-size: 20px;
    /* font-weight: bolder; */
    font-family: 'Optima_Bold';
}

.gigisacc_con_sc img {
    width: 100%;
}

.gigisacc_con_sc img:last-child {
    max-width: 250px;
    margin-top: 11px;
}

.gigisacc_add {
    margin-top: 30px;
    font-family: 'Optima_Bold';
}

.gigisacc_add a {
    color: #000;
}

.margin-btm {
    margin-bottom: 20px;
}

.acc_set:last-child .gigisacc_con ul {
    padding: 0px;
    display: block;
    border: 1px solid #6898bc;
    width: 58%;
}

.acc_set:last-child .gigisacc_con ul li {
    border: 1px solid #6898bc;
    text-align: left;
    width: 100%;
    justify-content: initial;
    font-family: 'Optima_Bold';
}

.acc_set:last-child .p_wd {
    width: 65%;
}

.acc_set:last-child .gigisacc_con_sc img:first-child {
    margin-top: -158px;
}

/* section2 */
.why_us,
.online_classes,
.contact_us {
    padding-top: 40px;
}

.why_us_con,
.online_classes_con {
    background: #ffce61;
    padding: 40px 20px;
    border-radius: 30px;
}

.text_center {
    text-align: center;
}

.gigis_heading {
    margin-bottom: 40px;
}

.gigis_heading h4 {
    color: #1167b1;
    font-size: 30px;
    font-weight: 200;
}

.gigis_heading p span {
    display: block;
}

.why_us_sc h4 {
    font-size: 22px;
    font-weight: bolder;
    color: #1167b1;
}

.why_us_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    /* align-items: center; */
}

.why_us_mc:last-child {
    align-items: initial;
}

.why_us_mc .why_us_sc {
    flex-basis: 32%;
    flex-basis: 23%;
}

.why_us_mc .why_us_sc.why_us_sc_three {
    flex-basis: 46%;
}

.why_us_mc:last-child .why_us_sc {
    flex-basis: 23%;
}

.why_us_sc {
    text-align: center;
    margin-bottom: 10px;
}

/* section3 */
.online_classes_con {
    background: #a2b2eb;
}

.online_classes_mc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.online_classes_sc {
    flex-basis: 49%;
    margin-top: 10px;
}

.online_classes_con .gigis_heading {
    text-align: left;
    margin-bottom: 20px;
}

.online_classes_sc img {
    max-width: 100%;
}

.online_classes_sc li {
    position: relative;
    padding: 7px;
    font-size: 16px;
}

.online_classes_sc li::before {
    content: '';
    position: absolute;
    left: -21px;
    width: 7px;
    height: 7px;
    display: inline-block;
    z-index: 0;
    border-radius: 50%;
    background: #000;
    top: 15px;
}

.online_head {
    margin-top: 20px;
    font-size: 21px;
    font-weight: bolder;
}

.online_classes_sc p {
    font-size: 16px;
}


/* contact us */
.contact_us {
    position: relative;
}

.gigis_heading .bd {
    font-size: 24px;
}

.contact_us_con {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

/* main_form */
form#main_form {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.form_mc {
    text-align: left;
    background: #efefef;
    margin: 0px auto;
    padding: 28px;
    border-radius: 40px;
    width: 80%;
}

.input_box label {
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
}

.input_box {
    padding: 10px;
    display: flex;
    align-items: center;
}

.input_box input,select {
    width: 100%;
    border: none;
    height: 36px;
    outline: none;
    padding:0 16px;
}

.error { 
    color: red;
    font-family: 'Optima_Bold';
    display: none;
}

/* input#bottom_form {
    padding: 8px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    cursor: pointer;
} */
.submit_nav {
    text-align: right;
}

/* fixed section */
.get_in_link,
.faq_link {
    background-color: #f89922;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 12px 14px;
    width: 160px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.get_in_touch,
.faq {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 0;
    z-index: 10;
    transform-origin: 75% 0 0;
}

.enquire_button {
    position: relative;

}
.enquire_a1, .enquire_a2{
    background-color: #f89922;
display: inline-block;
color: #fff;
text-decoration: none;
padding: 12px 14px;
width: 160px;
border-radius: 5px;
font-size: 16px;
text-align: center;
letter-spacing: 0.5px;
font-weight: 500;
    
}
.enquire_a1 span, .enquire_a2 span{
    color:#fff;
}


.fixed_right .faq {
    top: 80%;
}

/* popup_form */
.popup_form_section {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    overflow-y: scroll;
    display: none;
}

.popup_con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 420px;
}

.popup_header {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.popup_form_mc {
    position: relative;
    background: #fff;
    padding: 20px 20px 30px 20px;
}

h4.popup_title {
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
}

.popup_title.org {
    color: #f89922;
}

.popup_title.blu {
    color: #1967b3;
    width: 100%;
    margin: 0px auto 10px;
    font-size: 14px;
}

.popup_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    display: flex;
    text-decoration: none;
    color: #fff;
    background: #1967b3;
    align-items: center;
    justify-content: center;
}

.popup_form input,
.popup_form select,
.popup_form textarea {
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    border: 1px solid #d1d2d4;
    outline: none;
    font-family: 'Optima_Regular';
}

.name_section {
    /*  display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.user_name,
.user_mail {
    flex-basis: 49%;
}

form .pdg {
    margin-bottom: 10px;
}

.popup_form label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

input#popup_submit,
input#bottom_form {
    width: auto;
    background: #1967b3;
    color: #fff;
    border: 0;
    min-width: 100px;
    text-align: center;
    display: block;
    padding: 10px 14px;
    height: auto;
    font-family: 'Optima_Regular';
    cursor: pointer;
    text-transform: uppercase;
}

input#bottom_form {
    display: initial;
}

.why_us.hide {
    display: none;
}

/* Contact Us side Image  */
/* .contact_us {
    background-image: url('../images/cu/2200x850.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
} */
.cu_image_left,
.cu_image_right {
    position: absolute;
    width: 25%;
    top: 0;
    height: 100%
}

.cu_image_left {
    left: 0;
}

.cu_image_right {
    right: 0;
}

.cu_image_left_img,
.cu_image_right_img,
.cu_image_left_img img,
.cu_image_right_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* .cu_image_left_img img,
.cu_image_right_img img {
   object-fit: cover;
}
 */
.why_hide {
    display: none !important;
}

section.thank_you {
    background: #f3f3f3;
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.thankyou_subcontainer .line_4 {
    margin: 10px 0;
    font-weight: 800;
    margin-top: 20px;
}

.thankyou_subcontainer h1 {
   margin-bottom: 20px;
}

.thankyou_subcontainer {
    text-align: center;
    padding: 15px;
    border-radius: 0.375em;
}

.thankyou_subcontainer&gt;div {
    line-height: 32px;
    font-size: 22px;
}

/* media quries */
@media (min-width: 577px) {
    .why_us_sc img {
        width: 130px;
        margin-top: 20px;
        height: 130px;
        height: auto;
    }

    .why_us_sc .full_width {
        /*     width: 100%;
        height: 100%;
        height: auto; */
        width: 75%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media(min-width: 768px) {
    .form_mc {
        width: 60%;
    }

    .cu_image_left,
    .cu_image_right {
        top: initial;
        height: 50%;
        bottom: 0;
    }
}

@media(min-width:992px) {
    .gigis_icon {
        display: none;
    }

    .logo_order {
        order: 1;
    }
}

@media(min-width: 1200px) {
    /* .gigis_acc_con img {
        display: block;
        max-width: 320px;
        position: absolute;
        bottom: 0;
        right: 0;
    } */

    .gigis_acc_con p {
        margin: 0px;
        line-height: 22px;
        font-size: 16px;
    }

    /* .gigis_acc_con p span {
        display: inline-block;
        max-width: 70%;
    } */

    .form_mc {
        width: 80%;
    }

    .cu_image_left,
    .cu_image_right {
        top: 0;
        top: 20px;
        height: 100%;
        bottom: initial;
    }
}

@media (max-width: 992px) {
    .gigis_menu {
        display: none;
        flex-basis: 100%;
        position: absolute;
        top: 100%;
        background: #f3f3f3;
        width: 100%;
        left: 0;
        z-index: 3;
        margin: 10px auto;
        padding: 0px;
    }

    .gigis_icon {
        flex-basis: 10%;
        text-align: end;
    }

    .gigis_header_mc {
        justify-content: space-around;
    }

    .gigis_menu li {
        padding-left: 0px;
    }

    .header_container {
        padding: 0px;
    }

    .gigis_menu a {
        display: block;
        padding: 12px 14px;
        border-bottom: 1px solid #bbb;
    }

    .gigis_right.logo_order {
        flex-basis: 14%;
    }
}

@media (max-width:767px) {

    .cu_image_left,
    .cu_image_right {
        display: none;
    }

    .acc_set:last-child .gigisacc_con_sc img:first-child {
        margin-top: 0px;
    }

    .contact_us_con:before,
    .contact_us_con:after {
        display: none;
    }

    .form_mc {
        width: 90%;
    }
    .thankyou_subcontainer&gt;div {
        line-height: 24px;
        font-size: 16px;
    }
}

@media (max-width:576px) {
    a.acc_set_a::after {
        font-size: 16px;
        opacity: .8;
        right: 0;
    top: 28px;
    }

    .gigis_acc_con img {
        display: block;
        width: 80%;
        margin: 0 auto 30px;
        float: none;
    }

    .contact_us {
        padding-bottom: 40px;
    }


    .acc_set:last-child .p_wd {
        width: 100%;
    }

    .mobile_view {
        display: block;
    }

    .gigis_head h1 span{
        font-size: 18px;
    }

    .acc_set_a {
        font-size: 16px;
    }

    .gigisacc_con h4,
    .gigis_heading .bd {
        font-size: 20px;
    }

    .cambridge_programmes,
    .gigisacc_con ul li,
    .acc_set:last-child .gigisacc_con ul,
    .form_mc {
        width: 100%;
    }

    .acc_set:last-child .gigisacc_con ul {
        border: none;
    }

    .acc_set {
        padding: 11px 15px;
    }

    .gigisacc_con ul,
    .gigisacc_con:last-child .gigisacc_con_mc,
    .why_us_mc,
    .online_classes_mc,
    .name_section {
        display: block;
    }

    .gigisacc_con ul li {
        margin-top: 10px;
    }

    .why_us_sc img {
        width: 100px;
        height: auto;
        margin: 13px auto;
    }

    .full_width_img img.full_width {
        height: 240px;
        object-fit: contain;
        object-position: center;
        width: 100%;
    }

    .gigis_heading p span {
        display: initial;
    }

    .input_box label {
        font-size: 14px;
    }

    .fixed_right .faq {
        display: none;
    }

    .get_in_touch {
        top: auto;
        z-index: 10;
        transform-origin: 0;
        transform: translateX(-50%);
        right: auto;
        left: 50%;
        bottom: 0;
        width: 100%;
    }

    .get_in_link {
        display: block;
        width: 100%;
    }

    .popup_form_section .popup_con {
        width: 90%;
    }

    .gigis_logo img {
        width: auto;
    height: 60px;
    }

    .why_us.show,
    form#main_form {
        display: none !important;
    }

    .why_us.hide,.gigis_acc_con {
        display: block;
    }

    /*   .why_us_sc .full_width {
        width: 84%;
        height: 100%;
    } */
    .popup_form_section {
        background: #f89922;
    }

    .popup_title.blu {
        color: #1967b3;
        font-size:14px;
        margin-bottom: 10px;
    }

    .gigis_right img {
        width: 100%;
    }

    button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
        position: absolute;
        top: 35%;
        background: none;
        border-radius: 50px;
        border: 1px solid;
        width: 28px;
        height: 28px;
        line-height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index:2;
    }

    .slick-initialized .slick-slide {
        display: block;
        border: none !important;
    }

    button.slick-next.slick-arrow{
        right: 0;
    }

    button.slick-prev.slick-arrow{
       left: 0;
    }

    a.mb_hide {
        display: none;
    }

    .gigis_acc_con {
        text-align: center;
    }
    
}</pre></body></html>