:root {
    --primary: #343362;
    --light: #f0f0fe;
    --secondary: rgb(255, 202, 8);
}

a {
    color: var(--primary);
}

@font-face {
    font-family: 'cera thin';
    src: url(../fonts/Cera-Pro-Light.ttf);
}

@font-face {
    font-family: 'cera regular';
    src: url(../../../assets/fonts/Cera-Pro-Regular.otf);
}

@font-face {
    font-family: 'cera medium';
    src: url(../../../assets/fonts/Cera-Pro-Medium.ttf);
}

@font-face {
    font-family: 'cera bold';
    src: url(../../../assets/fonts/Cera-Pro-Bold.ttf);
}

@font-face {
    font-family: 'cera black';
    src: url(../../../assets/fonts/Cera-Pro-Black.ttf);
}

@font-face {
    font-family: 'cera thin';
    src: url(../fonts/Fontspring-DEMO-cerapro-thin.otf);
}

.cera-black {
    font-family: cera black !important;
}

.cera-bold {
    font-family: cera bold !important;
}

.cera-medium {
    font-family: cera medium !important;
}

.cera-regular {
    font-family: cera regular !important;
}

.cera-light {
    font-family: cera light !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.how-it-work-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px
}

@media only screen and (max-width: 767px) {
    .how-it-work-wrapper {
        display: block
    }
}

.how-it-work-wrapper .work-arrow {
    margin-top: 30px
}

.single-work {
    max-width: 300px;
    border-radius: 10px;
    background-color: #ebeaff;
    padding: 38px;
    padding-bottom: 35px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 2px solid #c5c1fb;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-work {
        padding: 20px
    }
}

@media only screen and (max-width: 767px) {
    .single-work {
        margin-left: auto;
        margin-right: auto
    }
}

.single-work .shape-1 {
    position: absolute;
    left: -17px;
    top: 0;
    z-index: -1
}

.single-work .shape-2 {
    position: absolute;
    top: -7px;
    right: -34px;
    z-index: -1
}

.single-work .shape-3 {
    position: absolute;
    bottom: -25px;
    right: -10px;
    z-index: -1
}

.single-work .work-icon i {
    width: 65px;
    height: 65px;
    line-height: 68px;
    text-align: center;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    background-color: #fff;
    color: #012dca;
    display: inline-block;
    font-size: 32px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-work .work-icon i {
        width: 45px;
        height: 45px;
        line-height: 48px;
        font-size: 22px
    }
}

.single-work .work-content {
    padding-top: 33px
}

.single-work .work-content .title {
    font-size: 25px;
    font-weight: 500;
    color: #212832;
    margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-work .work-content .title {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-work .work-content .title {
        font-size: 20px
    }
}

.single-work .work-content p {
    font-size: 14px;
    color: #696969;
    margin-bottom: 0;
    margin-top: 15px
}

.single-work:hover .work-icon i {
    border-color: #012dca;
    background-color: #032396;
    color: #ffeb01;
}

@media only screen and (max-width: 767px) {
    .work-arrow {
        display: none
    }
}

.parallax-section {
    background-attachment: fixed!important;
}

.btn-capsul {
    border-radius: 30px;
}

.btn-aqua {
    background: #0297FF;
    color: #fff;
}

.btn-aqua:hover {
    background: #10629b;
    color: #fff;
}

.btn-dark-blue {
    background: #0C242E;
    color: #fff;
}

.btn-dark-blue:hover {
    background: #063d28;
    color: #fff;
}

.btn-transparent-white {
    border: 2px solid #fff;
    color: #fff;
}

.btn-transparent-white:hover,
.btn-transparent-white:focus {
    background: #fff;
    color: #0297FF
}

.relative-box {
    position: relative
}


/* TOP HEADER
-------------------------------------------------- */

.navbar.top-bar {
    border-radius: 0;
    padding: 16px 0;
    z-index: 16;
}

.navbar-toggler {
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    right: 21px;
}

.sps {
    padding: 1em .5em;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.25s ease;
    width: 100%;
}

.sps--abv {
    background-color: transparent;
    color: #000;
}

.sps--blw {
    background-color: #fff;
    color: #fff;
}

.top-bar a.navbar-brand {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    padding: 5px 0 0 10px;
    text-transform: uppercase;
}

.sps--blw.top-bar a.navbar-brand {
    color: #000;
}

.top-bar a.navbar-brand span {
    color: #0297ff;
}

.top-bar .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 18px!important;
}

