@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
::-webkit-scrollbar{
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*===================common styles======================*/
.Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1000;
    background: white;
    border-bottom: 3px solid rgb(255, 111, 15);
}
.navbar-brand.js-scrolling img {
    height: 65px;
    transition: all 0.3s ease;
}
.p-t{
    padding-top:98px!important;
}
.circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(to top left, #0062bE, #00A2FE);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    pointer-events: none;
    mix-blend-mode: multiply;
    z-index: 10;
}
.bgcolor { background-image: linear-gradient(to right, #03223d, #44c2e3);}
.bgcolor3 { background-image: linear-gradient(to left, #16b1eb, #e5f6fd);}
.bgcolor10 {background: #fbf8f8;}
.colorbg {background: #fbf8f8;}
.sm-bgcolor1 {background-image: linear-gradient(to right, #3dc7d5, #3d91d3, #5c5ccb, #6e4bb3);}
/*.slides{height:450px!important}
.slides>li>.d-block{height:420px!important;}*/
.s-orange { color: #ff6f0f;}
.align-center{align-items:center;padding:5px;}
.d-fl {align-items: center;display: inline;}
.navbar{list-style-type: none;float:right;}
.menu{display:inline;margin-right:20px;}
.menu a{color:black;text-decoration:none;}
.button {
    width: 100px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #1A2980 0%, #26D0CE 51%, #1A2980 100%);
    color: white;
    border-color: #43c0e100;
    transition: 0.5s;
    background-size: 200% auto;
}
.button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.button-blue {
    width: 100px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #fe8c00 0%, #f83600 51%, #fe8c00 100%);
    color: white;
    transition: 0.5s;
    background-size: 200% auto;
    border-color: #ff8f5f00;
}
.button-blue:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.btn-a{color:white;text-decoration:none}
.btn-a:hover{color:white}
.section-left {text-align:center;}
.ele{font-size:18px}
.font-large-2 {font-family: Comfortaa,sans-serif;margin-top: 20px;font-weight: 400;color: white;}
.font-large-3 {font-family: Comfortaa,sans-serif;margin-top: 20px;font-weight: 400;color: #051064;}
.font-large-1 {font-family: Comfortaa,sans-serif;margin-top: 20px;font-weight: 400;color: black;line-height:1.5;}
.font-large-4 {font-family: Comfortaa,sans-serif;margin-top: 20px;font-weight: 400;color: #005575;/*font-size:-webkit-xxx-large*/}
.font-large-5 {font-family: Comfortaa,sans-serif;margin-top: 20px;font-weight: 400;color: #ff8737;}
.font-large-orange {font-family: Comfortaa,sans-serif;margin-top: 20px;font-weight: 400;color: #ff6f0f;}
.text {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.8;
}
.text-1 {
    color: black;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
    font-weight: 400;
}
.text-3 {color: #051064;font-family: 'Open Sans', sans-serif;}
.spn {color: white;font-family: 'Open Sans', sans-serif;}
.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-family: Comfortaa,sans-serif;
    font-size: inherit;
    font-family: inherit;
}
.learn-more.learn-more {
    width: 15rem;
    height: auto;
}
.learn-more.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin:9px;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border-radius: 1.625rem;
    border: 2px solid #f2620f;
}
.learn-more.learn-more .circle1 {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 9px;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border-radius: 1.625rem;
    border: 2px solid white;
}
.learn-more.learn-more .circle2 {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 9px;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border-radius: 1.625rem;
    border: 2px solid black;
}
.learn-more.learn-more .circle3 {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 9px;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border-radius: 1.625rem;
    border: 2px solid #051064;
}
.learn-more.learn-more .circle .icon {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   background: #fff;
}
.learn-more.learn-more .circle1 .icon {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   background: #fff;
}
.learn-more.learn-more .circle2 .icon {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   background: black;
}
.learn-more.learn-more .circle3 .icon {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   background: #051064;
}
.learn-more.learn-more .circle .icon.arrow {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   left: -0.11rem;
   width: 1.5rem;
   height: 0.125rem;
   background: #f2620f;
}
.learn-more.learn-more .circle1 .icon.arrow1 {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   left: -0.11rem;
   width: 1.5rem;
   height: 0.125rem;
   background: white;
}
.learn-more.learn-more .circle2 .icon.arrow2 {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   left: -0.11rem;
   width: 1.5rem;
   height: 0.125rem;
   background: black;
}
.learn-more.learn-more .circle3 .icon.arrow3 {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   left: -0.11rem;
   width: 1.5rem;
   height: 0.125rem;
   background: #051064;
}
.learn-more.learn-more .circle .icon.arrow::before {
   position: absolute;
   content: '';
   top: -0.25rem;
   right: 0.0625rem;
   width: 0.625rem;
   height: 0.625rem;
   border-top: 0.125rem solid #f2620f;
   border-right: 0.125rem solid #f2620f;
   transform: rotate(45deg);
}
.learn-more.learn-more .circle1 .icon.arrow1::before {
   position: absolute;
   content: '';
   top: -0.25rem;
   right: 0.0625rem;
   width: 0.625rem;
   height: 0.625rem;
   border-top: 0.125rem solid white;
   border-right: 0.125rem solid white;
   transform: rotate(45deg);
}
.learn-more.learn-more .circle2 .icon.arrow2::before {
   position: absolute;
   content: '';
   top: -0.25rem;
   right: 0.0625rem;
   width: 0.625rem;
   height: 0.625rem;
   border-top: 0.125rem solid black;
   border-right: 0.125rem solid black;
   transform: rotate(45deg);
}
.learn-more.learn-more .circle3 .icon.arrow3::before {
   position: absolute;
   content: '';
   top: -0.25rem;
   right: 0.0625rem;
   width: 0.625rem;
   height: 0.625rem;
   border-top: 0.125rem solid #051064;
   border-right: 0.125rem solid #051064;
   transform: rotate(45deg);
}
.learn-more.learn-more .button-text {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   position: absolute;
   top: 0;
   left: 15px;
   right: 0;
   bottom: 0;
   padding: 0.75rem 0;
   margin: 0 0 0 1.85rem;
   color: #ffffff;
   font-weight: 700;
   line-height: 1.6;
   text-align: center;
   text-transform:uppercase;
}
.learn-more.learn-more .button-text3 {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   position: absolute;
   top: 0;
   left: 15px;
   right: 0;
   bottom: 0;
   padding: 0.75rem 0;
   margin: 0 0 0 1.85rem;
   color: #051064;
   font-weight: 700;
   line-height: 1.6;
   text-align: center;
   text-transform: uppercase;
}
.learn-more.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: white;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
    font-family: Comfortaa,sans-serif;
}
.learn-more.learn-more .button-text1 {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: black;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
    font-family: Comfortaa,sans-serif;
}
.learn-more.learn-more .button-text3 {
   transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
   position: absolute;
   top: 0;
   left: 15px;
   right: 0;
   bottom: 0;
   padding: 0.75rem 0;
   margin: 0 0 0 1.85rem;
   color: #051064;
   font-weight: 700;
   line-height: 1.6;
   text-align: center;
   text-transform: uppercase;
}
.learn-more .button-text:before {
   content: '';
   position: absolute;
   bottom: 12px;
   left: 17px;
   width: 0%;
   border-bottom: 2px solid #fff;
   transition: 0.5s ease;
}
.learn-more .button-text3:before {
   content: '';
   position: absolute;
   bottom: 12px;
   left: 17px;
   width: 0%;
   border-bottom: 2px solid #051064;
   transition: 0.5s ease;
}
.learn-more .button-text1:before {
   content: '';
   position: absolute;
   bottom: 12px;
   left: 17px;
   width: 0%;
   border-bottom: 2px solid black;
   transition: 0.5s ease;
}
.learn-more:hover .button-text:before {
   width:80%;
}
.learn-more:hover .button-text1:before {
   width: 80%;
}
.learn-more:hover .button-text3:before {
   width: 80%;
}
.learn-more:hover .circle .icon.arrow {
   background: #f2620f;
   transform: translate(0.3rem, 0);
}
.learn-more:hover .circle1 .icon.arrow1 {
   background: white;
   transform: translate(0.3rem, 0);
}
.learn-more:hover .circle2 .icon.arrow2 {
   background: black;
   transform: translate(0.3rem, 0);
}
.learn-more:hover .circle3 .icon.arrow3 {
   background: black;
   transform: translate(0.3rem, 0);
}
.learn-more:hover .button-text {
   color: #fff;
}
/*===================sliders styles======================*/
.slider-bg {
    background-image: url(../Images/slider-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    padding: 30px;
}
.slider-bg2 {
    background-image: url(../Images/slider-bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    padding: 30px;
}
.slider-bg3 {
    background-image: url(../Images/slider-bg3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    padding: 30px;
}
.slider-bg4 {
    background-image: url(../Images/slider-bg4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    padding: 30px;
}
.flex-control-paging li a {
    display:none!important;
}
.flex-height{
    max-height:max-content!important;
}
.p-b {
    padding-bottom: 50px;
}
.p-b1{
    padding-bottom: 80px;
}
/*===================sliders styles======================*/
/*==========================common styles================================*/
.button-text a {
    text-decoration: none;
    color: white;
}
.b-radius {
    border-radius: 1.25rem !important;
    height: 140px;
    position: absolute;
    right: -10%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.b-text {
    background: linear-gradient(269deg, white, #fbf8f8) !important;
}
.txt {
    display: none
}
.b-white {
    border-radius: 4px !important;
    background-color: #fbf8f8;
}
.schedule {
    background: #f2620f;
    color: white;
    padding: 7px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #a1a5a9;
    font-size: 16px;
}
.clr {
    color: #0b1a28;
    font-family: Comfortaa,sans-serif;
}
.cancel{
    border:none;
    background:none;
    font-size: 1rem;
    font-weight:bold;
}
.cancel:hover {
        color: #ffff;
        height: 35px;
        width: 35px;
        background: #03223d;
        border-radius: 50px;
    }
.font-size{
    font-size:smaller;
}
.innerelements{
    width:max-content;
}
.innerelements a{text-decoration:none}
.background {
    background-color: #756c7717;
    height:85vh;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #15809d;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
    left: 0;
    top: 32px;
    border-top: 3px solid #fff;
    min-width: 100%;
    padding: 20px 0px;
}
.dropdown-content a {
    float: none;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 500;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.contact {
    color: white;
    font-family: Comfortaa,sans-serif;
    margin-top: 25px;
    line-height: 2;
}
.round{
    border-radius:35px;
}
.section-3 {
    background-color: #004463;
}
.nav-tabs .nav-link {
    border: none!important;
}
.h-li:hover {
    background: #ececec;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.view {
    font-family: Comfortaa,sans-serif;
    background-color: #004565;
    color: floralwhite;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: fit-content;
    text-align: center;
    padding: 2px 5px;
}
.listyle {
    list-style: none;
    text-align: left;
    font-family: Comfortaa,sans-serif;
    padding-top:10px;
}
.awesome-1 {
    margin-top: 15%;
    color: #043851;
}
.faclr {
    color: #ff6f0f;
}
.section-5 {
    background-color: #024b67;
}
.righttext {
    border: 3px solid white;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #0f3233ab;
}
.lefttext {
    border: 3px solid white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #2f9a9bab;
}
.r-circle {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    margin-right: 20px;
    margin-top: 15px;
    background: cadetblue;
}
.white {
    color: #fff;
    font-size: 43px;
    line-height: 94px;
}
.wrapper {
    position: relative;
    overflow: hidden;
    width: 433px;
    height: 150px;
}
.cover {
    width: 261px;
    height: 150px;
    border-radius:40px;
    position: absolute;
    left: 0;
    top: 0;
    background: red;
    transition: transform 0.3s ease;
}
.wrapper:hover .cover {
    transform: translateY(-100%);
}
.wrapper.active cover {
    transform: translateY(-100%);
}
.image {
    height: -webkit-fill-available;
    border-radius: 8px;
    padding: 0.25rem;
    max-width: 100%;
}
.left-box {
    height:300px;
}
.bg {
    position: relative;
    background-color: #c5f0f9;
    
}
.bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../Images/adm.png");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    z-index: 1;
}
.bg2 {
    position: relative;
    background-color: #93cfdbb0;
}
.bg2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../Images/adm.png");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    z-index: 1;
}
.nav-tabs li.active a {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: deeppink;
}
.w-img{ 
   width:75%;
}
.bg1 {
    width: 90px;
    height: 90px;
    line-height: 1.3;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0e3c58;
    color: #ff6f0f;
}
.bg-1 {
    width: 90px;
    height: 90px;
    line-height: 1.4;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #0e3c58;
    color: #ff6f0f;
}
.m-row{
    margin-top:-5px;
}
.txt1 {
    position: relative;
    color: #0e3c58;
    background-color: rgba(196, 240, 249, 0.5);
    backdrop-filter: blur(10px);
    padding: 10px;
    z-index: 100;
    top: 119px
}
/*========== what is ecampus ==========*/
.style-container-sec2 {
    background-color: #004863;
    border-radius: 20px;
}
/*========== what is ecampus ==========*/
/*========== features ==========*/
.sec3-styles {
    background-color: #bfdeea;
    margin-top: -30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.radius-card{
    border-radius:10px!important;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.learn-more:hover .button-textfeatures:before {
    width: 80%;
}

.learn-more .button-textfeatures:before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 17px;
    width: 0%;
    border-bottom: 2px solid black;
    transition: 0.5s ease;
}

.learn-more .button-textfeatures:before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 2px;
    width: 0%;
    border-bottom: 2px solid black;
    transition: 0.5s ease;
}
.learn-more.learn-more .button-textfeatures {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: black;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    /*text-transform: uppercase;*/
    font-family: Comfortaa,sans-serif;
}
/*========== features ==========*/
/*========== Our pillars ========== */
.sec3-cards {
    border-radius: 20px;
}
.sec3-cardbody {
    min-height:170px;
}
.sec3-cards:hover {
    background: #004863;
    border:1px solid white!important;
}
.sec3-cards:hover h4 {
    color: #FFFFFF;
}
.sec3-cards:hover p {
    color: #FFFFFF;
}
.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
/*========== Our pillars ========== */
/*========== eCampus goeson ========== */
.sec4-styles {
    background-color: #bfdeea;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
/*========== eCampus goeson ========== */
/*========== Demo ========== */
.required::after {
    content: ' *';
    color: red;
}
/*========== Demo ========== */
/*========== footer ========== */
.a-hover {
    text-decoration: none;
}
.a-hover:hover {
    color: white;
    text-decoration: underline;
}
.top-a{
    text-decoration:none;
}
#backtotop {
    display: inline-block;
    background-color: #ff6f0f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#backtotop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#backtotop:hover {
    cursor: pointer;
    background-color: #04243f;
}
#backtotop:active {
    background-color: #555;
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
}
.color-white{
    color:white !important;
}
.s5-hover {
    text-decoration: none;
}
.s5-hover:hover {
    color: white;
    text-decoration: none;
}
.tester {
    height: 200px;
    width: 200px;
    background: gold;
}
.tabs {
    display: none;
}
.active {
    display: block;
}
.footer-bg {
    background-color: #004863;
}
.footer-mt{
    margin-top:-150px;
}
.footer-container{
    padding-top:150px;
}
/*========== footer ========== */
/*========== inner-pages ========== */
.banner {
    width: 100%;
    height: 200px;
    border-top: 3px solid orangered;
}
.static-banner {
    position: relative;
    height: 200px;
    top: 100px;
    background-image: linear-gradient(to left, #30cfd0 0%, #080f67 100%);
}
.sub-h1 {
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
}
.pos-card-start {
    float: right !important;
}
.card6 {
    width: 270px;
    height: 300px;
}

.product {
   
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}

.card6:hover .product {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}

.front,
.back {
    position: absolute;
    height: 290px;
    width: 100%;
    background: white;
    color: #03446A;
    text-align: center;
    border-radius: 5px;
    backface-visibility: hidden;
    overflow-y: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.back {
    transform: rotateY( 180deg );

}
.card1 {
    width: 270px;
    height: 300px;
}
.user {
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}
.card1:hover .user {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}
.front-1,
.back-1 {
    position: absolute;
    height: 290px;
    width: 100%;
    background: white;
    color: #03446A;
    text-align: center;
    border-radius: 5px;
    backface-visibility: hidden;
    overflow-y: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.back-1 {
    transform: rotateY( 180deg );
}
.card2 {
    width: 270px;
    height: 300px;
}
.finance {
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}
.card2:hover .finance {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}
.front-2,
.back-2 {
    position: absolute;
    height: 290px;
    width: 100%;
    background: white;
    color: #03446A;
    text-align: center;
    border-radius: 5px;
    backface-visibility: hidden;
    overflow-y: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.back-2 {
    transform: rotateY( 180deg );
}

.card3 {
    width: 270px;
    height: 300px;
}
.acad {
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}
.card3:hover .acad {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}
.front-3,
.back-3 {
    position: absolute;
    height: 290px;
    width: 100%;
    background: white;
    color: #03446A;
    text-align: center;
    border-radius: 5px;
    backface-visibility: hidden;
    overflow-y: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.back-3 {
    transform: rotateY( 180deg );
}

.card4 {
    width: 270px;
    height: 300px;
}
.visibility {
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}
.card4:hover .visibility {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}
.front-4,
.back-4 {
    position: absolute;
    height: 290px;
    width: 100%;
    background: white;
    color: #03446A;
    text-align: center;
    border-radius: 5px;
    backface-visibility: hidden;
    overflow-y: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.back-4 {
    transform: rotateY( 180deg );
}

.card5 {
    width: 270px;
    height: 300px;
}

.admson {
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}

.card5:hover .admson {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}
.front-5,
.back-5 {
    position: absolute;
    height: 290px;
    width: 100%;
    background: white;
    color: #03446A;
    text-align: center;
    border-radius: 5px;
    backface-visibility: hidden;
    overflow-y: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.back-5 {
    transform: rotateY( 180deg );
}

.fw-contact {
    font-weight: 600;
}
.sendbtn {
    background-image: linear-gradient(351deg, #fe8c00, #f93900);
    box-shadow: 0px 0px 6px #333333ed;
    background-color:transparent;
    border-color:transparent;
}
.sendbtn:focus {
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
}
.sendbtn:hover {
    background-color: #fe8800;
    border-color: #fa4600;
}
.icon-bg {
    padding: 6px;
    border-radius: 50px;
    background-image: linear-gradient(102deg, #1d478e, #24b9c3);
    color: #ffffff;
}
.bg-rect {
    background-image: url(../Images/rectangle_background1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.video-radius{
    border-radius:5px;
}
.b-bottom {
    border-bottom: 1px solid #ff6f0f;
}
.text-justify{
    text-align:justify;
}
.video-fi {
    color: #000000;
    border: 2px solid #c1c1c1;
    border-radius: 50px;
    padding: 5px;
    background: #efe6e6;
}

.hover-v::after {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.09);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width:auto;
    margin:auto
}
.hover-v:hover {
    &::after{
    content:none;
    }
}
.m-card {
    background: #fbf8f8;
    width: 75%;
    border: none;
    padding:15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bac-tab {
    border-radius: 5px !important;
    background-image: linear-gradient(to right, #fe8c00 0%, #f83600 51%, #fe8c00 100%) !important;
    color: white;
    transition: 0.5s !important;
    background-size: 200% auto !important;
    border-color: #ff8f5f00 !important;
    width:50%;
}
.m-b{
    margin-bottom:20%;
}
.m-t{
    margin-top:-20px!important;
}

#expandable {
    width: 100vw;
    height: 100vh;
    text-align: center;
    position: fixed;
    font-size: 5vw; 
    transform-origin: center top;
    transition: font-size 0.3s; 
}
.card_header {
    background: rgb(229 229 229 / 40%);
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.card_header:hover {
    background: rgb(162 169 169 / 40%);
}
.card_header:not(.collapsed) {
    color: black !important;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    background: #dbdbdb;
}
.card_header:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(153 155 157 / 0%);
}
.fa-color {
    color: #ff5722;
}
.card_header::after {
    width: 1.25rem;
    height: 2.25rem;
    content: "+";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    font-size:2.25rem;
}
.card_header:not(.collapsed)::after {
    background-image: none;
    transform: rotate(135deg);
}
.btn-grad {
    background-image: linear-gradient(90deg,#002859 0,#00e2fa 51%,#464e59) !important;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto !important;
    color: white;
    border-radius: 10px;
}
.btn-grad:hover {
    background-position: right center; 
    color: #fff;
    text-decoration: none;
}
.m-tab {
    color: white !important;
    border: 2px solid transparent !important;
    border-radius: 10px !important;
    margin-right: 10px;
}
    /*========== inner-pages ========== */
    /*=================media Queries===============*/
@media screen and (max-width: 1440px) {
    .simplify {
        padding: 10px;
    }
    .financial {
        padding: 40px;
    }
    .b-container::after {
        content: '';
        height: 15%;
        background: url(../Images/pattern_footer.png);
        right: 0;
        width: 10%;
        top: 81%;
        position: absolute;
        z-index: 100;
        border-radius: 10px 0 0 10px;
    }
    .svg {
        position: relative;
        top: 35%;
        left: -20%;
        z-index: 2;
    }
.pos-card-start {
    float: right!important;
}
    .card-content {
        margin-top: 70px;
    }
}
@media screen and (max-width: 1024px) {
    .p-t{
        padding-top:89px!important;
    }
    .ele {
        font-size: 13px;
    }
    .financial {
        padding: 50px;
    }
    .simplify {
        padding: 10px;
    }
    .bgcolor {
        background-image: linear-gradient(to right, #03223d, #44c2e3);
    }
    .bgcolor3 {
        background-image: linear-gradient(to left, #16b1eb, #e5f6fd);
    }
    .h-img {
        height: 121vh;
    }
    .h-li {
        height: 150px;
    }
    .b-container::after {
        content: '';
        width: 40%;
        height: 11%;
        background: url(../Images/pattern_footer.png);
        right: 0;
        width: 14%;
        top: 125%;
        position: absolute;
        z-index: 100;
        border-radius: 10px 0 0 10px;
    }
    .c-background1 {
        position: absolute;
        width: 100px;
        height: 100px;
        background-color: #7b8d93;
        border-radius: 50%;
        top: 50%;
        right: -35%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .svg {
        position: relative;
        top: 35%;
        left: -23%;
        z-index: 2;
    }
    .sm-bgcolor{
        height:fit-content!important;
    }
    .card-content{
        margin-top:70px;
    }
    
}

@media screen and (max-width: 992px) {
    .p-t {
        padding-top: 54px !important;
    }
    .section-left {
        text-align: center;
        margin-top: 105px !important;
    }
    .navbar-collapse {
        position: absolute;
        top: 77px;
        right: -16%;
        width: 100vw;
        background: #fff;
        padding: 10px;
        z-index: 10;
        text-align: center;
    }
    .ele{
        font-size:20px;
    }
    .card6 {
        width: 230px;
        height: 300px;
    }

    .card1 {
        width: 230px;
        height: 300px;
    }

    .card2 {
        width: 230px;
        height: 300px;
    }

    .card3 {
        width: 230px;
        height: 300px;
    }
    .card4 {
        width: 230px;
        height: 300px;
    }
    .card5 {
        width: 230px;
    }
    .static-banner {
        position: relative;
        height: 200px;
        top: 65px;
        background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
    }
    .card-content {
        margin-top: 0;
    }
}
@media screen and (max-width: 820px) {
    .bgcolor {
        background-image: linear-gradient(to right, #03223d, #44c2e3);
    }

    .bgcolor3 {
        background-image: linear-gradient(to left, #16b1eb, #e5f6fd);
    }

    .section-left {
        margin: 0;
    }
    .card-content {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .section-left {
        text-align: center;
        margin-top: 0 !important;
    }
    .caresoul-card {
        height: 330px;
    }
    .p-t {
        padding-top: 54px !important;
    }
    .font-large-2 {
        font-family: Comfortaa,sans-serif;
        margin-top: 20px;
        font-weight: 400;
        color: white;
    }
    .font-large-1 {
        font-family: Comfortaa,sans-serif;
        margin-top: 50px;
        font-weight: 400;
        color: black;
    }
    .navbtn {
        display: flex;
        justify-content: end;
    }
    .financial {
        padding: 0px;
    }

    .ele {
        font-size: 20px;
    }
    .navbar-collapse {
        position: absolute;
        top: 77px;
        right: -16%;
        width: 100vw;
        height: fit-content;
        background: #fff;
        padding: 10px;
        z-index: 10;
        text-align: center;
    }
    .bgcolor {
        background-image: linear-gradient(to right, #03223d, #44c2e3);
    }
    .bgcolor3 {
        background-image: linear-gradient(to left, #16b1eb, #e5f6fd);
    }
    .b-container::after {
        content: '';
        width: 40%;
        height: 11%;
        background: url(../Images/pattern_footer.png);
        right: 0;
        width: 15%;
        top: 150%;
        position: absolute;
        z-index: 100;
        border-radius: 10px 0 0 10px;
    }
    .b-container::before {
        content: '';
        height: 21%;
        background: url(../Images/pattern_footer.png);
        left: 7px;
        width: 14%;
        top: 94%;
        position: absolute;
    }
    .w-60 {
        width: 39%;
    }
    .w-35 {
        width: 35%;
    }
    .pillar::before {
        content: '';
        height: 25%;
        background: url(../Images/pattern_footer.png);
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        width: 15%;
        top: 28%;
        position: absolute;
        z-index: 100;
    }
    .pillar::after {
        content: '';
        height: 25%;
        background: url(../Images/pattern_footer.png);
        background-size: contain;
        background-repeat: no-repeat;
        right: 0;
        width: 15%;
        bottom: 0;
        position: absolute;
        z-index: 100;
    }
    .w-img {
        width: 55%;
    }
    .text-pos {
        position: absolute;
        top: 5%;
        right: 60%;
    }
    .text1-pos {
        position: absolute;
        top: 5%;
        left: 61%;
    }
    .text3-pos {
        position: absolute;
        top: 61%;
        right: 60%;
    }
    .text4-pos {
        position: absolute;
        top: 61%;
        left: 61%;
    }
    .fs2 {
        font-size: 15px;
    }
    .m-top {
        margin-top: 0;
    }
    .f_social {
        display: flex;
        position: relative;
        top: 11%;
        left: 51%;
        transform: translate(-50%, -50%);
    }
    .f_social li a {
        width: 50px;
        height: 50px;
        background-color: #fff;
        text-align: center;
        line-height: 43px;
        font-size: 24px;
        margin: 0 5px;
        display: block;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 3px solid #fff;
        z-index: 1;
    }
    .card6 {
        width: 230px;
        height: 300px;
    }
    .card1 {  
        width: 230px;
        height: 300px;    
    }
    .card2 {
        width: 230px;
        height: 300px;
    }
    .card3 {
        width: 230px;
        height: 300px;
    }

    .card4 {
        width: 230px;
        height: 300px;
    }

    .card5 {
        width: 230px;
        height: 300px;
    }
    .flex-sm-rap {
        flex-wrap: nowrap !important;
    }
    .card-content {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) and (min-width:426px){
    .caresoul-card {
        height: auto;
    }
    
    .p-b {
        padding-bottom: 0px;
    }
    .p-b1 {
        padding-bottom: 0px;
    }
    .colm-sm-reverse{
        display:flex;
        flex-direction:column-reverse;
    }
    .p-t {
        padding-top: 54px !important;
    }
    .flexslider .slides img {
        width: 50% !important;
    }
    .pos-card-start {
        float: none!important;
        margin: auto;
    }
    .pos-card-end {
        margin: auto;
    }
    .bg-rect {
        background-image: url(../Images/rectangle_background1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .card6 {
        width: 300px;
        height: 300px;
    }
    .card5 {
        width: 300px;
        height: 300px;
    }
    .card4 {
        width: 300px;
        height: 300px;
    }
    .card3 {
        width: 300px;
        height: 300px;
    }
    .card2 {
        width: 300px;
        height: 300px;
    }
    .card1 {
        width: 300px;
        height: 300px;
    }
    .b-container::before {
        content: '';
        height: 21%;
        background: none;
        left: 7px;
        width: 14%;
        top: 94%;
        position: absolute;
    }
    .card-content {
        text-align: left;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        padding: 30px;
    }
    .img-wrapper1 img {
        height: 25%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        left: 100px;
        top: 10%;
        right: 0;
    }
    .static-banner {
        position: relative;
        height: 147px;
        top: 60px;
        background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
    }
    .flex-sm-rap {
        flex-wrap: wrap !important;
    }
    .w-sm{
        width:165px;
        margin-bottom:10px;
    }
}
@media screen and (max-width: 425px) {
    .colm-sm-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .caresoul-card {
        height: 215px;
    }
    .slider-bg {
        background-image: url(../Images/slider-bg.png);
        background-repeat: no-repeat;
        padding: 0px;
    }
    .p-e {
        padding-right: 0;
    }
    .p-t {
        padding-top: 21px !important;
    } 
    .font-large-2 {
        font-family: Comfortaa,sans-serif;
        margin-top: 20px;
        font-weight: 400;
        line-height: 1.5;
        color: white;
        text-shadow: 2px 2px 4px #000000
    }
    .font-large-1 {
        font-family: Comfortaa,sans-serif;
        margin-top: 20px;
        font-weight: 400;
        line-height: 1.5;
        color: black;
    }
    .financial {
        padding: 0px;
    }
    .ele {
        font-size: 20px;
    }
    .navbar-collapse {
        height: 100vh;
    }
    .img-logo img {
        height: 50%;
        width: 75%;
    }
    .navbar-collapse {
        position: absolute;
        top: 62px;
        right: -16%;
        width: 100vw;
        height: 75vh;
        background: #fff;
        padding: 50px;
        z-index: 10;
    }
    .bgcolor {
        background-image: linear-gradient(to bottom, #03223d, #44c2e3);
    }
    .bgcolor3 {
        background-image: linear-gradient(to top, #16b1eb, #e5f6fd);
    }
    .ele1 {
        padding: 0px 18px;
    }
    .r-rev {
        flex-direction: column-reverse;
    }
    .b-container::before {
        content: '';
        height: 32%;
        background: none;
        left: 7px;
        width: 62px;
        top: 89%;
        position: absolute;
    }
    .b-container::after {
        content: '';
        width: 40%;
        height: 11%;
        background: none;
        right: 0;
        width: 15%;
        top: 147%;
        position: absolute;
        z-index: 100;
        border-radius: 10px 0 0 10px;
    }
    .margin-md {
        margin-top: 50% !important;
    }
    .sm-bgcolor {
        height: fit-content !important;
    }
    .pillar::before {
        content: '';
        height: 10%;
        background: none;
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        width: 28%;
        top: 0;
        position: absolute;
        opacity: 0.2;
        z-index: 100;
    }
    .pillar::after {
        content: '';
        height: 25%;
        background: none;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0;
        width: 13%;
        bottom: 0;
        position: absolute;
        opacity: 0.2;
        z-index: 100;
    }
    .bgr {
        background-color: white;
    }
    .margin-md {
        margin-top: 10% !important;
    }
    .drop::after {
        border: none !important;
    }
    .w-pillar-1 {
        width: 75% !important;
    }
    .hyt-auto {
        height: 10% !important;
    }
   .pos-card-start{
       float:none!important;
       margin:auto;
   }
   .pos-card-end{
       margin:auto;
   }
    .bg-rect {
        background-image: url(../Images/rectangle_background1.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .card-content {
        text-align: left;
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        padding: 30px; 
    }
    .img-wrapper1 img {
        height: 25%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        left: 100px;
        top: 10%;
        right: 0;
    }
    .sub-h1 {
        text-align: center;
        position: absolute;
        top: 100px;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .static-banner {
        position: relative;
        height: 200px;
        top: 25px;
        background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
    }
    .flex-sm-rap{
        flex-wrap:wrap!important;
    }
    .w-sm{
        margin-bottom:10px;
        width:150px
    }
}
@media screen and (max-width: 375px) {
        .img-logo img {
            height: 50%;
            width: 80%;
        }
        .font-large-2 {
            font-family: Comfortaa,sans-serif;
            margin-top: 20px;
            font-weight: 400;
            line-height: 1;
            color: white;
        }
        .font-large-1 {
            font-family: Comfortaa,sans-serif;
            margin-top: 20px;
            font-weight: 400;
            line-height: 1;
            color: black;
        }
        .ele {
            font-size: 20px;
        }
        .financial {
            padding: 0px;
        }
        .navbar-collapse {
            position: absolute;
            top: 60px;
            right: -16%;
            width: 100vw;
            height: 75vh;
            background: #fff;
            padding: 50px;
            z-index: 10;
        }
        .bgcolor {
            background-image: linear-gradient(to bottom, #03223d, #44c2e3);
        }
        .bgcolor3 {
            background-image: linear-gradient(to top, #16b1eb, #e5f6fd);
        }
        b-container::before {
            content: '';
            height: 24%;
            background: none;
            left: 7px;
            width: 62px;
            top: 95%;
            position: absolute;
        }
        .b-container::after {
            content: '';
            width: 40%;
            height: 11%;
            background: none;
            right: 0;
            width: 15%;
            top: 120%;
            position: absolute;
            z-index: 100;
            border-radius: 10px 0 0 10px;
        }
        .pos-sm3 {
            position: absolute;
            top: 40%;
            left: 29%;
        }
        .w-pillar {
            width: 60% !important;
        }
        .w-pillar-1 {
            width: 60% !important;
        }

    .p-b{
        padding-bottom:20px;
    }
    .width-img{
        height:19%!important;
    }
}

@media screen and (max-width: 320px) {
    .caresoul-card {
        height: auto;
    }
    .p-t {
        padding-top: 21px !important;
    }    
    .img-logo img {
            height: 57%;
            width: 75%;
        }
        .bgcolor {
            padding: 0;
            margin: 0;
            font-family: Open Sans,sans-serif;
            font-size: 1.06rem;
            font-weight: 400;
            background-image: linear-gradient(to bottom, #03223d, #44c2e3);
        }
        .bgcolor3 {
            background-image: linear-gradient(to top, #16b1eb, #e5f6fd);
        }
        .font-large-2 {
            font-family: Comfortaa,sans-serif;
            margin-top: 15px;
            font-weight: 400;
            line-height: 1;
            color: white;
        }
        .font-large-1 {
            font-family: Comfortaa,sans-serif;
            margin-top: 15px;
            font-weight: 400;
            line-height: 1;
            color: black;
        }
        .financial {
            padding: 0px;
            width:100% !important;
        }
        .ele {
            font-size: 20px;
        }
        .navbar-collapse {
            position: absolute;
            top: 60px;
            right: -16%;
            width: 100vw;
            height: 75vh;
            background: #fff;
            padding: 50px;
            z-index: 10;
        }
        .pos-sm {
            position: absolute;
            top: 38% !important;
            left: 20% !important;
        }
        .pos-sm1 {
            position: absolute;
            top: 40%;
            left: 30%;
        }
        .pos-sm3 {
            position: absolute;
            top: 42%;
            left: 20%;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #15809d;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 9;
            left: -44px;
            top: 32px;
            border-top: 3px solid #fff;
            min-width: 100%;
            padding: 20px 0px;
        }
        .w-dropdown {
            min-width: 20rem !important;
        }
    }
    /*=================media Queries===============*/