﻿:root {
    --pri-color: #32016e;
    /*    --pri-color: #880C24;*/
    --sec-color: #d3b10b;
    --transition: 0.3s ease-in;
    --color-white: #ffffff;
    --bgcolor: #f9f3f4;
    --color-black: #000000;
    --fontcolor: #565656;
}
html{
    scroll-behavior:smooth;
    
}
body {
    font-family: "Kanit", sans-serif;
    color: var(--fontcolor);
    scroll-behavior: smooth;
}

/* Common Style*/
p {
    font-weight: 400;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    color: var(--fontcolor);
    margin-bottom: 15px;
}

.space-p-t {
    padding-top: 100px;
}

.space-p-b {
    padding-bottom: 100px;
}

.space-p-tb {
    padding: 100px 0;
}

.space-m-t {
    margin-top:100px;
}

.space-m-b {
    margin-bottom: 100px;
}

.space-m-tb {
    margin: 100px 0;
}

.secbg {
    background-color: var(--pri-color);
}

.small-text-title {
    color: var(--sec-color);
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    text-transform: uppercase;
}

.small-text-title {
    color: var(--sec-color);
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    text-transform: uppercase;
}

.common-title {
    color: var(--pri-color);
    font-size: calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    text-transform: uppercase;
    line-height:1;
}