.sps--blw.top-bar .nav-link {
    color: #000
}

.top-bar .navbar-nav .nav-item {
    margin: 0
}

.top-bar .nav-link:hover,
.top-bar .nav-item.active a {
    color: #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.sps--blw.top-bar .nav-link:hover,
.sps--blw.top-bar .nav-item.active a {
    color: #0297ff;
    border-bottom: none;
    border-radius: 0;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/*Swiper*/

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #eceaff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-slider .slider-bg-position {
    background-size: cover!important;
    background-position: center center!important;
}

.main-slider .swiper-button-prev,
.main-slider .swiper-button-next {
    background-image: none!important;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.main-slider h2 {
    color: #fff;
    font-size: 54px;
    line-height: 59px;
    padding: 0 19%;
    text-transform: uppercase;
}

.main-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.9)
}

.main-slider .swiper-pagination-bullet-active {
    background: #0297ff
}


/* SERVICE SECTION
-------------------------------------------------- */

.service-sec .heading {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}

.service-sec h2 {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #0297FF;
    font-size: 32px;
}

.service-sec h2 small {
    color: #222;
    display: block;
    font-size: 22px;
    margin-bottom: 18px;
}

.service-sec i {
    border: 1px solid #0297FF;
    border-radius: 2px;
    font-size: 25px;
    padding: 12px 0;
    width: 52px;
    color: #0297FF;
    margin-bottom: 20px
}

.service-sec h3 {
    font-size: 23px;
    font-weight: 600;
}

.service-sec p {
    line-height: 22px;
    margin-top: 13px;
    padding: 0 21px;
}

.service-sec .service-block {
    margin-top: 30px;
}


/* ABOUT SECTION
-------------------------------------------------- */

.about-sec {
    background: url('https://grafreez.com/wp-content/temp_demos/burnout/img/para-01.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.about-sec:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(22, 122, 192, 0.8);
    top: 0;
    left: 0
}

.about-sec h2 {
    font-size: 55px;
    font-weight: 800;
    margin-top: 25%;
}

.about-sec h2 small {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.about-sec p {
    font-size: 16px;
}

.action-sec {
    width: 100%;
    float: left;
    background: #222
}

.action-box {
    float: left;
    width: 100%;
    text-align: center;
}

.action-box h2 {
    color: #fff;
    font-size: 20px;
}

.box {
    padding: 60px 0px;
}

.box-part {
    background: #f7f9ff;
    border-radius: 0;
    padding: 60px 10px;
    margin: 30px 0px;
    margin-right: 20px;
}

.text {
    margin: 20px 0px;
}

.fa {
    color: #4183D7;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    font-size: 15px;
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #80D651;
}

.notice-success>strong {
    color: #80D651;
}

.notice-info {
    border-color: #45ABCD;
}

.notice-info>strong {
    color: #45ABCD;
}

.notice-warning {
    border-color: #FEAF20;
}

.notice-warning>strong {
    color: #FEAF20;
}

.notice-danger {
    border-color: #d73814;
}

.notice-danger>strong {
    color: #d73814;
}

.why-viq {
    list-style: none;
    max-width: 800px;
    margin: 0px;
}

.why-viq li {
    counter-increment: step-counter 1;
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 0.9rem;
}

.why-viq li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(255, 202, 8);
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 30px;
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    left: 0px;
}

.main-logo img {
    max-height: 100px;
    margin-bottom: 5px;
    padding: 12px;
    background-color: white;
    border-radius: 5px;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}

header {
    position: relative;
    z-index: 1;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: rgb(255, 202, 8);
    color: rgb(31, 30, 90);
}

.left-tab {
    background-color: rgb(255 242 192);
    border: 10px solid rgb(255, 202, 8);
    position: relative;
    z-index: 10;
}

.viq .left-tab {
    border-bottom: 0px;
}

.bg-saffron {
    background-color: rgb(250, 147, 34);
}

.bg-purple {
    background-color: rgb(144, 146, 207);
}

.main-logo {
    text-align: center;
}

.nat_blink {
    width: 90px;
    position: absolute;
    right: 17px;
    font-size: 11px;
    top: 23px;
    font-weight: 700;
    color: rgb(218, 45, 35);
    white-space: nowrap;
    padding: 6px;
}

.nat-content {
    display: none;
}

.nat .nat-content {
    display: inline-block;
}

.viq .nat-content,
.viq .viq_tab .click,
.nat .nat_tab .click {
    display: none;
}

.viq .main-content {
    background-color: rgb(255 242 192);
    border: 10px solid rgb(255, 202, 8);
    margin-top: -10px;
    position: relative;
}

.viq_tab {
    height: 0px;
}

.viq_tab label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.viq_tab input[type="radio"] {
    opacity: 0;
}

.nat_tab {
    height: 20px;
}

.nat_tab label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.nat_tab input[type="radio"] {
    opacity: 0;
}

.viq-content {
    display: none;
}

.viq .viq-content {
    display: inline-block;
}

.main-content {
    padding: 15px 0px 0;
}

.nat .main-content {
    color: rgb(255, 255, 255);
    background-color: rgb(31, 30, 90) !important;
}

.main-menu {
    z-index: 100;
    background-color: rgb(255, 255, 255);
    /* padding: 7px 0px; */
    overflow: auto;
}

.main-menu .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 12px;
    LETTER-SPACING: -.5PX;
    border-radius: 0;
}

.main-menu .nav-link:hover,
.main-menu .nav-link:active,
.main-menu li.active .nav-link {
    color: rgb(255, 202, 8);
    background-color: rgb(31, 30, 90);
}

.mx-n2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem !important;
}

.scale-hover {
    transition: all 0.2s ease 0s;
}

.scale-hover:hover {
    transform: scale(1.02);
}

.border-secondary {
    border-color: rgb(255, 202, 8) !important;
}

.border-4 {
    border-width: 4px;
}

.bg-secondary {
    background-color: rgb(255, 202, 8) !important;
}

.hover.bg-secondary:hover {
    background-color: rgb(255, 234, 8) !important;
}

.btn-secondary {
    color: var(--primary);
    font-weight: 600;
    background-color: rgb(255, 202, 8) !important;
    border-color: rgb(255, 202, 8) !important;
}

.btn-secondary:hover {
    color: rgb(31, 30, 90);
    background-color: rgb(255, 170, 16) !important;
}

.owl-carousel {
    padding: 0px;
    list-style: none;
}