.mid-title {
    color: var(--pri-color);
    font-size: calc(25px + (45 - 25) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    text-transform: uppercase;
}

.com-btn {
    text-decoration: none;
    background-color: var(--sec-color);
    padding: 12px 25px;
    border: 0;
    border-radius: 5px;
    color: var(--color-white);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    transition: 0.5s ease-in;
    margin-bottom:15px;
}

.com-btn:hover {
  background-color: var(--pri-color);
}

.com-btn-1 {
    text-decoration: none;
    background-color: var(--color-white);
    padding: 12px 25px;
    border: 0;
    border-radius: 5px;
    color: var(--color-black);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    transition: 0.5s ease-in;
    margin-bottom: 15px;
}
.com-btn-2 {
    text-decoration: none;
    background-color: var(--pri-color);
    padding: 12px 25px;
    border: 0;
    border-radius: 5px;
    color: var(--color-white);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    transition: 0.5s ease-in;
    margin-bottom: 15px;
}

.com-btn-1:hover {
    background-color: var(--sec-color);
    color: var(--color-white);
}
.com-btn-2:hover {
    background-color: var(--sec-color);
    color: var(--color-white);
}
/* Common Style*/
/* Header Css*/
.main-header {
    padding: 5px 0;
    border-top: 16px solid #ad8f00;
    position: relative;
    z-index: 1040;
}

.main-header .navbar-nav .nav-link {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    color: var(--color-white);
    text-transform: uppercase;
}

.main-header .navbar-nav .nav-item {
    padding: 5px 25px;
}

.main-header .dropdown:hover{
    background-color:#fff!important;
    top:-14px;
    color:var(--pri-color)!important;
    border-bottom:1px solid #C8C8C8;
 
    
}
.main-header .dropdown{
    margin-top:1px;
   
    
}
.main-header .dropdown:hover .dropdown:before {
    display: none;
    width: 0;
}
.main-header .dropdown:before{
     content:"";
  background-color: #fff;
  height: 100%;
  width: 1px;
  position: absolute;
  top: -12px;
  left: 0;


}
.main-header .dropdown:hover::before {
  display: none;
  content: none;
}
.main-header .dropdown .nav-link {
    color: var(--color-white);
    padding: 10px 25px;
}
.main-header .dropdown .nav-link:hover  {
    color: var(--pri-color);
      padding: 20px 25px;
   
}
    .main-header .navbar-nav .dropdown-menu {
        position: absolute;
        top: 80px;
        left: 0;
        border: 0;
        border-radius: 0;
        width: 183px;
        border-top:1px solid var(--pri-color);
    }
    .main-header .dropdown .dropdown-menu li {
        border-bottom: 1px solid #e7e7e7;
        padding: 0;
        font-size: 16px;
        font-weight: 500;
    }
    .main-header .dropdown .dropdown-menu li a{
        padding:8px 10px;
    }
    .main-header .dropdown .dropdown-menu li a:hover{
        background-color:var(--pri-color);
        color:var(--color-white);
    }
    .main-header .nav-item.dropdown:hover > .nav-link {
        color: var(--pri-color); 
        background-color: transparent; 
        padding: 20px 25px;
    }
    .main-header .nav-item.dropdown:hover .dropdown:before {
        display:none;
        border:1px solid transparent;
    }
.explore-kansa {
    /* max-width: 180px;*/
    max-width: 140px;
    background-color: var(--color-white);
    height: 83px;
    position: relative;
    top: -13px;
    /*margin: 0 50px;*/
    margin: 0 20px 0 0;
    border: 0;
    border-radius: 0px 0px 12px 12px;
    width: 200px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

    .explore-kansa span {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
        color: var(--color-black);
        text-transform: uppercase;
        line-height: 1;
        margin: 0;
    }

.tp-links a {
    color: var(--sec-color);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
}

.tp-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* max-width: 50px; */
    width: 90px;
}
/*Header ENd*/
/*Banner Css */
.main-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    position: relative;
}
.main-banner-video{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
    .main-banner-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.main-banner-video::before{
      content: "";
        position:absolute;
        background-color: #000;
        top:0;
        left:0;
        width:100%;
        height:120%;
        z-index:1;
        opacity:0.5;
}

/*  .main-banner::before {
        content: '';
        position:absolute;
        background: #120521;
        opacity: 0.35;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }*/
.banner-content-box {
    background-image: url(/assets/newimages/Union.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
   /* max-width: 320px;*/
    max-width:300px;
    z-index: 9;
    position: relative;
    /* margin: 0 auto; */
    /* height: 437px;*/
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 50px 50px 20px 50px;
    overflow: hidden;
}

    .banner-content-box h1 {
       /* font-size: calc(32px + (67 - 32) * (100vw - 320px) / (1920 - 320));*/
        font-weight : 600;
        color: var(--color-white);
        line-height: 20px;
        margin: 0;
        padding-top: 0;
        text-align: center;
        cursor: pointer;
        transition: 0.4s all ease-in;
        max-width: 280px;
    }


        .banner-content-box h1:after {
            content: "REACH FOR SKIES";
            text-align: center;
            line-height: 1;
            font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
            margin: 0;
        }

        .banner-content-box h1:hover:after {
            content: "FULLFILL YOUR DREAMS";
            font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
        }

    .banner-content-box p {
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
        color: var(--color-white);
        line-height: 1;
        margin: 0;
        padding-top: 10px;
        text-align: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        max-width:120px;
        margin:0 auto;
    }
    .banner-content-box a {
       
    }
        .banner-content-box a i {
            font-size: 25px;
            color: var(--color-white);
            padding-top: 20px;
            text-align: center;
            /*   animation: bounce 2600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
            cursor: pointer;*/
            animation: 2.0s hintMovement linear infinite;
        }
/*@keyframes bounce {
    50% {
        transform: translateY(-15px);
        opacity:0.5;
    }
    0% {
        opacity:0;
    }
}*/

@-webkit-keyframes hintMovement {
    from {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: .75
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
}

@keyframes hintMovement {
    from {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: .75
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
}

/* banner css ENd */
.new-bar-sec {
    position: relative;
}
.new-bar-sec .container{
    position:relative;
    z-index:9;
}
    .new-bar-sec::after {
        content: "";
        background-image: url(/assets/newimages/shape-1.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 452px;
        opacity: 0.5;
        z-index:1;
    }
.discover-sec {
    /* padding-bottom: 50px;*/
    position: relative;
}
/* News Css  */
.news-bar {
    background: var(--color-white);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 50px;
    position: relative;
    margin-top: -125px;
    z-index: 9;
}

    .news-bar .news-bar-inner {
        background: var(--color-white);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        margin: 0;
        padding: 20px 0px;
    }

    .news-bar .news-box {
        border-right: 1px solid #afafaf;
        padding: 10px 20px;
    }

        .news-bar .news-box span {
            font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: var(--sec-color);
        }

        .news-bar .news-box p {
            font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: var(--fontcolor);
        }

.news-list {
    padding: 10px 25px;
    margin: 0;
    display: flex;
    align-items: center;
}

    .news-list li {
        list-style: none;
        padding: 12px 25px;
    }

        .news-list li .icon {
            width: 51px;
            height: 51px;
            border: 0;
            border-radius: 50%;
            background-color: var(--sec-color);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink:0;
        }

        .news-list li a {
            font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: var(--pri-color);
            text-decoration: none;
            transition:3s ease-in;
        }
        
            .futr h6 {
    font-size: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 40px;
}

.furture-box {
    border: 3px solid #d3b10b;
    min-height: 140px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px;
    transition: 0.4s all linear;
}

    .furture-box:hover {
        background-color: #7300ff69;
    }

    .furture-box::before {
        content: "";
        width: 0;
        height: 0;
        border-top: 28px solid #d3b10b;
        border-right: 28px solid transparent;
        position: absolute;
        right: 10px;
        bottom: 10px;
        transform: rotate(-180deg);
    }

    .furture-box h4 {
        font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        color: var(--color-white);
    }

.info-list {
    padding: 0;
    margin: 0;
}

    .info-list li {
        list-style: none;
        font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
        color: var(--color-white);
        margin-bottom: 5px;
    }
/* News END  */
/* Value Css Start  */
.value-sec {
    position: relative;
    /*margin-top: 100px;*/
}

.value-bar {
    background: var(--color-white);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 0;
    padding: 20px 40px;
    position: relative;
    top: 80px;
    z-index:9;
}

    .value-bar label {
        font-size: calc(17px + (20 - 17) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        color: var(--pri-color);
        width: 80px;
        line-height: 1;
    }

.news-list2 {
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
}

    .news-list2 li a {
        color: var(--fontcolor);
    }

.value-box span {
    font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    color: var(--sec-color);
}

.schol-box {
    background: var(--color-white);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-bottom: 0;
    transition: 0.5s all ease-out;
    margin-bottom:25px;
}

    .schol-box .schol-box-img img {
        width: 100%;
    }

    .schol-box .schol-box-content {
        height: 185px;
        overflow-y: auto;
        padding: 20px;
    }

        .schol-box .schol-box-content span {
            font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
            font-weight: 500;
            color: var(--pri-color);
        }

    .schol-box .schol-box-bottom {
        border-top: 1px solid var(--pri-color);
        padding: 15px 8px;
        margin: 10px 20px;
        height: auto;
    }

        .schol-box .schol-box-bottom a {
            display: flex;
            align-items: center;
            font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
            font-weight: 400;
            color: var(--pri-color);
        }

            .schol-box .schol-box-bottom a i {
                padding-left: 50px;
            }

    .schol-box:hover .schol-box-content span,
    .schol-box:hover .schol-box-content p,
    .schol-box:hover .schol-box-bottom a {
        color: var(--color-white);
    }

    .schol-box:hover .schol-box-bottom {
        border-top: 1px solid var(--color-white);
    }

    .schol-box:hover {
        background-color: var(--sec-color);
    }
/* Value Css End  */

/* Company  Css start  */
.compy-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*   padding-bottom: 22rem;
    padding-top: 22rem;*/
    padding-bottom: 15rem;
    padding-top: 15rem;
    background-attachment: fixed;
}

.company-box {
    padding: 50px 80px;
    height: auto;
    background-color: var(--color-white);
    border-radius: 10px;
    position: relative;
    background-image: url(/assets/newimages/shape-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
/*.company-box::after {
    content: "";
  background-image: url(/assets/newimages/shape-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 452px;
  opacity: 1;
}*/

    .company-box .company-box-btm {
        border-top: 1px solid #afafaf;
        padding: 20px 10px 15px 10px;
        margin-top: 30px;
        display: flex;
        align-items: center;
        max-width: 440px;
    }

.company-box-btm-icon {
    width: 51px;
    height: 51px;
    border: 0;
    border-radius: 50%;
    background-color: var(--sec-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    flex-shrink:0;
}

.company-box-btm a {
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    color: var(--pri-color);
    text-decoration: none;

}
/* Company Css End  */

/* Customer-sec Css Start  */
.customer-sec {
    /*min-height: 800px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.customer-sec::after {
      content: "";
  background-image: url(/assets/newimages/shape-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position: center left; */
  position: absolute;
  left: 0;
  /* bottom: 300px; */
  width: 300px;
  height: 100%;
  opacity: 1;
  top: 155px;
  z-index:1;
}
.customer-slider {
    max-width: 1140px;
    margin: 0 auto;
    position:relative;
    z-index:9;
}

.customer-item {
    text-align: center;
}

    .customer-item .customer-item-img {
        margin-bottom: 20px;
    }

        .customer-item .customer-item-img img {
            max-width: 217px;
            height: 217px;
            margin: 0 auto;
            border: 10px solid var(--sec-color);
            border-radius: 50%;
        }

.customer-item-content span {
    color: var(--color-white);
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
    margin-bottom: 30px;
}

    .customer-item-content span em {
        color: var(--sec-color);
        font-style: normal;
        display:block;
        line-height:1;
        margin:0;
    }

.customer-item-content h5 {
    color: var(--color-white);
    font-size: calc(22px + (36 - 22) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    position: relative;
    margin-top: 60px;
}

    .customer-item-content h5:before {
        content: "";
        width: 100px;
        height: 1px;
        background-color: var(--sec-color);
        position: absolute;
        top: -25px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
/* Customer-sec Css End  */

/* Ready Css start  */
.ready-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* min-height: 780px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 150px 0;
}

.ready-box {
    position: relative;
}

    .ready-box a {
        width: 78px;
        height: 78px;
        border: 0;
        border-radius: 50%;
        background-color: var(--sec-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 25px 0;
    }

        .ready-box a i {
            font-size: 30px;
        }

        .ready-box a:hover {
            background-color: var(--pri-color);
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }

    .ready-box .common-title {
        line-height: 1;
        position: relative;
        padding-bottom: 20px;
    }

        .ready-box .common-title::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 15px;
            background: linear-gradient(90deg, #d3b10b 0%, rgba(211, 177, 11, 0) 100%);
            left: 0;
            bottom: 0;
        }

/* Ready Css End  */
/* Event  Css start  */
.event-box {
    position: relative;
    margin-bottom: 30px;
   /* height: 220px;*/
}
    .event-box .event-box-top {
        margin: 15px 0;
        padding:15px 0;

        border-bottom: 1px solid #AFAFAF;
    }
.event-box .event-box-top span{
    color: var(--sec-color);
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;

}
.event-box .event-box-mid{
    display:flex;
    align-items:flex-start;

}
.event-box-mid .event-box-img{
   /* max-width:280px;
    height:220px;
    object-fit:cover;*/
    margin-right:12px;
    margin-bottom:12px;
}
.event-box-mid .event-box-img img{
    width:100%;
    border:0;
    border-radius:10px;
}
.event-box-content label {
    color: var(--fontcolor);
    font-size: calc(14px + (22 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}
.event-box-content h6 {
    color: var(--pri-color);
    font-size: calc(17px + (24 - 17) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
}
.event-box-content {
    max-width: 240px;
    width: 100%;
    position: relative;
    height: 210px;
}
.event-box-content a{
     color: var(--pri-color);
    font-size: calc(13px + (20 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    display:flex;
    align-items:center;
    position:absolute;
    bottom:0;

}
.event-box-content a i{
    border:1px solid var(--sec-color);
    width:32px;
    height:32px;
    border-radius:50%;
     display:flex;
    align-items:center;
    justify-content:center;
    color:var(--sec-color);
    margin-left:20px;
    transition:0.4s ease-in;
    font-size:14px;

}
.event-box-content a i:hover{
    background-color:var(--pri-color);
    color:var(--color-white);
       border:1px solid var(--pri-color);
}

/* Event  Css start  */
/* animation css  */
@media all and (min-width: 650px) {
    .pp-homeTopDiagonals {
        background: linear-gradient( 0deg, #32016e 0%, #32016e 30%, rgba(255, 255, 255, 0) 100% ) center bottom no-repeat;
        background-size: 100% 50px;
       /* bottom: -150px;*/
        /* bottom:-21%;*/
        display: block;
        height: 250px;
        left: 0;
        overflow: hidden;
        position: absolute;
        width: 100%;
        z-index:2;
        top:-63px;
    }

    .pp-homeTopDiagonals1 {
        top: -240px;
        /* height: 400px; */
        background-size: 100% 180px;
        z-index: -1;
    }
}

.pp-homeTopDiagonals__diag {
    background: var(--pri-color);
    bottom: -250px;
    height: 300px;
    left: 0;
    margin-left: -10%;
    opacity: 0.45;
    position: absolute;
    width: 120%;
}

.pp-homeTopDiagonals__diag--1 {
    -webkit-animation: 18s tdr1 infinite alternate linear;
    animation: 18s tdr1 infinite alternate linear;
}

.pp-homeTopDiagonals__diag--2 {
    -webkit-animation: 18s tdr1 3s infinite alternate linear;
    animation: 18s tdr1 3s infinite alternate linear;
}

.pp-homeTopDiagonals__diag--3 {
    -webkit-animation: 18s tdr1 6s infinite alternate linear;
    animation: 18s tdr1 6s infinite alternate linear;
}

.pp-homeTopDiagonals__diag--4 {
    -webkit-animation: 18s tdr2 infinite alternate linear;
    animation: 18s tdr2 infinite alternate linear;
}

.pp-homeTopDiagonals__diag--5 {
    -webkit-animation: 18s tdr2 3s infinite alternate linear;
    animation: 18s tdr2 3s infinite alternate linear;
}

.pp-homeTopDiagonals__diag--6 {
    -webkit-animation: 18s tdr2 6s infinite alternate linear;
    animation: 18s tdr2 6s infinite alternate linear;
}

@-webkit-keyframes tdr1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33.3% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    66.6% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes tdr1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33.3% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    66.6% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@-webkit-keyframes tdr2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33.3% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    66.6% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes tdr2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    33.3% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    66.6% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

/* animation css  */



/* Footer  Css start  */
.new-footer{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
  /*  min-height:820px;*/
    padding-top:100px;
    padding-bottom:20px;
}
.footer-cta {
    background-image: url('/assets/newimages/fot-ctabg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 20px;
    padding: 40px 40px 20px 40px;
    margin-bottom: 80px;
    min-height: auto;
}
.footer-cta h3{
    color: var(--color-white);
    font-size: calc(24px + (36 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
}
.footer-cta p{
    color: var(--color-white);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}
.btns-holder {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-cta
.btns-holder .com-btn-1 {
    margin-right: 25px;
}
.media-links {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
   /* justify-content: end;*/
}
.media-links li{
    list-style:none;
    margin-left:12px;
      color: var(--color-white);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}
    .media-links li a {
        color: var(--color-white);
        text-decoration:none;
    }
    .media-links li a:hover {
        color:var(--sec-color);
    }
.new-ft-logo{
    margin-bottom:25px;
}
.ft-list{
    padding:0;
    margin:0;
}
.ft-list li{
      list-style:none;
    margin-bottom:7px;
      color: var(--color-white);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 400;
}
.ft-list-nav {
    padding: 0;
    margin: 0;
}
.ft-list-nav li {
    list-style: none;
    margin-bottom: 7px;
    text-align: left;
    border-bottom: 1px solid #7505FF;
    padding: 10px 0;
  
}
    .ft-list-nav li a {
        color: var(--color-white);
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        text-decoration: none;
    }
    .ft-list-nav li a:hover {
        color:var(--sec-color);
        font-weight:500;

    }
.copyright {
    margin-top: 100px;
    border-top: 1px solid #7505FF;
    padding-top:20px;
}
.copyright p{
      color: var(--color-white);
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin:0;
}
.cp-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
}
.cp-list li {
    list-style: none;
    margin-bottom: 7px;
    margin-left:25px;
}
.cp-list li a{
     color: var(--color-white);
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        margin:0;
}
/* Footer Css END  */

/*Off Canvas*/

.offcanvas {
    background-color: #120521;
    opacity: 0.9;
   
}
.offcanvas-full-screen {
    width: 100% !important; /* Make it full width */
    height: 100% !important; /* Make it full height */
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
    width: 100%;
}
.canvas-body {
    display: flex;
    /* align-items: flex-start; */
    justify-content: space-between;
    border-top: 10px solid var(--pri-color);
  
}
.offcanvas-body {
    padding-top:0;
    padding-left:0;
    padding-bottom:0;
}
.canvas-left {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 50px 40px;*/
    padding: 50px 20px;
    position: sticky;
}
.canvas-body::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 250px solid var(--pri-color);
    border-right: 250px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

.canvas-left .canvas-left-top {
    margin-bottom: 40px;
}
.canvas-left .canvas-left-top span {
    color: var(--sec-color);
    font-size: calc(20px + (26 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
      text-transform:uppercase;
}
    .canvas-left .canvas-left-top h1 {
        color: var(--color-white);
        /* font-size: calc(45px + (100 - 45) * (100vw - 320px) / (1920 - 320));*/
        font-size: calc(40px + (80 - 40) * (100vw - 320px) / (1920 - 320));
        font-weight: 900;
        text-transform: uppercase;
       /* max-width: 150px;*/
        line-height: 1;
    }

.canvas-body .nav-link{
    color:#000;
}
.menu-nox{
    position:relative;
    margin-bottom:30px;
    transform:scale(1);
    transition:.3s ease-out;
}
.menu-nox .menu-nox-img img{
    position: relative;
    width:100%;
    border:0;
    border-radius:10px;
}
.menu-nox  .menu-nox-text {
    position: absolute;
  left: 20px;
  bottom: 0;
  padding: 3px 10px;
}
.menu-nox  .menu-nox-text span{
    background-color:var(--pri-color);
    display:inline-block;
       color: var(--color-white);
        font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
      padding:5px 12px;
      margin-bottom:12px;
}
.menu-nox  .menu-nox-text p{
       color: var(--color-white);
        font-size: calc(10px + (16 - 10) * (100vw - 320px) / (1920 - 320));
        font-weight: 500;
   
}
.menu-nox:hover{
    box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transform:scale(1.1);
}
.canvas-list-btm {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin-top: 50px;
}
    .canvas-list-btm li {
        list-style: none;
        padding-right: 20px;
        color: var(--color-white);
        font-size: calc(16px + (26 - 16) * (100vw - 320px) / (1920 - 320));
        text-transform:uppercase;
        margin-right:25px;
    }
    .canvas-list-btm li span{
        margin-left:30px;
    }
        .canvas-list-btm li a {
    
        font-weight: 500;
        text-decoration: none;
        color: var(--color-white);
    }
        .canvas-list-btm li a:hover {
            color:var(--sec-color);
        }
.canvas-right {
    background-color: #fff;
    max-width: 400px;
    width: 450px;
  
    position: relative;
    margin-top: -15px;
    height: 100%;
    right: -16px;
    z-index:9;
    min-height:1100px;
    overflow-y:auto;
}
.canvas-right-inner {
    padding: 25px 35px;
}

.offcanvas .btn-close {
    position: absolute;
    right: 25px;
    top: 12px;
    color: #fff;
    z-index: 1080;
    filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(9%) hue-rotate(167deg) brightness(98%) contrast(102%);
    opacity: 1;
}

.canvas-right .top-title {
    color: var(--color-black);
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    text-align:left;

}

.canvas-right .seacrh-box{
    position:relative;
    margin-top:50px;
    
}
.canvas-right .seacrh-box  .forn-group{
    position:relative;
}
.canvas-right .seacrh-box input{

width: 100%;
height: 52px;
border:0;
padding:5px 60px 5px 25px;

background: #FFFFFF;
box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.35);
border-radius: 26px;

}
.canvas-right .seacrh-box button{
border:0;

position: absolute;
width: 55px;
height: 52px;
right: 0;
top:0;
background: #32016E;
border-radius: 0px 26px 26px 0px;
}
.canvas-right .seacrh-box button i{
    color:var(--color-white);
}
.canvas-right .navbar-nav {
    margin-top: 50px;
}
.canvas-right
.accordion {
    margin-top: 50px;
}
/*.canvas-right .accordion-button:not(.collapsed)::after{
    background-image:url(/assets/newimages/icons/acc-angle.svg)!important;
}*/
.canvas-right
.accordion-button::after {
    background-image: url(/assets/newimages/icons/acc-angle.svg);
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px;
    z-index: 9;
    width: 15px;
    display: flex;
    justify-content: center;
    margin-right: -5px
}
.canvas-right
.accordion-button::before {
    content: "";
    background-color: #F9F8F8; position: absolute;
    right: 0;
    width: 45px;
    height: 43px;
    top: 4px;
    z-index: 0;
    border-radius:3px;
}
    .canvas-right .accordion-item:focus {
    box-shadow: none;
    outline: 0;
    border: 0;
}
.canvas-right .accordion-item {
    border:0;
    border-top: 1px solid #E9E9E9;
    padding-top:5px;
    margin-top:5px;

}
.canvas-right .accordion-item
.accordion-button:focus{
    box-shadow:none;
}
.canvas-right .accordion-item
.accordion-button {
    background-color: transparent;
    color: var(--pri-color);
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    line-height: 1;
    padding: 15px 20px;
    font-style: normal;
    transition: 0.5s all ease;
}
    .canvas-right .accordion-item
    .accordion-button:hover {
         background-color: #FAF6FF;
    }
        .canvas-right .accordion-item .accordion-body {
        padding: 0;
    }
    .meni-inner-list{
    padding:0;
    margin:0;
}
        .meni-inner-list li {
            list-style: none;
            padding:8px 20px;
            border-bottom: 1px solid #E9E9E9;
            margin-bottom: 0;
        }
    .meni-inner-list li a{
        color: var(--color-black);
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
        text-decoration:none;
        font-weight:500;
    }
.visit-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 20px;
    background-color: #FAF6FF;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
}
.visit-links a {
    color: #7505FF;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 500;
    text-transform:uppercase;
}
.tagline-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background-color: #F9F8F8;
    border-bottom: 1px solid #C8C8C8;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 500;
    font-style:italic;
    color:var(--pri-color);
}
.canva-right-btm {
    padding: 25px 35px;
}
.canva-right-btm-list {
    padding: 0;
    margin: 0;
    padding-left:30px;
}

    .canva-right-btm-list li {
        list-style: none;
        padding: 8px 0px;
        border-bottom: 1px solid #E9E9E9;
        margin-bottom: 0;
        transition: 0.3s ease-in;
    }

        .canva-right-btm-list li a {
            color: var(--pri-color);
            font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
            text-decoration: none;
            font-weight: 500;
          
        }
            .canva-right-btm-list li:hover {
                background-color: #FAF6FF;
                padding:8px 10px;
            }
/*Off Canvas ENd*/
.mobile-btn {
    display: none;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 10px;
    text-align: center;
    line-height: 44px;
    position:absolute;
    right:30px;
    top:20px;
}



/* New login page css start*/
.login-form-box{
    background-position:center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    height:100%;
    margin-top:30px;
}
.login-form-box-inner{
    padding:50px 40px 20px 40px;
}
.login-form-box-top h4 {
    font-size: calc(24px + (36 - 24) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 600;
    color: #32016E;

}
.login-form-box-top p {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 400;
    color: var(--color-black);
 
}
.login-form-box .field {
    position: relative;
    margin-bottom: 15px;
}
    .login-form-box .field input {
        color: var(--pri-color);
        font-size: 16px;
        font-weight: 500;
        padding: 8px 40px 8px 25px;
        position: relative;
        width: 100%;
        background-color: var(--color-white);
        border: 0;
        border-radius: 10px;
    }
    .login-form-box .field label {
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
        text-decoration: none;
        font-weight: 400;
        color: var(--color-white);
        margin-bottom: 7px;
    }
    .login-form-box .field .frt-ps {
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
        text-decoration: none;
        font-weight: 400;
        color: #32016E;
        position: absolute;
        right: 0;
        top: 2px;
    }
    .login-form-box .field a {
        position: absolute;
        bottom: 5px;
        right: 10px;
        color: #9A999C;
        font-size: 18px;
    }
.login-form-box .form-check{
    margin-bottom:20px;
}
.login-form-box .form-check-label {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 400;
    color: var(--color-white);
}

.login-form-box .login-sbt {
    border: 0;
    width: 100%;
    text-decoration: none;
    padding: 8px 20px;
    background-color: #D3B10B;
    text-align: center;
    font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
    color:var(--color-black);
    font-weight:bold;
    text-transform:uppercase;
    border:0;
    border-radius:15px;
    margin-bottom:20px;
    transition:.5s ease-out;
}
.login-form-box .login-sbt:hover {
    background-color:var(--pri-color);
    color:var(--color-white);
}
.login-form-box .frm-btm-line {
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 400;
    color: var(--color-black);
    text-align: center;
    word-break: break-word;
}
.login-form-box .frm-btm-line a{
    color:var(--color-white);
    text-decoration:none;
}
.student-verfication-box{
    border:0;
    border-radius:20px;
    position:relative;
    max-width:550px;
    margin: 0 auto;
}
.student-verifcation-form {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    /* margin-top: 30px; */
    height: auto;
    border: 0;
    border-radius: 40px;
    padding: 60px 40px 30px 40px;
}
.student-verfication-box-top{
    text-align:center;
    max-width:400px;
    margin:0 auto;
}
.student-verfication-box-top h4 {
  font-size: calc(18px + (36 - 18) * (100vw - 320px) / (1920 - 320));
  text-decoration: none;
  font-weight: 500;
 color: var(--color-white);
}
.student-verfication-box-top p {
 font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
 text-decoration: none;
font-weight: 400;
 color: var(--color-white);
}
.student-verfication-box input {
    color: var(--pri-color);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px 10px 25px;
    position: relative;
    width: 100%;
    background-color: var(--color-white);
    border: 0;
    border-radius: 10px;
    position:relative;

}
.student-verfication-box .form-group{
    position:relative;
}
.student-verfication-box .form-group a {
    position: absolute;
    bottom: 8px;
    right: 10px;
    color: #9A999C;
    font-size: 17px;
}

.student-verfication-box label {
    font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 5px;
}
.student-verfication-box .login-sbt {
    border: 0;
    width: 100%;
    text-decoration: none;
    padding: 8px 20px;
    background-color: #D3B10B;
    text-align: center;
    font-size: calc(15px + (18 - 15) * (100vw - 320px) / (1920 - 320));
    color: var(--color-black);
    font-weight: 500;
  /*  text-transform: uppercase;*/
    border: 0!important;
    width:100%;
    border-radius: 15px;
    margin-bottom: 20px;
    transition: .5s ease-out;
}
.student-verfication-box .login-sbt:hover {
    background-color:var(--pri-color);
    color:var(--color-white);
}


.loginsec3 {
    position: relative;
    padding: 100px 0;
    background-color: rgba(249, 243, 244, 1);
}

    .loginsec3:before {
        content: '';
        background-image: url('../images/logo-before.png');
        background-position: center right;
        background-repeat: no-repeat;
        width: 570px;
        height: 740px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

.login-img {
    border-right: 1px solid rgba(152, 148, 148, 1);
    text-align: center;
}

    .login-img img {
        max-width: 100%;
    }

.loginform3 {
    padding-left: 20px;
}

    .loginform3 h1 {
        font-size: calc(24px + (46 - 24) * (100vw - 320px) / (1920 - 320));
    }

.student-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(249, 243, 244, 1);
    border: 1px solid rgba(222, 227, 229, 1);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(34, 39, 43, 1);
}

    .student-table td {
        padding: 15px 16px;
        border-bottom: 1px solid rgba(222, 227, 229, 1);
    }

    .student-table tr:last-child td {
        border-bottom: none;
    }

    .student-table td:nth-child(2) {
        text-align: center;
    }
.login-sec2 {
    position: relative;
}

.pp-homeTopDiagonalslogin {
    top:-230px;
}

.login-form-box .input-wrap {
    position: relative;
}

.login-form-box .toggle-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    padding: 6px;
    cursor: pointer;
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

    .login-form-box .toggle-eye:hover {
        color: var(--text);
        background: rgba(148,163,184,0.12);
    }

.login-form-box .icon {
    width: 20px;
    height: 20px;
}

.login-form-box .hidden {
    display: none;
}
#login-error {
    color: #f00;
    text-align: center;
    font-size: 14px;
    padding: 0 0 10px;
}
/* New login page css ends*/
/* Media Queries */
@media (max-width:1399px) {
    /*  .pp-homeTopDiagonals {
        display: none;
    }*/

    .space-p-tb {
        padding: 75px 0;
    }
    .space-p-b {
        padding-bottom: 65px;
    }
    .space-p-t {
        padding-top: 75px;
    }
    .canvas-list-btm li {
        padding-right: 10px;
    }
    }
@media (max-width:1199px) {
    .banner-content-box{
        max-width:280px;
    }
    .mobile-btn {
        display: block;
    }
    .canva-right-btm-list {
      
        padding-left: 0;
    }
    .canvas-right-inner {
        padding: 25px 25px;
    }
    .canvas-left{
        display:none;
    }
    .navbar-nav{
        display:none;
    }
    .offcanvas.show:not(.hiding), .offcanvas.showing {
        width: auto;
    }
    .pp-homeTopDiagonals {
        display: none;
    }
    .space-p-tb {
        padding: 60px 0;
    }
    .space-p-b {
        padding-bottom: 55px;
    }
    .space-p-t {
        padding-top: 60px;
    }
    .company-box {
        padding: 35px 40px;
      
    }
}

@media (max-width:991px) {
    .customer-sec::after {
        display:none;
    }
    .company-box::after{
        display:none;
    }
    .new-bar-sec::after{
        display:none;
    }
    .news-list {
        display: grid;
        padding: 8px 0px;
    }

    .space-p-tb {
        padding: 45px 0;
    }

    .space-p-b {
        padding-bottom: 45px;
    }

    .space-p-t {
        padding-top: 45px;
    }

    .company-box {
        padding: 25px 30px;
    }

    .value-bar {
        top: 40px;
    }

    .schol-box .schol-box-bottom {
        padding: 10px 8px;
        height: auto;
    }

    .futr h6 {
        margin-bottom: 15px;
    }

    .event-box-content a i {
        margin-left: 5px;
    }

    .event-box .event-box-mid {
        display: grid;
    }
    .event-box-content {
      
        height: auto;
    }
        .event-box-content a {
          
            position: relative;
       
        }
    .event-box .event-box-top {
    
        padding: 0;
      
    }
}
@media (max-width:767px) {
    .navbar-brand img{
        max-width:190px;
    }
    .banner-content-box {
        height: auto;
    }
        .space-p-tb {
        padding: 35px 0;
    }
    .space-p-t {
        padding-top: 35px;
    }
    .space-p-b {
        padding-bottom: 35px;
    }
    .copyright {
        margin-top: 20px;
     
    }
    .btns-holder {
        display: grid;
        justify-content: start;
    }
    .news-bar .news-box{
        border:0;

    }
    .futr h6 {
        margin-bottom: 10px;
    }
}