.owl-nav {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.owl-prev,
.owl-next {
    position: absolute;
    height: 100%;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-prev span,
.owl-next span {
    font-size: 40px;
}

.faqs li h5 {
    font-size: 0.9rem;
    font-weight: 600;
}

.faqs li p {
    font-size: 0.8rem;
}

.certificate-slide {
    height: 300px;
}

.certificate-slide img {
    max-width: 100%;
    max-height: 100%;
}

.owl-carousel.owl-drag .owl-item {
    height: 300px;
}

.owl-carousel.owl-drag .owl-item li.item {
    height: 300px;
    background-color: rgb(51, 51, 51);
    text-align: center;
}

.owl-carousel.owl-drag .owl-item li.item .col {
    height: 100%;
}

.owl-carousel.owl-drag .owl-item li.item .col img {
    height: auto;
    width: auto !important;
    display: inline-block !important;
}

.masonry {
    margin: 1.5em 0px;
    padding: 0px;
    column-gap: 1.5em;
    font-size: 0.85em;
}

.item {
    display: inline-block;
    background: rgb(102, 102, 102);
    padding: 0em;
    margin: 0px 0px 1.5em;
    width: 100%;
    box-sizing: border-box;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}


/* Tabs Card */

.tab-card {
    border: 1px solid #eee;
}

.tab-card-header {
    background: none;
}


/* Default mode */

.tab-card-header>.nav-tabs {
    border: none;
    margin: 0px;
}

.tab-card-header>.nav-tabs>li {
    margin-right: 2px;
}

.tab-card-header>.nav-tabs>li>a {
    border: 0;
    border-bottom: 2px solid transparent;
    margin-right: 0;
    color: #737373;
    padding: 2px 15px;
}

.tab-card-header>.nav-tabs>li>a.show {
    border-bottom: 2px solid #007bff;
    color: #007bff;
}

.tab-card-header>.nav-tabs>li>a:hover {
    color: #007bff;
}

.tab-card-header>.tab-content {
    padding-bottom: 0;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}


/********************************************************************/


/*** PANEL DEFAULT ***/

.with-nav-tabs.panel-default .nav-tabs>li>a,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>.open>a,
.with-nav-tabs.panel-default .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-default .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-default .nav-tabs>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li>a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #777;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ddd;
}

.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-default .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #555;
}


/********************************************************************/


/*** PANEL PRIMARY ***/

.with-nav-tabs.panel-primary .nav-tabs>li>a,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>.open>a,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-primary .nav-tabs>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li>a:focus {
    color: #fff;
    background-color: #3071a9;
    border-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.active>a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #fff;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-primary .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    background-color: #4a9fe9;
}


/********************************************************************/


/*** PANEL SUCCESS ***/

.with-nav-tabs.panel-success .nav-tabs>li>a,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>.open>a,
.with-nav-tabs.panel-success .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-success .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-success .nav-tabs>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li>a:focus {
    color: #3c763d;
    background-color: #d6e9c6;
    border-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.active>a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #d6e9c6;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #3c763d;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #d6e9c6;
}

.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-success .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #3c763d;
}


/********************************************************************/


/*** PANEL INFO ***/

.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus {
    color: #31708f;
    background-color: #bce8f1;
    border-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus {
    color: #31708f;
    background-color: #fff;
    border-color: #bce8f1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #31708f;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #bce8f1;
}

.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #31708f;
}


/********************************************************************/


/*** PANEL WARNING ***/

.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
    font-size: 18px;
}

.with-nav-tabs.panel-warning .nav-tabs>.open>a,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
    font-size: 19px;
}

.with-nav-tabs.panel-warning .nav-tabs>li>a.action {
    background-color: #fff;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #8a6d3b;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #faebcc;
}

.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #8a6d3b;
}


/********************************************************************/


/*** PANEL DANGER ***/

.with-nav-tabs.panel-danger .nav-tabs>li>a,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
}

.with-nav-tabs.panel-danger .nav-tabs>.open>a,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-danger .nav-tabs>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li>a:focus {
    color: #a94442;
    background-color: #ebccd1;
    border-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.active>a:focus {
    color: #a94442;
    background-color: #fff;
    border-color: #ebccd1;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu {
    background-color: #f2dede;
    /* bg color */
    border-color: #ebccd1;
    /* border color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a {
    color: #a94442;
    /* normal text color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>li>a:focus {
    background-color: #ebccd1;
    /* hover bg color */
}

.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover,
.with-nav-tabs.panel-danger .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus {
    color: #fff;
    /* active text color */
    background-color: #a94442;
    /* active bg color */
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li.active>a,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li.active>a:focus {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #faebcc;
    border-bottom-color: transparent;
}

.with-nav-tabs.panel-warning .nav-tabs>li>a,
.with-nav-tabs.panel-warning .nav-tabs>li>a:hover,
.with-nav-tabs.panel-warning .nav-tabs>li>a:focus {
    color: #8a6d3b;
}

.panel-body {
    background: #f1f9ff;
}

a:hover {
    text-decoration: none;
}

.btn-purple {
    background-color: #c5c1fb;
    color: #032396;
}

.btn-purple:hover {
    color: #c5c1fb;
    background-color: #032396;
}

.single-testimonial {
    text-align: center;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 10px;
    padding: 45px 45px 40px;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 575px) {
    .single-testimonial {
        padding: 30px 30px
    }
    .iit-circle {
        font-size: 12px !important;
    }
}

.single-testimonial:before {
    position: absolute;
    content: "";
    background-image: url(../images/shape/shape-18.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 69px;
    height: 116px;
    right: 100px;
    top: -27px
}

@media only screen and (max-width: 575px) {
    .single-testimonial:before {
        right: 50px
    }
}

.single-testimonial .testimonial-author .author-thumb {
    position: relative
}

.single-testimonial .testimonial-author .author-thumb img {
    display: block;
    width: 90px;
    border: 1px solid rgba(48, 146, 85, 0.2);
    border-radius: 50%;
    padding: 8px;
    margin: 0 auto
}

.single-testimonial .testimonial-author .author-thumb i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #012dca;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.single-testimonial .testimonial-author .rating-star {
    position: relative;
    display: inline-block;
    margin-top: 35px
}

.single-testimonial .testimonial-author .rating-star:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #d0d0d0;
    font-size: 14px;
    letter-spacing: 2px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-testimonial .testimonial-author .rating-star:before {
        font-size: 13px;
        letter-spacing: 1px
    }
}

.single-testimonial .testimonial-author .rating-star .rating-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    display: inline-block
}

.single-testimonial .testimonial-author .rating-star .rating-bar:before {
    content: "\f000\f000\f000\f000\f000";
    font-family: IcoFont;
    color: #ffba00;
    font-size: 14px;
    letter-spacing: 2px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-testimonial .testimonial-author .rating-star .rating-bar:before {
        font-size: 13px;
        letter-spacing: 1px
    }
}

.single-testimonial .testimonial-content {
    padding-top: 15px
}

.single-testimonial .testimonial-content p {
    font-size: 15px;
    color: #52565b;
    font-weight: 400;
    margin-bottom: 0
}

.single-testimonial .testimonial-content .name {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 16px
}

.single-testimonial .testimonial-content .designation {
    font-size: 14px;
    font-weight: 400;
    color: #309255;
    margin-top: 5px;
    display: block
}

.animation-round {
    -webkit-animation: round 8s linear 0s infinite normal forwards;
    animation: round 8s linear 0s infinite normal forwards;
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.animation-left {
    -webkit-animation: left 5s linear 0s infinite normal forwards;
    animation: left 5s linear 0s infinite normal forwards
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animation-right {
    -webkit-animation: right 5s linear 0s infinite normal forwards;
    animation: right 5s linear 0s infinite normal forwards
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animation-up {
    -webkit-animation: up 5s linear 0s infinite normal forwards;
    animation: up 5s linear 0s infinite normal forwards
}

@-webkit-keyframes up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.animation-down {
    -webkit-animation: down 5s linear 0s infinite normal forwards;
    animation: down 5s linear 0s infinite normal forwards
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.call-to-action-wrapper {
    background-color: #ebeaff;
    border-radius: 10px;
}

@media only screen and (max-width: 767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
    .call-to-action-wrapper {
        padding: 20px 60px 50px
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrapper {
        padding: 0px 30px 30px
    }
}

.call-to-action-wrapper .cat-shape-01 {
    position: absolute;
    bottom: 30px;
    left: 30px
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrapper .cat-shape-01 {
        display: none
    }
}

.call-to-action-wrapper .cat-shape-02 {
    position: absolute;
    top: 50%;
    left: 57.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 179px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .call-to-action-wrapper .cat-shape-02 {
        width: 150px
    }
}

@media only screen and (max-width: 767px),
only screen and (min-width:768px) and (max-width:991px) {
    .call-to-action-wrapper .cat-shape-02 {
        display: none
    }
}

.call-to-action-wrapper .cat-shape-03 {
    position: absolute;
    top: 30px;
    right: 30px
}

@media only screen and (max-width: 575px) {
    .call-to-action-wrapper .cat-shape-03 {
        display: none
    }
}

.call-to-action-wrapper .section-title {
    max-width: 415px;
    margin-top: 25px
}

.call-to-action-btn {
    text-align: right;
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .call-to-action-btn {
        text-align: left
    }
}

.bg-light {
    background-color: var(--light)!important;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 2px 4px 8px rgb(33 40 50 / 15%);
    box-shadow: 2px 4px 8px rgb(33 40 50 / 15%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    background-color: #309255;
}

.left-0 {
    left: 0;
}

.slider-- {
    position: relative;
    width: 100%;
    top: 7%;
}

.slider-- .item,
.slider-- .owl-stage-outer {
    border-radius: .7rem;
    overflow: hidden;
}

.slider-- .owl-nav {
    display: none;
}

.detail-tabs {
    display: block;
    overflow: auto;
    white-space: nowrap;
}

.detail-tabs li {
    display: inline-block;
    vertical-align: middle;
}

.detail-tabs li.nav-item .nav-link {
    border-radius: 50px;
}

.iit-bnr {
    height: 0;
    padding-top: 38%;
}

.iit-bnr img {
    position: absolute;
    top: 0;
    left: 0;
}

.iit-bnr .heading {
    bottom: 0;
    padding: 2rem;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.iit-bnr .heading h1 {
    opacity: 0;
    /* make things invisible upon start */
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 1.4s;
}

.iit-menu {
    margin-top: 0.5rem;
}

.iit-menu li.nav-item {
    border-bottom: #ddd 1px solid;
}

.iit-menu .nav-link {
    font-family: cera regular;
    background-color: var(--light);
}

.iit-menu .nav-link.active {
    background-color: var(--secondary);
    font-weight: 800;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.table {
    background-color: #fff;
}

.table p {
    margin-bottom: 0;
}

.container-fluid.py-3.bg-primary.text-white p {
    font-size: 60%;
}

.iit-circle {
    position: relative;
    border: #9093B8 10px solid;
    width: 25em;
    height: 25em;
    border-radius: 200px;
    padding: 2em;
    background-color: #343362;
    font-size: 16px;
    display: inline-block;
}

.center-logo {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    padding: 3em 2em;
    justify-content: center;
    display: flex;
}

.center-logo img {
    max-height: 48%;
    display: flex;
    align-self: center;
}

.iit-link {
    position: absolute;
    width: 4em;
    font-size: .7em;
    transition: all .3s;
    text-align: center;
}

.iit-link:hover {
    transform: scale(1.2);
}

.iit-link .head {
    display: inline-block;
    background: grey;
    width: 2.5em;
    height: 2.5em;
    border-radius: 2.5rem;
    margin-bottom: -1rem;
    color: #fff;
    font-weight: 700;
}

.iit-link .iit-name {
    display: block;
    background-color: #ffba00;
    color: #0C242E;
    border-radius: 3em;
    padding: 0 .5em;
    position: relative;
    width: 134%;
    left: -18%;
}

.slider-wrapper {
    border-radius: 2em;
    border: #ffcc29 0.7em solid;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    padding: 1em;
    height: 0;
    padding-top: 60%;
    position: relative;
}

.slider-container {
    position: absolute;
    right: 1em;
    left: 1em;
    top: 1em;
}